public class CountrySoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CountrySoap() |
CountrySoap(java.lang.String a2,
java.lang.String a3,
boolean active,
long countryId,
java.lang.String idd,
long mvccVersion,
java.lang.String name,
java.lang.String number,
long primaryKey,
boolean zipRequired) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getA2()
Gets the a2 value for this CountrySoap.
|
java.lang.String |
getA3()
Gets the a3 value for this CountrySoap.
|
long |
getCountryId()
Gets the countryId value for this CountrySoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getIdd()
Gets the idd value for this CountrySoap.
|
long |
getMvccVersion()
Gets the mvccVersion value for this CountrySoap.
|
java.lang.String |
getName()
Gets the name value for this CountrySoap.
|
java.lang.String |
getNumber()
Gets the number value for this CountrySoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this CountrySoap.
|
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() |
boolean |
isActive()
Gets the active value for this CountrySoap.
|
boolean |
isZipRequired()
Gets the zipRequired value for this CountrySoap.
|
void |
setA2(java.lang.String a2)
Sets the a2 value for this CountrySoap.
|
void |
setA3(java.lang.String a3)
Sets the a3 value for this CountrySoap.
|
void |
setActive(boolean active)
Sets the active value for this CountrySoap.
|
void |
setCountryId(long countryId)
Sets the countryId value for this CountrySoap.
|
void |
setIdd(java.lang.String idd)
Sets the idd value for this CountrySoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this CountrySoap.
|
void |
setName(java.lang.String name)
Sets the name value for this CountrySoap.
|
void |
setNumber(java.lang.String number)
Sets the number value for this CountrySoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this CountrySoap.
|
void |
setZipRequired(boolean zipRequired)
Sets the zipRequired value for this CountrySoap.
|
public CountrySoap()
public CountrySoap(java.lang.String a2,
java.lang.String a3,
boolean active,
long countryId,
java.lang.String idd,
long mvccVersion,
java.lang.String name,
java.lang.String number,
long primaryKey,
boolean zipRequired)
public java.lang.String getA2()
public void setA2(java.lang.String a2)
a2 - public java.lang.String getA3()
public void setA3(java.lang.String a3)
a3 - public boolean isActive()
public void setActive(boolean active)
active - public long getCountryId()
public void setCountryId(long countryId)
countryId - public java.lang.String getIdd()
public void setIdd(java.lang.String idd)
idd - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getNumber()
public void setNumber(java.lang.String number)
number - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public boolean isZipRequired()
public void setZipRequired(boolean zipRequired)
zipRequired - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)