com.amazonaws.a2s.model
Class Information

java.lang.Object
  extended by com.amazonaws.a2s.model.Information

public class Information
extends java.lang.Object

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

operationInformation

protected java.util.List<OperationInformation> operationInformation

responseGroupInformation

protected java.util.List<ResponseGroupInformation> responseGroupInformation
Constructor Detail

Information

public Information()
Method Detail

getOperationInformation

public java.util.List<OperationInformation> getOperationInformation()
Gets the value of the operationInformation property.

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


isSetOperationInformation

public boolean isSetOperationInformation()

unsetOperationInformation

public void unsetOperationInformation()

getResponseGroupInformation

public java.util.List<ResponseGroupInformation> getResponseGroupInformation()
Gets the value of the responseGroupInformation property.

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


isSetResponseGroupInformation

public boolean isSetResponseGroupInformation()

unsetResponseGroupInformation

public void unsetResponseGroupInformation()

withOperationInformation

public Information withOperationInformation(OperationInformation... values)
Sets the value of the OperationInformation property.

Parameters:
values -
Returns:
this instance

withResponseGroupInformation

public Information withResponseGroupInformation(ResponseGroupInformation... values)
Sets the value of the ResponseGroupInformation property.

Parameters:
values -
Returns:
this instance

setOperationInformation

public void setOperationInformation(java.util.List<OperationInformation> operationInformation)
Sets the value of the operationInformation property.

Parameters:
operationInformation - allowed object is OperationInformation

setResponseGroupInformation

public void setResponseGroupInformation(java.util.List<ResponseGroupInformation> responseGroupInformation)
Sets the value of the responseGroupInformation property.

Parameters:
responseGroupInformation - allowed object is ResponseGroupInformation

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only