public class TypedString extends Object
Java class for typedString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="typedString">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
protected String |
type |
| Constructor and Description |
|---|
TypedString() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the value of the text property.
|
String |
getType()
Gets the value of the type property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.