Class SettlementTerms

java.lang.Object
net.finmath.smartcontract.product.xml.SettlementTerms
Direct Known Subclasses:
CashSettlementTerms, PhysicalSettlementTerms

public class SettlementTerms extends Object

Java class for SettlementTerms complex type.

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

 <complexType name="SettlementTerms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • settlementCurrency

      protected Currency settlementCurrency
    • id

      protected String id
  • Constructor Details

    • SettlementTerms

      public SettlementTerms()
  • Method Details

    • getSettlementCurrency

      public Currency getSettlementCurrency()
      Gets the value of the settlementCurrency property.
      Returns:
      possible object is Currency
    • setSettlementCurrency

      public void setSettlementCurrency(Currency value)
      Sets the value of the settlementCurrency property.
      Parameters:
      value - allowed object is Currency
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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