Project 4

com.amazon.soap.AWSECommerceService
Class DecimalWithUnits

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

public class DecimalWithUnits
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  java.math.BigDecimal _value
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String units
           
 
Constructor Summary
DecimalWithUnits()
           
DecimalWithUnits(java.math.BigDecimal _value)
           
DecimalWithUnits(java.lang.String _value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.math.BigDecimal get_value()
          Gets the _value value for this DecimalWithUnits.
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 DecimalWithUnits.
 int hashCode()
           
 void set_value(java.math.BigDecimal _value)
          Sets the _value value for this DecimalWithUnits.
 void setUnits(java.lang.String units)
          Sets the units value for this DecimalWithUnits.
 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 java.math.BigDecimal _value

typeDesc

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

units

private java.lang.String units
Constructor Detail

DecimalWithUnits

public DecimalWithUnits()

DecimalWithUnits

public DecimalWithUnits(java.math.BigDecimal _value)

DecimalWithUnits

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

equals

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

get_value

public java.math.BigDecimal get_value()
Gets the _value value for this DecimalWithUnits.

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 DecimalWithUnits.

Returns:
units

hashCode

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

set_value

public void set_value(java.math.BigDecimal _value)
Sets the _value value for this DecimalWithUnits.

Parameters:
_value -

setUnits

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

Parameters:
units -

toString

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

Project 4