Project 4

com.amazon.soap.AWSECommerceService
Class NonNegativeIntegerWithUnits

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.NonNegativeIntegerWithUnits
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.SimpleType

public class NonNegativeIntegerWithUnits
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.SimpleType

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.NonNegativeInteger _value
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String units
           
 
Constructor Summary
NonNegativeIntegerWithUnits()
           
NonNegativeIntegerWithUnits(org.apache.axis.types.NonNegativeInteger _value)
           
NonNegativeIntegerWithUnits(java.lang.String _value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.NonNegativeInteger get_value()
          Gets the _value value for this NonNegativeIntegerWithUnits.
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
 java.lang.String getUnits()
          Gets the units value for this NonNegativeIntegerWithUnits.
 int hashCode()
           
 void set_value(org.apache.axis.types.NonNegativeInteger _value)
          Sets the _value value for this NonNegativeIntegerWithUnits.
 void setUnits(java.lang.String units)
          Sets the units value for this NonNegativeIntegerWithUnits.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

_value

private org.apache.axis.types.NonNegativeInteger _value

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc

units

private java.lang.String units
Constructor Detail

NonNegativeIntegerWithUnits

public NonNegativeIntegerWithUnits()

NonNegativeIntegerWithUnits

public NonNegativeIntegerWithUnits(org.apache.axis.types.NonNegativeInteger _value)

NonNegativeIntegerWithUnits

public NonNegativeIntegerWithUnits(java.lang.String _value)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

get_value

public org.apache.axis.types.NonNegativeInteger get_value()
Gets the _value value for this NonNegativeIntegerWithUnits.

Returns:
_value

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


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


getTypeDesc

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


getUnits

public java.lang.String getUnits()
Gets the units value for this NonNegativeIntegerWithUnits.

Returns:
units

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

set_value

public void set_value(org.apache.axis.types.NonNegativeInteger _value)
Sets the _value value for this NonNegativeIntegerWithUnits.

Parameters:
_value -

setUnits

public void setUnits(java.lang.String units)
Sets the units value for this NonNegativeIntegerWithUnits.

Parameters:
units -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Project 4