com.esri.arcgisws
Class JunctionSubtype

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

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

See Also:
Serialized Form

Constructor Summary
JunctionSubtype()
           
JunctionSubtype(int classID, int subtypeCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getClassID()
          Gets the classID value for this JunctionSubtype.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 JunctionSubtype.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setClassID(int classID)
          Sets the classID value for this JunctionSubtype.
 void setSubtypeCode(int subtypeCode)
          Sets the subtypeCode value for this JunctionSubtype.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JunctionSubtype

public JunctionSubtype()

JunctionSubtype

public JunctionSubtype(int classID,
                       int subtypeCode)
Method Detail

getClassID

public int getClassID()
Gets the classID value for this JunctionSubtype.

Returns:
classID

setClassID

public void setClassID(int classID)
Sets the classID value for this JunctionSubtype.

Parameters:
classID -

getSubtypeCode

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

Returns:
subtypeCode

setSubtypeCode

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

Parameters:
subtypeCode -

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