public class TextElement extends BaseObject implements Serializable
Java class for text-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="text-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="xml">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' namespace='##other' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="plain">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="cdata">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</choice>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="condition" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TextElement.Xml
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
cdata |
protected String |
condition |
protected String |
description |
protected String |
id |
protected String |
plain |
protected TextElement.Xml |
xml |
| Constructor and Description |
|---|
TextElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCdata()
Gets the value of the cdata property.
|
String |
getCondition()
Gets the value of the condition property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getPlain()
Gets the value of the plain property.
|
TextElement.Xml |
getXml()
Gets the value of the xml property.
|
void |
setCdata(String value)
Sets the value of the cdata property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPlain(String value)
Sets the value of the plain property.
|
void |
setXml(TextElement.Xml value)
Sets the value of the xml property.
|
protected TextElement.Xml xml
protected String plain
protected String cdata
protected String description
protected String id
protected String condition
public TextElement.Xml getXml()
TextElement.Xmlpublic void setXml(TextElement.Xml value)
value - allowed object is
TextElement.Xmlpublic String getPlain()
Stringpublic void setPlain(String value)
value - allowed object is
Stringpublic String getCdata()
Stringpublic void setCdata(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getCondition()
StringCopyright © 2011–2022 aiticon GmbH. All rights reserved.