com.esri.arcgisws
Class NetWeight

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

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

See Also:
Serialized Form

Constructor Summary
NetWeight()
           
NetWeight(int weightID, java.lang.String weightName, EsriWeightType weightType, int bitGateSize)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getBitGateSize()
          Gets the bitGateSize value for this NetWeight.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getWeightID()
          Gets the weightID value for this NetWeight.
 java.lang.String getWeightName()
          Gets the weightName value for this NetWeight.
 EsriWeightType getWeightType()
          Gets the weightType value for this NetWeight.
 int hashCode()
           
 void setBitGateSize(int bitGateSize)
          Sets the bitGateSize value for this NetWeight.
 void setWeightID(int weightID)
          Sets the weightID value for this NetWeight.
 void setWeightName(java.lang.String weightName)
          Sets the weightName value for this NetWeight.
 void setWeightType(EsriWeightType weightType)
          Sets the weightType value for this NetWeight.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetWeight

public NetWeight()

NetWeight

public NetWeight(int weightID,
                 java.lang.String weightName,
                 EsriWeightType weightType,
                 int bitGateSize)
Method Detail

getWeightID

public int getWeightID()
Gets the weightID value for this NetWeight.

Returns:
weightID

setWeightID

public void setWeightID(int weightID)
Sets the weightID value for this NetWeight.

Parameters:
weightID -

getWeightName

public java.lang.String getWeightName()
Gets the weightName value for this NetWeight.

Returns:
weightName

setWeightName

public void setWeightName(java.lang.String weightName)
Sets the weightName value for this NetWeight.

Parameters:
weightName -

getWeightType

public EsriWeightType getWeightType()
Gets the weightType value for this NetWeight.

Returns:
weightType

setWeightType

public void setWeightType(EsriWeightType weightType)
Sets the weightType value for this NetWeight.

Parameters:
weightType -

getBitGateSize

public int getBitGateSize()
Gets the bitGateSize value for this NetWeight.

Returns:
bitGateSize

setBitGateSize

public void setBitGateSize(int bitGateSize)
Sets the bitGateSize value for this NetWeight.

Parameters:
bitGateSize -

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