|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Country
public class Country
Constructor Summary | |
---|---|
Country()
|
|
Country(int addressFormatId,
int id,
java.lang.String isoCode2,
java.lang.String isoCode3,
java.lang.String msgCatKey,
java.lang.String name)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAddressFormatId()
Gets the addressFormatId value for this Country. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getId()
Gets the id value for this Country. |
java.lang.String |
getIsoCode2()
Gets the isoCode2 value for this Country. |
java.lang.String |
getIsoCode3()
Gets the isoCode3 value for this Country. |
java.lang.String |
getMsgCatKey()
Gets the msgCatKey value for this Country. |
java.lang.String |
getName()
Gets the name value for this Country. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAddressFormatId(int addressFormatId)
Sets the addressFormatId value for this Country. |
void |
setId(int id)
Sets the id value for this Country. |
void |
setIsoCode2(java.lang.String isoCode2)
Sets the isoCode2 value for this Country. |
void |
setIsoCode3(java.lang.String isoCode3)
Sets the isoCode3 value for this Country. |
void |
setMsgCatKey(java.lang.String msgCatKey)
Sets the msgCatKey value for this Country. |
void |
setName(java.lang.String name)
Sets the name value for this Country. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Country()
public Country(int addressFormatId, int id, java.lang.String isoCode2, java.lang.String isoCode3, java.lang.String msgCatKey, java.lang.String name)
Method Detail |
---|
public int getAddressFormatId()
public void setAddressFormatId(int addressFormatId)
addressFormatId
- public int getId()
public void setId(int id)
id
- public java.lang.String getIsoCode2()
public void setIsoCode2(java.lang.String isoCode2)
isoCode2
- public java.lang.String getIsoCode3()
public void setIsoCode3(java.lang.String isoCode3)
isoCode3
- public java.lang.String getMsgCatKey()
public void setMsgCatKey(java.lang.String msgCatKey)
msgCatKey
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |