Project 4

com.amazon.soap.AWSECommerceService
Class ResponseGroupInformation

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.ResponseGroupInformation
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String creationDate
           
private  java.lang.String[] elements
           
private  java.lang.String name
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String[] validOperations
           
 
Constructor Summary
ResponseGroupInformation()
           
ResponseGroupInformation(java.lang.String name, java.lang.String creationDate, java.lang.String[] validOperations, java.lang.String[] elements)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCreationDate()
          Gets the creationDate value for this ResponseGroupInformation.
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[] getElements()
          Gets the elements value for this ResponseGroupInformation.
 java.lang.String getName()
          Gets the name value for this ResponseGroupInformation.
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[] getValidOperations()
          Gets the validOperations value for this ResponseGroupInformation.
 int hashCode()
           
 void setCreationDate(java.lang.String creationDate)
          Sets the creationDate value for this ResponseGroupInformation.
 void setElements(java.lang.String[] elements)
          Sets the elements value for this ResponseGroupInformation.
 void setName(java.lang.String name)
          Sets the name value for this ResponseGroupInformation.
 void setValidOperations(java.lang.String[] validOperations)
          Sets the validOperations value for this ResponseGroupInformation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

creationDate

private java.lang.String creationDate

elements

private java.lang.String[] elements

name

private java.lang.String name

typeDesc

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

validOperations

private java.lang.String[] validOperations
Constructor Detail

ResponseGroupInformation

public ResponseGroupInformation()

ResponseGroupInformation

public ResponseGroupInformation(java.lang.String name,
                                java.lang.String creationDate,
                                java.lang.String[] validOperations,
                                java.lang.String[] elements)
Method Detail

equals

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

getCreationDate

public java.lang.String getCreationDate()
Gets the creationDate value for this ResponseGroupInformation.

Returns:
creationDate

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


getElements

public java.lang.String[] getElements()
Gets the elements value for this ResponseGroupInformation.

Returns:
elements

getName

public java.lang.String getName()
Gets the name value for this ResponseGroupInformation.

Returns:
name

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


getValidOperations

public java.lang.String[] getValidOperations()
Gets the validOperations value for this ResponseGroupInformation.

Returns:
validOperations

hashCode

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

setCreationDate

public void setCreationDate(java.lang.String creationDate)
Sets the creationDate value for this ResponseGroupInformation.

Parameters:
creationDate -

setElements

public void setElements(java.lang.String[] elements)
Sets the elements value for this ResponseGroupInformation.

Parameters:
elements -

setName

public void setName(java.lang.String name)
Sets the name value for this ResponseGroupInformation.

Parameters:
name -

setValidOperations

public void setValidOperations(java.lang.String[] validOperations)
Sets the validOperations value for this ResponseGroupInformation.

Parameters:
validOperations -

Project 4