public class RegionSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RegionSoap() |
RegionSoap(boolean active,
long countryId,
long mvccVersion,
java.lang.String name,
long primaryKey,
java.lang.String regionCode,
long regionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCountryId()
Gets the countryId value for this RegionSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getMvccVersion()
Gets the mvccVersion value for this RegionSoap.
|
java.lang.String |
getName()
Gets the name value for this RegionSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this RegionSoap.
|
java.lang.String |
getRegionCode()
Gets the regionCode value for this RegionSoap.
|
long |
getRegionId()
Gets the regionId value for this RegionSoap.
|
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 RegionSoap.
|
void |
setActive(boolean active)
Sets the active value for this RegionSoap.
|
void |
setCountryId(long countryId)
Sets the countryId value for this RegionSoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this RegionSoap.
|
void |
setName(java.lang.String name)
Sets the name value for this RegionSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this RegionSoap.
|
void |
setRegionCode(java.lang.String regionCode)
Sets the regionCode value for this RegionSoap.
|
void |
setRegionId(long regionId)
Sets the regionId value for this RegionSoap.
|
public RegionSoap()
public RegionSoap(boolean active,
long countryId,
long mvccVersion,
java.lang.String name,
long primaryKey,
java.lang.String regionCode,
long regionId)
public boolean isActive()
public void setActive(boolean active)
active - public long getCountryId()
public void setCountryId(long countryId)
countryId - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public java.lang.String getName()
public void setName(java.lang.String name)
name - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public java.lang.String getRegionCode()
public void setRegionCode(java.lang.String regionCode)
regionCode - public long getRegionId()
public void setRegionId(long regionId)
regionId - 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)