Class Currency
java.lang.Object
net.finmath.smartcontract.product.xml.Currency
- Direct Known Subclasses:
IdentifiedCurrency
The code representation of a currency or fund. By default it is a valid
currency code as defined by the ISO standard 4217 - Codes for representation of currencies and funds
http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html.
Java class for Currency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Currency"> <simpleContent> <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme"> <attribute name="currencyScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/iso4217-2001-08-15" /> </extension> </simpleContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currencyScheme property.getValue()
The base class for all types which define coding schemes that are allowed to be empty.void
setCurrencyScheme(String value)
Sets the value of the currencyScheme property.void
Sets the value of the value property.
-
Field Details
-
value
-
currencyScheme
-
-
Constructor Details
-
Currency
public Currency()
-
-
Method Details
-
getValue
The base class for all types which define coding schemes that are allowed to be empty.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getCurrencyScheme
Gets the value of the currencyScheme property.- Returns:
- possible object is
String
-
setCurrencyScheme
Sets the value of the currencyScheme property.- Parameters:
value
- allowed object isString
-