com.amazonaws.a2s.model
Class EditorialReview

java.lang.Object
  extended by com.amazonaws.a2s.model.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"/>
         <element name="IsLinkSuppressed" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 content
           
protected  java.lang.Boolean isLinkSuppressed
           
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.
 java.lang.Boolean isIsLinkSuppressed()
          Gets the value of the isLinkSuppressed property.
 boolean isSetContent()
           
 boolean isSetIsLinkSuppressed()
           
 boolean isSetSource()
           
 void setContent(java.lang.String value)
          Sets the value of the content property.
 void setIsLinkSuppressed(java.lang.Boolean value)
          Sets the value of the isLinkSuppressed property.
 void setSource(java.lang.String value)
          Sets the value of the source property.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 EditorialReview withContent(java.lang.String value)
          Sets the value of the Content property.
 EditorialReview withIsLinkSuppressed(java.lang.Boolean value)
          Sets the value of the IsLinkSuppressed property.
 EditorialReview withSource(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

isLinkSuppressed

protected java.lang.Boolean isLinkSuppressed
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

isSetSource

public boolean isSetSource()

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

isSetContent

public boolean isSetContent()

isIsLinkSuppressed

public java.lang.Boolean isIsLinkSuppressed()
Gets the value of the isLinkSuppressed property.

Returns:
possible object is Boolean

setIsLinkSuppressed

public void setIsLinkSuppressed(java.lang.Boolean value)
Sets the value of the isLinkSuppressed property.

Parameters:
value - allowed object is Boolean

isSetIsLinkSuppressed

public boolean isSetIsLinkSuppressed()

withSource

public EditorialReview withSource(java.lang.String value)
Sets the value of the Source property.

Parameters:
value -
Returns:
this instance

withContent

public EditorialReview withContent(java.lang.String value)
Sets the value of the Content property.

Parameters:
value -
Returns:
this instance

withIsLinkSuppressed

public EditorialReview withIsLinkSuppressed(java.lang.Boolean value)
Sets the value of the IsLinkSuppressed 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