|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.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" 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 |
---|
protected java.lang.String name
protected java.lang.String description
protected OperationInformation.RequiredParameters requiredParameters
protected OperationInformation.AvailableParameters availableParameters
protected OperationInformation.DefaultResponseGroups defaultResponseGroups
protected OperationInformation.AvailableResponseGroups availableResponseGroups
Constructor Detail |
---|
public OperationInformation()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public OperationInformation.RequiredParameters getRequiredParameters()
OperationInformation.RequiredParameters
public void setRequiredParameters(OperationInformation.RequiredParameters value)
value
- allowed object is
OperationInformation.RequiredParameters
public OperationInformation.AvailableParameters getAvailableParameters()
OperationInformation.AvailableParameters
public void setAvailableParameters(OperationInformation.AvailableParameters value)
value
- allowed object is
OperationInformation.AvailableParameters
public OperationInformation.DefaultResponseGroups getDefaultResponseGroups()
OperationInformation.DefaultResponseGroups
public void setDefaultResponseGroups(OperationInformation.DefaultResponseGroups value)
value
- allowed object is
OperationInformation.DefaultResponseGroups
public OperationInformation.AvailableResponseGroups getAvailableResponseGroups()
OperationInformation.AvailableResponseGroups
public void setAvailableResponseGroups(OperationInformation.AvailableResponseGroups value)
value
- allowed object is
OperationInformation.AvailableResponseGroups
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |