Class MultiCurrency

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

public class MultiCurrency extends Object
Defines all the currencies in which funds can be drawn against a facility.

Java class for MultiCurrency complex type.

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

 <complexType name="MultiCurrency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="drawCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MultiCurrency

      public MultiCurrency()
  • Method Details

    • getDrawCurrency

      public List<Currency> getDrawCurrency()
      Gets the value of the drawCurrency 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 drawCurrency property.

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

          getDrawCurrency().add(newItem);
       

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