public class TextPropertyType extends BasePropertyType
Java class for TextPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextPropertyType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}text"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
parameters| Constructor and Description |
|---|
TextPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the value of the text property.
|
void |
setText(String value)
Sets the value of the text property.
|
getParameters, setParametersprotected String text
Copyright © 2015 Bedework. All rights reserved.