|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.OperationInformation
public class OperationInformation
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 |
|---|
protected java.lang.String name
protected java.lang.String description
protected RequiredParameters requiredParameters
protected AvailableParameters availableParameters
protected DefaultResponseGroups defaultResponseGroups
protected AvailableResponseGroups availableResponseGroups
| Constructor Detail |
|---|
public OperationInformation()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public RequiredParameters getRequiredParameters()
RequiredParameterspublic void setRequiredParameters(RequiredParameters value)
value - allowed object is
RequiredParameterspublic boolean isSetRequiredParameters()
public AvailableParameters getAvailableParameters()
AvailableParameterspublic void setAvailableParameters(AvailableParameters value)
value - allowed object is
AvailableParameterspublic boolean isSetAvailableParameters()
public DefaultResponseGroups getDefaultResponseGroups()
DefaultResponseGroupspublic void setDefaultResponseGroups(DefaultResponseGroups value)
value - allowed object is
DefaultResponseGroupspublic boolean isSetDefaultResponseGroups()
public AvailableResponseGroups getAvailableResponseGroups()
AvailableResponseGroupspublic void setAvailableResponseGroups(AvailableResponseGroups value)
value - allowed object is
AvailableResponseGroupspublic boolean isSetAvailableResponseGroups()
public OperationInformation withName(java.lang.String value)
value -
public OperationInformation withDescription(java.lang.String value)
value -
public OperationInformation withRequiredParameters(RequiredParameters value)
value -
public OperationInformation withAvailableParameters(AvailableParameters value)
value -
public OperationInformation withDefaultResponseGroups(DefaultResponseGroups value)
value -
public OperationInformation withAvailableResponseGroups(AvailableResponseGroups value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||