Class FlexOrder

All Implemented Interfaces:
Serializable

public class FlexOrder extends FlexMessageType implements Serializable

Java class for FlexOrderType complex type.

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


 <complexType name="FlexOrderType">
   <complexContent>
     <extension base="{}FlexMessageType">
       <sequence>
         <element name="ISP" type="{}FlexOrderISPType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="FlexOfferMessageID" use="required" 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="Price" use="required" type="{}CurrencyAmountType" />
       <attribute name="Currency" use="required" type="{}ISO4217CurrencyType" />
       <attribute name="OrderReference" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="OptionReference" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ActivationFactor" type="{}ActivationFactorType" default="1.00" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • isps

      protected List<FlexOrderISPType> isps
    • flexOfferMessageID

      protected String flexOfferMessageID
    • contractID

      protected String contractID
    • dPrognosisMessageID

      protected String dPrognosisMessageID
    • baselineReference

      protected String baselineReference
    • price

      protected BigDecimal price
    • currency

      protected String currency
    • orderReference

      protected String orderReference
    • optionReference

      protected String optionReference
    • activationFactor

      protected BigDecimal activationFactor
  • Constructor Details

    • FlexOrder

      public FlexOrder()
  • Method Details

    • getISPS

      public List<FlexOrderISPType> getISPS()
      Gets the value of the isps 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 isps property.

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

          getISPS().add(newItem);
       

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

      Returns:
      The value of the isps property.
    • getFlexOfferMessageID

      public String getFlexOfferMessageID()
      Gets the value of the flexOfferMessageID property.
      Returns:
      possible object is String
    • setFlexOfferMessageID

      public void setFlexOfferMessageID(String value)
      Sets the value of the flexOfferMessageID 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
    • getPrice

      public BigDecimal getPrice()
      Gets the value of the price property.
      Returns:
      possible object is BigDecimal
    • setPrice

      public void setPrice(BigDecimal value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is BigDecimal
    • 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
    • getOrderReference

      public String getOrderReference()
      Gets the value of the orderReference property.
      Returns:
      possible object is String
    • setOrderReference

      public void setOrderReference(String value)
      Sets the value of the orderReference property.
      Parameters:
      value - allowed object is String
    • getOptionReference

      public String getOptionReference()
      Gets the value of the optionReference property.
      Returns:
      possible object is String
    • setOptionReference

      public void setOptionReference(String value)
      Sets the value of the optionReference property.
      Parameters:
      value - allowed object is String
    • getActivationFactor

      public BigDecimal getActivationFactor()
      Gets the value of the activationFactor property.
      Returns:
      possible object is BigDecimal
    • setActivationFactor

      public void setActivationFactor(BigDecimal value)
      Sets the value of the activationFactor property.
      Parameters:
      value - allowed object is BigDecimal