Class SwapAdditionalTerms

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

public class SwapAdditionalTerms extends Object
Additional terms to a swap contract.

Java class for SwapAdditionalTerms complex type.

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

 <complexType name="SwapAdditionalTerms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bondReference" type="{http://www.fpml.org/FpML-5/confirmation}BondReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SwapAdditionalTerms

      public SwapAdditionalTerms()
  • Method Details

    • getBondReference

      public BondReference getBondReference()
      Gets the value of the bondReference property.
      Returns:
      possible object is BondReference
    • setBondReference

      public void setBondReference(BondReference value)
      Sets the value of the bondReference property.
      Parameters:
      value - allowed object is BondReference