public class TextAttributes extends Object implements Serializable
Java class for TextAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeText" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeText |
| Constructor and Description |
|---|
TextAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeText()
Gets the value of the attributeText property.
|
void |
setAttributeText(String value)
Sets the value of the attributeText property.
|
protected String attributeText
Copyright © 2014. All Rights Reserved.