public class TextListPropertyType extends BasePropertyType
Java class for TextListPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextListPropertyType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}text" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
text |
parameters| Constructor and Description |
|---|
TextListPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getText()
Gets the value of the text property.
|
getParameters, setParameterspublic List<String> getText()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2015 Bedework. All rights reserved.