|
||||||||||
| 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.ResponseGroupInformation
public class ResponseGroupInformation
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="CreationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValidOperations" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Elements" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Element" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ResponseGroupInformation.Elements
Java class for anonymous complex type. |
static class |
ResponseGroupInformation.ValidOperations
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
creationDate
|
protected ResponseGroupInformation.Elements |
elements
|
protected java.lang.String |
name
|
protected ResponseGroupInformation.ValidOperations |
validOperations
|
| Constructor Summary | |
|---|---|
ResponseGroupInformation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCreationDate()
Gets the value of the creationDate property. |
ResponseGroupInformation.Elements |
getElements()
Gets the value of the elements property. |
java.lang.String |
getName()
Gets the value of the name property. |
ResponseGroupInformation.ValidOperations |
getValidOperations()
Gets the value of the validOperations property. |
void |
setCreationDate(java.lang.String value)
Sets the value of the creationDate property. |
void |
setElements(ResponseGroupInformation.Elements value)
Sets the value of the elements property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setValidOperations(ResponseGroupInformation.ValidOperations value)
Sets the value of the validOperations 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 creationDate
protected ResponseGroupInformation.ValidOperations validOperations
protected ResponseGroupInformation.Elements elements
| Constructor Detail |
|---|
public ResponseGroupInformation()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreationDate()
Stringpublic void setCreationDate(java.lang.String value)
value - allowed object is
Stringpublic ResponseGroupInformation.ValidOperations getValidOperations()
ResponseGroupInformation.ValidOperationspublic void setValidOperations(ResponseGroupInformation.ValidOperations value)
value - allowed object is
ResponseGroupInformation.ValidOperationspublic ResponseGroupInformation.Elements getElements()
ResponseGroupInformation.Elementspublic void setElements(ResponseGroupInformation.Elements value)
value - allowed object is
ResponseGroupInformation.Elements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||