public class TelemetryTextType extends Object
Java class for TelemetryTextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TelemetryTextType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="text" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="xml" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
text |
protected String |
xml |
Constructor and Description |
---|
TelemetryTextType() |
Modifier and Type | Method and Description |
---|---|
String |
getText()
Gets the value of the text property.
|
String |
getXml()
Gets the value of the xml property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setXml(String value)
Sets the value of the xml property.
|
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public String getXml()
String