Class ISO4217.CcyTbl.CcyNtry.CcyNm

java.lang.Object
org.iso.currency.ISO4217.CcyTbl.CcyNtry.CcyNm
Enclosing class:
ISO4217.CcyTbl.CcyNtry

public static class ISO4217.CcyTbl.CcyNtry.CcyNm extends Object

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 Details

    • value

      protected String value
    • isFund

      protected Boolean isFund
  • Constructor Details

    • CcyNm

      public CcyNm()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isIsFund

      public Boolean isIsFund()
      Gets the value of the isFund property.
      Returns:
      possible object is Boolean
    • setIsFund

      public void setIsFund(Boolean value)
      Sets the value of the isFund property.
      Parameters:
      value - allowed object is Boolean