|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.core.KanaEntity
com.mirth.match.ejb.core.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://core.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()
Short
public void setCountrydialcode(java.lang.Short value)
value
- allowed object is
Short
public java.lang.String getIsocode()
String
public void setIsocode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIsodigitcode()
String
public void setIsodigitcode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public 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 |