public class EditorialReview extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected Boolean |
isLinkSuppressed |
protected String |
source |
| Constructor and Description |
|---|
EditorialReview() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getSource()
Gets the value of the source property.
|
Boolean |
isIsLinkSuppressed()
Gets the value of the isLinkSuppressed property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setIsLinkSuppressed(Boolean value)
Sets the value of the isLinkSuppressed property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected String source
protected String content
protected Boolean isLinkSuppressed
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic Boolean isIsLinkSuppressed()
BooleanCopyright © 2013. All Rights Reserved.