Class ISO4217.CcyTbl.CcyNtry

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

public static class ISO4217.CcyTbl.CcyNtry extends Object

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>
 
  • Field Details

  • Constructor Details

    • CcyNtry

      public CcyNtry()
  • Method Details

    • getCtryNm

      public String getCtryNm()
      Gets the value of the ctryNm property.
      Returns:
      possible object is String
    • setCtryNm

      public void setCtryNm(String value)
      Sets the value of the ctryNm property.
      Parameters:
      value - allowed object is String
    • getCcyNm

      public ISO4217.CcyTbl.CcyNtry.CcyNm getCcyNm()
      Gets the value of the ccyNm property.
      Returns:
      possible object is .CcyTbl.CcyNtry.CcyNm
    • setCcyNm

      public void setCcyNm(ISO4217.CcyTbl.CcyNtry.CcyNm value)
      Sets the value of the ccyNm property.
      Parameters:
      value - allowed object is .CcyTbl.CcyNtry.CcyNm
    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • getCcyNbr

      public Integer getCcyNbr()
      Gets the value of the ccyNbr property.
      Returns:
      possible object is Integer
    • setCcyNbr

      public void setCcyNbr(Integer value)
      Sets the value of the ccyNbr property.
      Parameters:
      value - allowed object is Integer
    • getCcyMnrUnts

      public String getCcyMnrUnts()
      Gets the value of the ccyMnrUnts property.
      Returns:
      possible object is String
    • setCcyMnrUnts

      public void setCcyMnrUnts(String value)
      Sets the value of the ccyMnrUnts property.
      Parameters:
      value - allowed object is String