|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.EditorialReview
public class EditorialReview
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 |
|---|
protected java.lang.String source
protected java.lang.String content
protected java.lang.Boolean isLinkSuppressed
| Constructor Detail |
|---|
public EditorialReview()
| Method Detail |
|---|
public java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSource()
public java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContent()
public java.lang.Boolean isIsLinkSuppressed()
Booleanpublic void setIsLinkSuppressed(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsLinkSuppressed()
public EditorialReview withSource(java.lang.String value)
value -
public EditorialReview withContent(java.lang.String value)
value -
public EditorialReview withIsLinkSuppressed(java.lang.Boolean value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||