public class TextParameterType extends BaseParameterType
Java class for TextParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextParameterType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}text"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TextParameterType() |
| 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.
|
protected String text
Copyright © 2015 Bedework. All rights reserved.