Project 4

com.amazon.soap.AWSECommerceService
Class StringWithUnits

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

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

typeDesc

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

units

private java.lang.String units
Constructor Detail

StringWithUnits

public StringWithUnits()

StringWithUnits

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

equals

public boolean equals(java.lang.Object obj)

get_value

public java.lang.String get_value()
Gets the _value value for this StringWithUnits.

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

Returns:
units

hashCode

public int hashCode()

set_value

public void set_value(java.lang.String _value)
Sets the _value value for this StringWithUnits.

Parameters:
_value -

setUnits

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

Parameters:
units -

toString

public java.lang.String toString()

Project 4