public class ListTypeSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListTypeSoap() |
ListTypeSoap(long listTypeId,
long mvccVersion,
java.lang.String name,
long primaryKey,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getListTypeId()
Gets the listTypeId value for this ListTypeSoap.
|
long |
getMvccVersion()
Gets the mvccVersion value for this ListTypeSoap.
|
java.lang.String |
getName()
Gets the name value for this ListTypeSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this ListTypeSoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getType()
Gets the type value for this ListTypeSoap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setListTypeId(long listTypeId)
Sets the listTypeId value for this ListTypeSoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this ListTypeSoap.
|
void |
setName(java.lang.String name)
Sets the name value for this ListTypeSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this ListTypeSoap.
|
void |
setType(java.lang.String type)
Sets the type value for this ListTypeSoap.
|
public ListTypeSoap()
public ListTypeSoap(long listTypeId,
long mvccVersion,
java.lang.String name,
long primaryKey,
java.lang.String type)
public long getListTypeId()
public void setListTypeId(long listTypeId)
listTypeId - 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 getType()
public void setType(java.lang.String type)
type - 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)