Project 4

com.amazon.soap.AWSECommerceService
Class OperationInformation

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.OperationInformation
All Implemented Interfaces:
java.io.Serializable

public class OperationInformation
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[] availableParameters
           
private  java.lang.String[] availableResponseGroups
           
private  java.lang.String[] defaultResponseGroups
           
private  java.lang.String description
           
private  java.lang.String name
           
private  java.lang.String[] requiredParameters
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
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
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

availableParameters

private java.lang.String[] availableParameters

availableResponseGroups

private java.lang.String[] availableResponseGroups

defaultResponseGroups

private java.lang.String[] defaultResponseGroups

description

private java.lang.String description

name

private java.lang.String name

requiredParameters

private java.lang.String[] requiredParameters

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
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

equals

public boolean equals(java.lang.Object obj)

getAvailableParameters

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

Returns:
availableParameters

getAvailableResponseGroups

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

Returns:
availableResponseGroups

getDefaultResponseGroups

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

Returns:
defaultResponseGroups

getDescription

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

Returns:
description

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


getName

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

Returns:
name

getRequiredParameters

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

Returns:
requiredParameters

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()

setAvailableParameters

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

Parameters:
availableParameters -

setAvailableResponseGroups

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

Parameters:
availableResponseGroups -

setDefaultResponseGroups

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

Parameters:
defaultResponseGroups -

setDescription

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

Parameters:
description -

setName

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

Parameters:
name -

setRequiredParameters

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

Parameters:
requiredParameters -

Project 4