Class PrincipalExchangeFeatures
java.lang.Object
net.finmath.smartcontract.product.xml.PrincipalExchangeFeatures
A type describing the principal exchange features of the return swap.
Java class for PrincipalExchangeFeatures complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrincipalExchangeFeatures"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="principalExchanges" type="{http://www.fpml.org/FpML-5/confirmation}PrincipalExchanges" minOccurs="0"/> <element name="principalExchangeDescriptions" type="{http://www.fpml.org/FpML-5/confirmation}PrincipalExchangeDescriptions" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<PrincipalExchangeDescriptions> protected PrincipalExchanges
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the principalExchangeDescriptions property.Gets the value of the principalExchanges property.void
Sets the value of the principalExchanges property.
-
Field Details
-
principalExchanges
-
principalExchangeDescriptions
-
-
Constructor Details
-
PrincipalExchangeFeatures
public PrincipalExchangeFeatures()
-
-
Method Details
-
getPrincipalExchanges
Gets the value of the principalExchanges property.- Returns:
- possible object is
PrincipalExchanges
-
setPrincipalExchanges
Sets the value of the principalExchanges property.- Parameters:
value
- allowed object isPrincipalExchanges
-
getPrincipalExchangeDescriptions
Gets the value of the principalExchangeDescriptions 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 principalExchangeDescriptions property.For example, to add a new item, do as follows:
getPrincipalExchangeDescriptions().add(newItem);
Objects of the following type(s) are allowed in the list
PrincipalExchangeDescriptions
-