com.mirth.match.ejb.inex
Class IsoCountry

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.IsoCountry

public class IsoCountry
extends KanaEntity

Java class for isoCountry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="isoCountry">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="countrydialcode" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="isocode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isodigitcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Short countrydialcode
           
protected  java.lang.String isocode
           
protected  java.lang.String isodigitcode
           
protected  java.lang.String name
           
 
Constructor Summary
IsoCountry()
           
 
Method Summary
 java.lang.Short getCountrydialcode()
          Gets the value of the countrydialcode property.
 java.lang.String getIsocode()
          Gets the value of the isocode property.
 java.lang.String getIsodigitcode()
          Gets the value of the isodigitcode property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCountrydialcode(java.lang.Short value)
          Sets the value of the countrydialcode property.
 void setIsocode(java.lang.String value)
          Sets the value of the isocode property.
 void setIsodigitcode(java.lang.String value)
          Sets the value of the isodigitcode property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

countrydialcode

protected java.lang.Short countrydialcode

isocode

protected java.lang.String isocode

isodigitcode

protected java.lang.String isodigitcode

name

protected java.lang.String name
Constructor Detail

IsoCountry

public IsoCountry()
Method Detail

getCountrydialcode

public java.lang.Short getCountrydialcode()
Gets the value of the countrydialcode property.

Returns:
possible object is Short

setCountrydialcode

public void setCountrydialcode(java.lang.Short value)
Sets the value of the countrydialcode property.

Parameters:
value - allowed object is Short

getIsocode

public java.lang.String getIsocode()
Gets the value of the isocode property.

Returns:
possible object is String

setIsocode

public void setIsocode(java.lang.String value)
Sets the value of the isocode property.

Parameters:
value - allowed object is String

getIsodigitcode

public java.lang.String getIsodigitcode()
Gets the value of the isodigitcode property.

Returns:
possible object is String

setIsodigitcode

public void setIsodigitcode(java.lang.String value)
Sets the value of the isodigitcode property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.