public class Text extends Object
Java class for TextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
void |
setContent(String value)
Sets the value of the content property.
|
protected String content
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.