com.amazonaws.mturk.requester
Class ResponseGroupInformation

java.lang.Object
  extended by com.amazonaws.mturk.requester.ResponseGroupInformation
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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
 

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

getName

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

Returns:
name

setName

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

Parameters:
name -

getCreationDate

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

Returns:
creationDate

setCreationDate

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

Parameters:
creationDate -

getValidOperations

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

Returns:
validOperations

setValidOperations

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

Parameters:
validOperations -

getElements

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

Returns:
elements

setElements

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

Parameters:
elements -

equals

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

hashCode

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

getTypeDesc

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


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


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