Package org.iso.currency
Class ISO4217.CcyTbl.CcyNtry
java.lang.Object
org.iso.currency.ISO4217.CcyTbl.CcyNtry
- Enclosing class:
- ISO4217.CcyTbl
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CtryNm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CcyNm">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="IsFund" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Ccy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CcyNbr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="CcyMnrUnts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Integerprotected ISO4217.CcyTbl.CcyNtry.CcyNmprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCcy()Gets the value of the ccy property.Gets the value of the ccyMnrUnts property.Gets the value of the ccyNbr property.getCcyNm()Gets the value of the ccyNm property.Gets the value of the ctryNm property.voidSets the value of the ccy property.voidsetCcyMnrUnts(String value) Sets the value of the ccyMnrUnts property.voidSets the value of the ccyNbr property.voidSets the value of the ccyNm property.voidSets the value of the ctryNm property.
-
Field Details
-
ctryNm
-
ccyNm
-
ccy
-
ccyNbr
-
ccyMnrUnts
-
-
Constructor Details
-
CcyNtry
public CcyNtry()
-
-
Method Details
-
getCtryNm
Gets the value of the ctryNm property.- Returns:
- possible object is
String
-
setCtryNm
Sets the value of the ctryNm property.- Parameters:
value- allowed object isString
-
getCcyNm
Gets the value of the ccyNm property.- Returns:
- possible object is
.CcyTbl.CcyNtry.CcyNm
-
setCcyNm
Sets the value of the ccyNm property.- Parameters:
value- allowed object is.CcyTbl.CcyNtry.CcyNm
-
getCcy
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value- allowed object isString
-
getCcyNbr
Gets the value of the ccyNbr property.- Returns:
- possible object is
Integer
-
setCcyNbr
Sets the value of the ccyNbr property.- Parameters:
value- allowed object isInteger
-
getCcyMnrUnts
Gets the value of the ccyMnrUnts property.- Returns:
- possible object is
String
-
setCcyMnrUnts
Sets the value of the ccyMnrUnts property.- Parameters:
value- allowed object isString
-