com.amazon.webservices.awsecommerceservice._2007_04_04
Class EditorialReview

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.EditorialReview

public class EditorialReview
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="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String content
           
protected  java.lang.String source
           
 
Constructor Summary
EditorialReview()
           
 
Method Summary
 java.lang.String getContent()
          Gets the value of the content property.
 java.lang.String getSource()
          Gets the value of the source property.
 void setContent(java.lang.String value)
          Sets the value of the content property.
 void setSource(java.lang.String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.lang.String source

content

protected java.lang.String content
Constructor Detail

EditorialReview

public EditorialReview()
Method Detail

getSource

public java.lang.String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(java.lang.String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String


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