public class StaticPageContents
extends java.lang.Object
Java class for staticPageContents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="staticPageContents">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</choice>
<attribute name="display-option" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="markup" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
content |
protected java.lang.String |
displayOption |
protected java.lang.String |
markup |
protected java.lang.String |
url |
| Constructor and Description |
|---|
StaticPageContents() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContent()
Gets the value of the content property.
|
java.lang.String |
getDisplayOption()
Gets the value of the displayOption property.
|
java.lang.String |
getMarkup()
Gets the value of the markup property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setContent(java.lang.Object value)
Sets the value of the content property.
|
void |
setDisplayOption(java.lang.String value)
Sets the value of the displayOption property.
|
void |
setMarkup(java.lang.String value)
Sets the value of the markup property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.Object content
protected java.lang.String url
protected java.lang.String displayOption
protected java.lang.String markup
public java.lang.Object getContent()
Objectpublic void setContent(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayOption()
Stringpublic void setDisplayOption(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMarkup()
Stringpublic void setMarkup(java.lang.String value)
value - allowed object is
String