Class SwapAdditionalTerms
java.lang.Object
net.finmath.smartcontract.product.xml.SwapAdditionalTerms
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bondReference property.voidsetBondReference(BondReference value) Sets the value of the bondReference property.
-
Field Details
-
bondReference
-
-
Constructor Details
-
SwapAdditionalTerms
public SwapAdditionalTerms()
-
-
Method Details
-
getBondReference
Gets the value of the bondReference property.- Returns:
- possible object is
BondReference
-
setBondReference
Sets the value of the bondReference property.- Parameters:
value- allowed object isBondReference
-