|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}ResponseGroupValidOperations" minOccurs="0"/>
<element name="Elements" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}ResponseGroupElements" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.String |
creationDate
|
protected ResponseGroupElements |
elements
|
protected java.lang.String |
name
|
protected ResponseGroupValidOperations |
validOperations
|
| Constructor Summary | |
|---|---|
ResponseGroupInformation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCreationDate()
Gets the value of the creationDate property. |
ResponseGroupElements |
getElements()
Gets the value of the elements property. |
java.lang.String |
getName()
Gets the value of the name property. |
ResponseGroupValidOperations |
getValidOperations()
Gets the value of the validOperations property. |
boolean |
isSetCreationDate()
|
boolean |
isSetElements()
|
boolean |
isSetName()
|
boolean |
isSetValidOperations()
|
void |
setCreationDate(java.lang.String value)
Sets the value of the creationDate property. |
void |
setElements(ResponseGroupElements value)
Sets the value of the elements property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setValidOperations(ResponseGroupValidOperations value)
Sets the value of the validOperations property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
ResponseGroupInformation |
withCreationDate(java.lang.String value)
Sets the value of the CreationDate property. |
ResponseGroupInformation |
withElements(ResponseGroupElements value)
Sets the value of the Elements property. |
ResponseGroupInformation |
withName(java.lang.String value)
Sets the value of the Name property. |
ResponseGroupInformation |
withValidOperations(ResponseGroupValidOperations 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 ResponseGroupValidOperations validOperations
protected ResponseGroupElements elements
| Constructor Detail |
|---|
public ResponseGroupInformation()
| 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 getCreationDate()
Stringpublic void setCreationDate(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreationDate()
public ResponseGroupValidOperations getValidOperations()
ResponseGroupValidOperationspublic void setValidOperations(ResponseGroupValidOperations value)
value - allowed object is
ResponseGroupValidOperationspublic boolean isSetValidOperations()
public ResponseGroupElements getElements()
ResponseGroupElementspublic void setElements(ResponseGroupElements value)
value - allowed object is
ResponseGroupElementspublic boolean isSetElements()
public ResponseGroupInformation withName(java.lang.String value)
value -
public ResponseGroupInformation withCreationDate(java.lang.String value)
value -
public ResponseGroupInformation withValidOperations(ResponseGroupValidOperations value)
value -
public ResponseGroupInformation withElements(ResponseGroupElements value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||