Class FlexSettlementResponse

All Implemented Interfaces:
Serializable

public class FlexSettlementResponse extends PayloadMessageResponseType implements Serializable

Java class for FlexSettlementResponseType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="FlexSettlementResponseType">
   <complexContent>
     <extension base="{}PayloadMessageResponseType">
       <sequence>
         <element name="FlexOrderSettlementStatus" type="{}FlexOrderSettlementStatusType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="FlexSettlementMessageID" use="required" type="{}UUIDType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FlexSettlementResponse

      public FlexSettlementResponse()
  • Method Details

    • getFlexOrderSettlementStatuses

      public List<FlexOrderSettlementStatusType> getFlexOrderSettlementStatuses()
      Gets the value of the flexOrderSettlementStatuses property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the flexOrderSettlementStatuses property.

      For example, to add a new item, do as follows:

          getFlexOrderSettlementStatuses().add(newItem);
       

      Objects of the following type(s) are allowed in the list FlexOrderSettlementStatusType

      Returns:
      The value of the flexOrderSettlementStatuses property.
    • getFlexSettlementMessageID

      public String getFlexSettlementMessageID()
      Gets the value of the flexSettlementMessageID property.
      Returns:
      possible object is String
    • setFlexSettlementMessageID

      public void setFlexSettlementMessageID(String value)
      Sets the value of the flexSettlementMessageID property.
      Parameters:
      value - allowed object is String