Class FlexSettlement

All Implemented Interfaces:
Serializable

public class FlexSettlement extends PayloadMessageResponseType implements Serializable

Java class for FlexSettlementType complex type.

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


 <complexType name="FlexSettlementType">
   <complexContent>
     <extension base="{}PayloadMessageResponseType">
       <sequence>
         <element name="FlexOrderSettlement" type="{}FlexOrderSettlementType" maxOccurs="unbounded"/>
         <element name="ContractSettlement" type="{}ContractSettlementType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="PeriodStart" use="required" type="{}PeriodType" />
       <attribute name="PeriodEnd" use="required" type="{}PeriodType" />
       <attribute name="Currency" use="required" type="{}ISO4217CurrencyType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FlexSettlement

      public FlexSettlement()
  • Method Details

    • getFlexOrderSettlements

      public List<FlexOrderSettlementType> getFlexOrderSettlements()
      Gets the value of the flexOrderSettlements 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 flexOrderSettlements property.

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

          getFlexOrderSettlements().add(newItem);
       

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

      Returns:
      The value of the flexOrderSettlements property.
    • getContractSettlements

      public List<ContractSettlementType> getContractSettlements()
      Gets the value of the contractSettlements 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 contractSettlements property.

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

          getContractSettlements().add(newItem);
       

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

      Returns:
      The value of the contractSettlements property.
    • getPeriodStart

      public LocalDate getPeriodStart()
      Gets the value of the periodStart property.
      Returns:
      possible object is String
    • setPeriodStart

      public void setPeriodStart(LocalDate value)
      Sets the value of the periodStart property.
      Parameters:
      value - allowed object is String
    • getPeriodEnd

      public LocalDate getPeriodEnd()
      Gets the value of the periodEnd property.
      Returns:
      possible object is String
    • setPeriodEnd

      public void setPeriodEnd(LocalDate value)
      Sets the value of the periodEnd property.
      Parameters:
      value - allowed object is String
    • getCurrency

      public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

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