|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Information
public class Information
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 ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}OperationInformation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}ResponseGroupInformation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.util.List<OperationInformation> |
operationInformation
|
protected java.util.List<ResponseGroupInformation> |
responseGroupInformation
|
| Constructor Summary | |
|---|---|
Information()
|
|
| Method Summary | |
|---|---|
java.util.List<OperationInformation> |
getOperationInformation()
Gets the value of the operationInformation property. |
java.util.List<ResponseGroupInformation> |
getResponseGroupInformation()
Gets the value of the responseGroupInformation property. |
boolean |
isSetOperationInformation()
|
boolean |
isSetResponseGroupInformation()
|
void |
setOperationInformation(java.util.List<OperationInformation> operationInformation)
Sets the value of the operationInformation property. |
void |
setResponseGroupInformation(java.util.List<ResponseGroupInformation> responseGroupInformation)
Sets the value of the responseGroupInformation property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetOperationInformation()
|
void |
unsetResponseGroupInformation()
|
Information |
withOperationInformation(OperationInformation... values)
Sets the value of the OperationInformation property. |
Information |
withResponseGroupInformation(ResponseGroupInformation... values)
Sets the value of the ResponseGroupInformation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<OperationInformation> operationInformation
protected java.util.List<ResponseGroupInformation> responseGroupInformation
| Constructor Detail |
|---|
public Information()
| Method Detail |
|---|
public java.util.List<OperationInformation> getOperationInformation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the operationInformation property.
For example, to add a new item, do as follows:
getOperationInformation().add(newItem);
Objects of the following type(s) are allowed in the list
OperationInformation
public boolean isSetOperationInformation()
public void unsetOperationInformation()
public java.util.List<ResponseGroupInformation> getResponseGroupInformation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the responseGroupInformation property.
For example, to add a new item, do as follows:
getResponseGroupInformation().add(newItem);
Objects of the following type(s) are allowed in the list
ResponseGroupInformation
public boolean isSetResponseGroupInformation()
public void unsetResponseGroupInformation()
public Information withOperationInformation(OperationInformation... values)
values -
public Information withResponseGroupInformation(ResponseGroupInformation... values)
values -
public void setOperationInformation(java.util.List<OperationInformation> operationInformation)
operationInformation - allowed object is
OperationInformationpublic void setResponseGroupInformation(java.util.List<ResponseGroupInformation> responseGroupInformation)
responseGroupInformation - allowed object is
ResponseGroupInformationprotected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||