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
-
Constructor Summary
-
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
-
setValue
-
getCurrencyScheme
-
setCurrencyScheme
-