Class PrincipalExchangeFeatures

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

public class PrincipalExchangeFeatures extends Object
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 Details

  • Constructor Details

    • PrincipalExchangeFeatures

      public PrincipalExchangeFeatures()
  • Method Details

    • getPrincipalExchanges

      public PrincipalExchanges getPrincipalExchanges()
      Gets the value of the principalExchanges property.
      Returns:
      possible object is PrincipalExchanges
    • setPrincipalExchanges

      public void setPrincipalExchanges(PrincipalExchanges value)
      Sets the value of the principalExchanges property.
      Parameters:
      value - allowed object is PrincipalExchanges
    • getPrincipalExchangeDescriptions

      public List<PrincipalExchangeDescriptions> 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