com.esri.arcgisws
Class Subtype

java.lang.Object
  extended bycom.esri.arcgisws.Subtype
All Implemented Interfaces:
java.io.Serializable

public class Subtype
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Subtype()
           
Subtype(java.lang.String subtypeName, int subtypeCode, SubtypeFieldInfo[] fieldInfos)
           
 
Method Summary
 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
 SubtypeFieldInfo[] getFieldInfos()
          Gets the fieldInfos value for this Subtype.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSubtypeCode()
          Gets the subtypeCode value for this Subtype.
 java.lang.String getSubtypeName()
          Gets the subtypeName value for this Subtype.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFieldInfos(SubtypeFieldInfo[] fieldInfos)
          Sets the fieldInfos value for this Subtype.
 void setSubtypeCode(int subtypeCode)
          Sets the subtypeCode value for this Subtype.
 void setSubtypeName(java.lang.String subtypeName)
          Sets the subtypeName value for this Subtype.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subtype

public Subtype()

Subtype

public Subtype(java.lang.String subtypeName,
               int subtypeCode,
               SubtypeFieldInfo[] fieldInfos)
Method Detail

getSubtypeName

public java.lang.String getSubtypeName()
Gets the subtypeName value for this Subtype.

Returns:
subtypeName

setSubtypeName

public void setSubtypeName(java.lang.String subtypeName)
Sets the subtypeName value for this Subtype.

Parameters:
subtypeName -

getSubtypeCode

public int getSubtypeCode()
Gets the subtypeCode value for this Subtype.

Returns:
subtypeCode

setSubtypeCode

public void setSubtypeCode(int subtypeCode)
Sets the subtypeCode value for this Subtype.

Parameters:
subtypeCode -

getFieldInfos

public SubtypeFieldInfo[] getFieldInfos()
Gets the fieldInfos value for this Subtype.

Returns:
fieldInfos

setFieldInfos

public void setFieldInfos(SubtypeFieldInfo[] fieldInfos)
Sets the fieldInfos value for this Subtype.

Parameters:
fieldInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer