public class MarkupData
extends java.lang.Object
Java class for markupData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="markupData">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{}update use="required""/>
<attribute name="markup" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="display-option" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
displayOption |
protected java.lang.String |
markup |
protected UpdateValues |
update |
protected java.lang.String |
value |
| Constructor and Description |
|---|
MarkupData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayOption()
Gets the value of the displayOption property.
|
java.lang.String |
getMarkup()
Gets the value of the markup property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.String |
getValue()
Gets the value of the value 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 |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected UpdateValues update
protected java.lang.String markup
protected java.lang.String displayOption
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValuespublic java.lang.String getMarkup()
Stringpublic void setMarkup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayOption()
Stringpublic void setDisplayOption(java.lang.String value)
value - allowed object is
String