Class FlexOffer

All Implemented Interfaces:
Serializable

public class FlexOffer extends FlexMessageType implements Serializable

Java class for FlexOfferType complex type.

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


 <complexType name="FlexOfferType">
   <complexContent>
     <extension base="{}FlexMessageType">
       <sequence>
         <element name="OfferOption" type="{}FlexOfferOptionType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="ExpirationDateTime" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="FlexRequestMessageID" type="{}UUIDType" />
       <attribute name="ContractID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="D-PrognosisMessageID" type="{}UUIDType" />
       <attribute name="BaselineReference" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Currency" use="required" type="{}ISO4217CurrencyType" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • offerOptions

      protected List<FlexOfferOptionType> offerOptions
    • expirationDateTime

      protected OffsetDateTime expirationDateTime
    • flexRequestMessageID

      protected String flexRequestMessageID
    • contractID

      protected String contractID
    • dPrognosisMessageID

      protected String dPrognosisMessageID
    • baselineReference

      protected String baselineReference
    • currency

      protected String currency
  • Constructor Details

    • FlexOffer

      public FlexOffer()
  • Method Details

    • getOfferOptions

      public List<FlexOfferOptionType> getOfferOptions()
      Gets the value of the offerOptions 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 offerOptions property.

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

          getOfferOptions().add(newItem);
       

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

      Returns:
      The value of the offerOptions property.
    • getExpirationDateTime

      public OffsetDateTime getExpirationDateTime()
      Gets the value of the expirationDateTime property.
      Returns:
      possible object is String
    • setExpirationDateTime

      public void setExpirationDateTime(OffsetDateTime value)
      Sets the value of the expirationDateTime property.
      Parameters:
      value - allowed object is String
    • getFlexRequestMessageID

      public String getFlexRequestMessageID()
      Gets the value of the flexRequestMessageID property.
      Returns:
      possible object is String
    • setFlexRequestMessageID

      public void setFlexRequestMessageID(String value)
      Sets the value of the flexRequestMessageID property.
      Parameters:
      value - allowed object is String
    • getContractID

      public String getContractID()
      Gets the value of the contractID property.
      Returns:
      possible object is String
    • setContractID

      public void setContractID(String value)
      Sets the value of the contractID property.
      Parameters:
      value - allowed object is String
    • getDPrognosisMessageID

      public String getDPrognosisMessageID()
      Gets the value of the dPrognosisMessageID property.
      Returns:
      possible object is String
    • setDPrognosisMessageID

      public void setDPrognosisMessageID(String value)
      Sets the value of the dPrognosisMessageID property.
      Parameters:
      value - allowed object is String
    • getBaselineReference

      public String getBaselineReference()
      Gets the value of the baselineReference property.
      Returns:
      possible object is String
    • setBaselineReference

      public void setBaselineReference(String value)
      Sets the value of the baselineReference 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