public class ClassNameSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClassNameSoap() |
ClassNameSoap(long classNameId,
long mvccVersion,
long primaryKey,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getClassNameId()
Gets the classNameId value for this ClassNameSoap.
|
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 ClassNameSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this ClassNameSoap.
|
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
|
java.lang.String |
getValue()
Gets the value value for this ClassNameSoap.
|
int |
hashCode() |
void |
setClassNameId(long classNameId)
Sets the classNameId value for this ClassNameSoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this ClassNameSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this ClassNameSoap.
|
void |
setValue(java.lang.String value)
Sets the value value for this ClassNameSoap.
|
public ClassNameSoap()
public ClassNameSoap(long classNameId,
long mvccVersion,
long primaryKey,
java.lang.String value)
public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public java.lang.String getValue()
public void setValue(java.lang.String value)
value - 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)