java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.Cash

public class Cash extends Asset

Java class for Cash complex type.

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

 <complexType name="Cash">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Asset">
       <sequence>
         <element name="instrumentId" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Cash

      public Cash()
  • Method Details

    • getInstrumentId

      public List<InstrumentId> getInstrumentId()
      Gets the value of the instrumentId 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 instrumentId property.

      For example, to add a new item, do as follows:

          getInstrumentId().add(newItem);
       

      Objects of the following type(s) are allowed in the list InstrumentId

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency