Class IdentifiedCurrency

java.lang.Object
net.finmath.smartcontract.product.xml.Currency
net.finmath.smartcontract.product.xml.IdentifiedCurrency

public class IdentifiedCurrency extends Currency
Specifies Currency with ID attribute.

Java class for IdentifiedCurrency complex type.

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

 <complexType name="IdentifiedCurrency">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Currency">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IdentifiedCurrency

      public IdentifiedCurrency()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String