com.amazon.webservices.awsecommerceservice._2007_04_04
Class ResponseGroupInformation

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.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" 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

name

protected java.lang.String name

creationDate

protected java.lang.String creationDate

validOperations

protected ResponseGroupInformation.ValidOperations validOperations

elements

protected ResponseGroupInformation.Elements 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

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

getValidOperations

public ResponseGroupInformation.ValidOperations getValidOperations()
Gets the value of the validOperations property.

Returns:
possible object is ResponseGroupInformation.ValidOperations

setValidOperations

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

Parameters:
value - allowed object is ResponseGroupInformation.ValidOperations

getElements

public ResponseGroupInformation.Elements getElements()
Gets the value of the elements property.

Returns:
possible object is ResponseGroupInformation.Elements

setElements

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

Parameters:
value - allowed object is ResponseGroupInformation.Elements


Copyright © 2007 orange-cafe.de. All Rights Reserved.