com.amazonaws.a2s.model
Class ResponseGroupInformation

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

public class ResponseGroupInformation
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 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

name

protected java.lang.String name

creationDate

protected java.lang.String creationDate

validOperations

protected ResponseGroupValidOperations validOperations

elements

protected ResponseGroupElements elements
Constructor Detail

ResponseGroupInformation

public ResponseGroupInformation()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getCreationDate

public java.lang.String getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is String

setCreationDate

public void setCreationDate(java.lang.String value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is String

isSetCreationDate

public boolean isSetCreationDate()

getValidOperations

public ResponseGroupValidOperations getValidOperations()
Gets the value of the validOperations property.

Returns:
possible object is ResponseGroupValidOperations

setValidOperations

public void setValidOperations(ResponseGroupValidOperations value)
Sets the value of the validOperations property.

Parameters:
value - allowed object is ResponseGroupValidOperations

isSetValidOperations

public boolean isSetValidOperations()

getElements

public ResponseGroupElements getElements()
Gets the value of the elements property.

Returns:
possible object is ResponseGroupElements

setElements

public void setElements(ResponseGroupElements value)
Sets the value of the elements property.

Parameters:
value - allowed object is ResponseGroupElements

isSetElements

public boolean isSetElements()

withName

public ResponseGroupInformation withName(java.lang.String value)
Sets the value of the Name property.

Parameters:
value -
Returns:
this instance

withCreationDate

public ResponseGroupInformation withCreationDate(java.lang.String value)
Sets the value of the CreationDate property.

Parameters:
value -
Returns:
this instance

withValidOperations

public ResponseGroupInformation withValidOperations(ResponseGroupValidOperations value)
Sets the value of the ValidOperations property.

Parameters:
value -
Returns:
this instance

withElements

public ResponseGroupInformation withElements(ResponseGroupElements value)
Sets the value of the Elements property.

Parameters:
value -
Returns:
this instance

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