com.amazon.webservices.awsecommerceservice._2007_04_04
Class OperationInformation

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.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" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Parameter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="AvailableParameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Parameter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="DefaultResponseGroups" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ResponseGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="AvailableResponseGroups" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ResponseGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class OperationInformation.AvailableParameters
          Java class for anonymous complex type.
static class OperationInformation.AvailableResponseGroups
          Java class for anonymous complex type.
static class OperationInformation.DefaultResponseGroups
          Java class for anonymous complex type.
static class OperationInformation.RequiredParameters
          Java class for anonymous complex type.
 
Field Summary
protected  OperationInformation.AvailableParameters availableParameters
           
protected  OperationInformation.AvailableResponseGroups availableResponseGroups
           
protected  OperationInformation.DefaultResponseGroups defaultResponseGroups
           
protected  java.lang.String description
           
protected  java.lang.String name
           
protected  OperationInformation.RequiredParameters requiredParameters
           
 
Constructor Summary
OperationInformation()
           
 
Method Summary
 OperationInformation.AvailableParameters getAvailableParameters()
          Gets the value of the availableParameters property.
 OperationInformation.AvailableResponseGroups getAvailableResponseGroups()
          Gets the value of the availableResponseGroups property.
 OperationInformation.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.
 OperationInformation.RequiredParameters getRequiredParameters()
          Gets the value of the requiredParameters property.
 void setAvailableParameters(OperationInformation.AvailableParameters value)
          Sets the value of the availableParameters property.
 void setAvailableResponseGroups(OperationInformation.AvailableResponseGroups value)
          Sets the value of the availableResponseGroups property.
 void setDefaultResponseGroups(OperationInformation.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(OperationInformation.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 OperationInformation.RequiredParameters requiredParameters

availableParameters

protected OperationInformation.AvailableParameters availableParameters

defaultResponseGroups

protected OperationInformation.DefaultResponseGroups defaultResponseGroups

availableResponseGroups

protected OperationInformation.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

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

getRequiredParameters

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

Returns:
possible object is OperationInformation.RequiredParameters

setRequiredParameters

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

Parameters:
value - allowed object is OperationInformation.RequiredParameters

getAvailableParameters

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

Returns:
possible object is OperationInformation.AvailableParameters

setAvailableParameters

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

Parameters:
value - allowed object is OperationInformation.AvailableParameters

getDefaultResponseGroups

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

Returns:
possible object is OperationInformation.DefaultResponseGroups

setDefaultResponseGroups

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

Parameters:
value - allowed object is OperationInformation.DefaultResponseGroups

getAvailableResponseGroups

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

Returns:
possible object is OperationInformation.AvailableResponseGroups

setAvailableResponseGroups

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

Parameters:
value - allowed object is OperationInformation.AvailableResponseGroups


Copyright © 2007 orange-cafe.de. All Rights Reserved.