public class ArrayOfComponents extends Object
Java class for ArrayOfComponents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfComponents">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends BaseComponentType>> |
baseComponent |
| Constructor and Description |
|---|
ArrayOfComponents() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends BaseComponentType>> |
getBaseComponent()
Gets the value of the baseComponent property.
|
protected List<JAXBElement<? extends BaseComponentType>> baseComponent
public List<JAXBElement<? extends BaseComponentType>> getBaseComponent()
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 baseComponent property.
For example, to add a new item, do as follows:
getBaseComponent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<VjournalType>
JAXBElement<VeventType>
JAXBElement<VavailabilityType>
JAXBElement<AvailableType>
JAXBElement<VfreebusyType>
JAXBElement<VtimezoneType>
JAXBElement<ValarmType>
JAXBElement<WsCalendarIntervalType>
JAXBElement<VtodoType>
JAXBElement<BaseComponentType>
JAXBElement<StandardType>
JAXBElement<DaylightType>
JAXBElement<VpollType>
JAXBElement<WsCalendarGluonType>
Copyright © 2015 Bedework. All rights reserved.