Project 4

com.amazon.soap.AWSECommerceService
Class ItemAttributesCreator

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

public class ItemAttributesCreator
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  java.lang.String role
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ItemAttributesCreator()
           
ItemAttributesCreator(java.lang.String _value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String get_value()
          Gets the _value value for this ItemAttributesCreator.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getRole()
          Gets the role value for this ItemAttributesCreator.
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 hashCode()
           
 void set_value(java.lang.String _value)
          Sets the _value value for this ItemAttributesCreator.
 void setRole(java.lang.String role)
          Sets the role value for this ItemAttributesCreator.
 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

role

private java.lang.String role

typeDesc

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

ItemAttributesCreator

public ItemAttributesCreator()

ItemAttributesCreator

public ItemAttributesCreator(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 ItemAttributesCreator.

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


getRole

public java.lang.String getRole()
Gets the role value for this ItemAttributesCreator.

Returns:
role

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


hashCode

public int hashCode()

set_value

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

Parameters:
_value -

setRole

public void setRole(java.lang.String role)
Sets the role value for this ItemAttributesCreator.

Parameters:
role -

toString

public java.lang.String toString()

Project 4