com.amazonaws.mturk.requester
Class OperationInformation

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

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

See Also:
Serialized Form

Constructor Summary
OperationInformation()
           
OperationInformation(java.lang.String name, java.lang.String description, java.lang.String[] requiredParameters, java.lang.String[] availableParameters, java.lang.String[] defaultResponseGroups, java.lang.String[] availableResponseGroups)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getAvailableParameters()
          Gets the availableParameters value for this OperationInformation.
 java.lang.String[] getAvailableResponseGroups()
          Gets the availableResponseGroups value for this OperationInformation.
 java.lang.String[] getDefaultResponseGroups()
          Gets the defaultResponseGroups value for this OperationInformation.
 java.lang.String getDescription()
          Gets the description value for this OperationInformation.
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 getName()
          Gets the name value for this OperationInformation.
 java.lang.String[] getRequiredParameters()
          Gets the requiredParameters value for this OperationInformation.
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 setAvailableParameters(java.lang.String[] availableParameters)
          Sets the availableParameters value for this OperationInformation.
 void setAvailableResponseGroups(java.lang.String[] availableResponseGroups)
          Sets the availableResponseGroups value for this OperationInformation.
 void setDefaultResponseGroups(java.lang.String[] defaultResponseGroups)
          Sets the defaultResponseGroups value for this OperationInformation.
 void setDescription(java.lang.String description)
          Sets the description value for this OperationInformation.
 void setName(java.lang.String name)
          Sets the name value for this OperationInformation.
 void setRequiredParameters(java.lang.String[] requiredParameters)
          Sets the requiredParameters value for this OperationInformation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationInformation

public OperationInformation()

OperationInformation

public OperationInformation(java.lang.String name,
                            java.lang.String description,
                            java.lang.String[] requiredParameters,
                            java.lang.String[] availableParameters,
                            java.lang.String[] defaultResponseGroups,
                            java.lang.String[] availableResponseGroups)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this OperationInformation.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this OperationInformation.

Parameters:
description -

getRequiredParameters

public java.lang.String[] getRequiredParameters()
Gets the requiredParameters value for this OperationInformation.

Returns:
requiredParameters

setRequiredParameters

public void setRequiredParameters(java.lang.String[] requiredParameters)
Sets the requiredParameters value for this OperationInformation.

Parameters:
requiredParameters -

getAvailableParameters

public java.lang.String[] getAvailableParameters()
Gets the availableParameters value for this OperationInformation.

Returns:
availableParameters

setAvailableParameters

public void setAvailableParameters(java.lang.String[] availableParameters)
Sets the availableParameters value for this OperationInformation.

Parameters:
availableParameters -

getDefaultResponseGroups

public java.lang.String[] getDefaultResponseGroups()
Gets the defaultResponseGroups value for this OperationInformation.

Returns:
defaultResponseGroups

setDefaultResponseGroups

public void setDefaultResponseGroups(java.lang.String[] defaultResponseGroups)
Sets the defaultResponseGroups value for this OperationInformation.

Parameters:
defaultResponseGroups -

getAvailableResponseGroups

public java.lang.String[] getAvailableResponseGroups()
Gets the availableResponseGroups value for this OperationInformation.

Returns:
availableResponseGroups

setAvailableResponseGroups

public void setAvailableResponseGroups(java.lang.String[] availableResponseGroups)
Sets the availableResponseGroups value for this OperationInformation.

Parameters:
availableResponseGroups -

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