Package org.iso.currency
Class ISO4217.CcyTbl.CcyNtry.CcyNm
java.lang.Object
org.iso.currency.ISO4217.CcyTbl.CcyNtry.CcyNm
- Enclosing class:
- ISO4217.CcyTbl.CcyNtry
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
isFund
-
-
Constructor Details
-
CcyNm
public CcyNm()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isIsFund
Gets the value of the isFund property.- Returns:
- possible object is
Boolean
-
setIsFund
Sets the value of the isFund property.- Parameters:
value- allowed object isBoolean
-