Class CountryCode
java.lang.Object
net.finmath.smartcontract.product.xml.CountryCode
The code representation of a country or an area of special sovereignty. By
default it is a valid 2 character country code as defined by the ISO standard 3166-1 alpha-2 - Codes for
representation of countries http://www.niso.org/standards/resources/3166.html.
Java class for CountryCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryCode"> <simpleContent> <extension base="<http://www.fpml.org/FpML-5/confirmation>Token"> <attribute name="countryScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/iso3166" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the countryScheme property.getValue()
A token.void
setCountryScheme
(String value) Sets the value of the countryScheme property.void
Sets the value of the value property.
-
Field Details
-
value
-
countryScheme
-
-
Constructor Details
-
CountryCode
public CountryCode()
-
-
Method Details
-
getValue
-
setValue
-
getCountryScheme
-
setCountryScheme
-