|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.IsoCountry
public class IsoCountry
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 |
|---|
protected java.lang.Short countrydialcode
protected java.lang.String isocode
protected java.lang.String isodigitcode
protected java.lang.String name
| Constructor Detail |
|---|
public IsoCountry()
| Method Detail |
|---|
public java.lang.Short getCountrydialcode()
Shortpublic void setCountrydialcode(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.String getIsocode()
Stringpublic void setIsocode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsodigitcode()
Stringpublic void setIsodigitcode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||