com.amazonaws.a2s.model
Class OperationInformation

java.lang.Object
  extended by com.amazonaws.a2s.model.OperationInformation

public class OperationInformation
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RequiredParameters" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}RequiredParameters" minOccurs="0"/>
         <element name="AvailableParameters" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}AvailableParameters" minOccurs="0"/>
         <element name="DefaultResponseGroups" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}DefaultResponseGroups" minOccurs="0"/>
         <element name="AvailableResponseGroups" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}AvailableResponseGroups" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


Field Summary
protected  AvailableParameters availableParameters
           
protected  AvailableResponseGroups availableResponseGroups
           
protected  DefaultResponseGroups defaultResponseGroups
           
protected  java.lang.String description
           
protected  java.lang.String name
           
protected  RequiredParameters requiredParameters
           
 
Constructor Summary
OperationInformation()
           
 
Method Summary
 AvailableParameters getAvailableParameters()
          Gets the value of the availableParameters property.
 AvailableResponseGroups getAvailableResponseGroups()
          Gets the value of the availableResponseGroups property.
 DefaultResponseGroups getDefaultResponseGroups()
          Gets the value of the defaultResponseGroups property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 RequiredParameters getRequiredParameters()
          Gets the value of the requiredParameters property.
 boolean isSetAvailableParameters()
           
 boolean isSetAvailableResponseGroups()
           
 boolean isSetDefaultResponseGroups()
           
 boolean isSetDescription()
           
 boolean isSetName()
           
 boolean isSetRequiredParameters()
           
 void setAvailableParameters(AvailableParameters value)
          Sets the value of the availableParameters property.
 void setAvailableResponseGroups(AvailableResponseGroups value)
          Sets the value of the availableResponseGroups property.
 void setDefaultResponseGroups(DefaultResponseGroups value)
          Sets the value of the defaultResponseGroups property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRequiredParameters(RequiredParameters value)
          Sets the value of the requiredParameters property.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 OperationInformation withAvailableParameters(AvailableParameters value)
          Sets the value of the AvailableParameters property.
 OperationInformation withAvailableResponseGroups(AvailableResponseGroups value)
          Sets the value of the AvailableResponseGroups property.
 OperationInformation withDefaultResponseGroups(DefaultResponseGroups value)
          Sets the value of the DefaultResponseGroups property.
 OperationInformation withDescription(java.lang.String value)
          Sets the value of the Description property.
 OperationInformation withName(java.lang.String value)
          Sets the value of the Name property.
 OperationInformation withRequiredParameters(RequiredParameters value)
          Sets the value of the RequiredParameters property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

description

protected java.lang.String description

requiredParameters

protected RequiredParameters requiredParameters

availableParameters

protected AvailableParameters availableParameters

defaultResponseGroups

protected DefaultResponseGroups defaultResponseGroups

availableResponseGroups

protected AvailableResponseGroups availableResponseGroups
Constructor Detail

OperationInformation

public OperationInformation()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getRequiredParameters

public RequiredParameters getRequiredParameters()
Gets the value of the requiredParameters property.

Returns:
possible object is RequiredParameters

setRequiredParameters

public void setRequiredParameters(RequiredParameters value)
Sets the value of the requiredParameters property.

Parameters:
value - allowed object is RequiredParameters

isSetRequiredParameters

public boolean isSetRequiredParameters()

getAvailableParameters

public AvailableParameters getAvailableParameters()
Gets the value of the availableParameters property.

Returns:
possible object is AvailableParameters

setAvailableParameters

public void setAvailableParameters(AvailableParameters value)
Sets the value of the availableParameters property.

Parameters:
value - allowed object is AvailableParameters

isSetAvailableParameters

public boolean isSetAvailableParameters()

getDefaultResponseGroups

public DefaultResponseGroups getDefaultResponseGroups()
Gets the value of the defaultResponseGroups property.

Returns:
possible object is DefaultResponseGroups

setDefaultResponseGroups

public void setDefaultResponseGroups(DefaultResponseGroups value)
Sets the value of the defaultResponseGroups property.

Parameters:
value - allowed object is DefaultResponseGroups

isSetDefaultResponseGroups

public boolean isSetDefaultResponseGroups()

getAvailableResponseGroups

public AvailableResponseGroups getAvailableResponseGroups()
Gets the value of the availableResponseGroups property.

Returns:
possible object is AvailableResponseGroups

setAvailableResponseGroups

public void setAvailableResponseGroups(AvailableResponseGroups value)
Sets the value of the availableResponseGroups property.

Parameters:
value - allowed object is AvailableResponseGroups

isSetAvailableResponseGroups

public boolean isSetAvailableResponseGroups()

withName

public OperationInformation withName(java.lang.String value)
Sets the value of the Name property.

Parameters:
value -
Returns:
this instance

withDescription

public OperationInformation withDescription(java.lang.String value)
Sets the value of the Description property.

Parameters:
value -
Returns:
this instance

withRequiredParameters

public OperationInformation withRequiredParameters(RequiredParameters value)
Sets the value of the RequiredParameters property.

Parameters:
value -
Returns:
this instance

withAvailableParameters

public OperationInformation withAvailableParameters(AvailableParameters value)
Sets the value of the AvailableParameters property.

Parameters:
value -
Returns:
this instance

withDefaultResponseGroups

public OperationInformation withDefaultResponseGroups(DefaultResponseGroups value)
Sets the value of the DefaultResponseGroups property.

Parameters:
value -
Returns:
this instance

withAvailableResponseGroups

public OperationInformation withAvailableResponseGroups(AvailableResponseGroups value)
Sets the value of the AvailableResponseGroups property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only