Class GeneralTerms

java.lang.Object
net.finmath.smartcontract.product.xml.GeneralTerms

public class GeneralTerms extends Object

Java class for GeneralTerms complex type.

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

 <complexType name="GeneralTerms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="effectiveDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate2" minOccurs="0"/>
         <element name="scheduledTerminationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate2" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments" minOccurs="0"/>
         <choice>
           <element name="referenceInformation" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceInformation"/>
           <element name="indexReferenceInformation" type="{http://www.fpml.org/FpML-5/confirmation}IndexReferenceInformation"/>
           <element name="basketReferenceInformation" type="{http://www.fpml.org/FpML-5/confirmation}BasketReferenceInformation"/>
         </choice>
         <element name="additionalTerm" type="{http://www.fpml.org/FpML-5/confirmation}AdditionalTerm" maxOccurs="unbounded" minOccurs="0"/>
         <element name="substitution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="modifiedEquityDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GeneralTerms

      public GeneralTerms()
  • Method Details

    • getEffectiveDate

      public AdjustableDate2 getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is AdjustableDate2
    • setEffectiveDate

      public void setEffectiveDate(AdjustableDate2 value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is AdjustableDate2
    • getScheduledTerminationDate

      public AdjustableDate2 getScheduledTerminationDate()
      Gets the value of the scheduledTerminationDate property.
      Returns:
      possible object is AdjustableDate2
    • setScheduledTerminationDate

      public void setScheduledTerminationDate(AdjustableDate2 value)
      Sets the value of the scheduledTerminationDate property.
      Parameters:
      value - allowed object is AdjustableDate2
    • getBuyerPartyReference

      public PartyReference getBuyerPartyReference()
      Gets the value of the buyerPartyReference property.
      Returns:
      possible object is PartyReference
    • setBuyerPartyReference

      public void setBuyerPartyReference(PartyReference value)
      Sets the value of the buyerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getBuyerAccountReference

      public AccountReference getBuyerAccountReference()
      Gets the value of the buyerAccountReference property.
      Returns:
      possible object is AccountReference
    • setBuyerAccountReference

      public void setBuyerAccountReference(AccountReference value)
      Sets the value of the buyerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getSellerPartyReference

      public PartyReference getSellerPartyReference()
      Gets the value of the sellerPartyReference property.
      Returns:
      possible object is PartyReference
    • setSellerPartyReference

      public void setSellerPartyReference(PartyReference value)
      Sets the value of the sellerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getSellerAccountReference

      public AccountReference getSellerAccountReference()
      Gets the value of the sellerAccountReference property.
      Returns:
      possible object is AccountReference
    • setSellerAccountReference

      public void setSellerAccountReference(AccountReference value)
      Sets the value of the sellerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getDateAdjustments

      public BusinessDayAdjustments getDateAdjustments()
      Gets the value of the dateAdjustments property.
      Returns:
      possible object is BusinessDayAdjustments
    • setDateAdjustments

      public void setDateAdjustments(BusinessDayAdjustments value)
      Sets the value of the dateAdjustments property.
      Parameters:
      value - allowed object is BusinessDayAdjustments
    • getReferenceInformation

      public ReferenceInformation getReferenceInformation()
      Gets the value of the referenceInformation property.
      Returns:
      possible object is ReferenceInformation
    • setReferenceInformation

      public void setReferenceInformation(ReferenceInformation value)
      Sets the value of the referenceInformation property.
      Parameters:
      value - allowed object is ReferenceInformation
    • getIndexReferenceInformation

      public IndexReferenceInformation getIndexReferenceInformation()
      Gets the value of the indexReferenceInformation property.
      Returns:
      possible object is IndexReferenceInformation
    • setIndexReferenceInformation

      public void setIndexReferenceInformation(IndexReferenceInformation value)
      Sets the value of the indexReferenceInformation property.
      Parameters:
      value - allowed object is IndexReferenceInformation
    • getBasketReferenceInformation

      public BasketReferenceInformation getBasketReferenceInformation()
      Gets the value of the basketReferenceInformation property.
      Returns:
      possible object is BasketReferenceInformation
    • setBasketReferenceInformation

      public void setBasketReferenceInformation(BasketReferenceInformation value)
      Sets the value of the basketReferenceInformation property.
      Parameters:
      value - allowed object is BasketReferenceInformation
    • getAdditionalTerm

      public List<AdditionalTerm> getAdditionalTerm()
      Gets the value of the additionalTerm 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 additionalTerm property.

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

          getAdditionalTerm().add(newItem);
       

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

    • isSubstitution

      public Boolean isSubstitution()
      Gets the value of the substitution property.
      Returns:
      possible object is Boolean
    • setSubstitution

      public void setSubstitution(Boolean value)
      Sets the value of the substitution property.
      Parameters:
      value - allowed object is Boolean
    • isModifiedEquityDelivery

      public Boolean isModifiedEquityDelivery()
      Gets the value of the modifiedEquityDelivery property.
      Returns:
      possible object is Boolean
    • setModifiedEquityDelivery

      public void setModifiedEquityDelivery(Boolean value)
      Sets the value of the modifiedEquityDelivery property.
      Parameters:
      value - allowed object is Boolean