Package ietf.params.xml.ns.icalendar_2
Class ArrayOfVcalendarContainedComponents
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.ArrayOfVcalendarContainedComponents
-
public class ArrayOfVcalendarContainedComponents extends Object
Java class for ArrayOfVcalendarContainedComponents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfVcalendarContainedComponents"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vevent"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vtodo"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vjournal"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vfreebusy"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vtimezone"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vavailability"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}gluon"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}interval"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<BaseComponentType>veventOrVtodoOrVjournal
-
Constructor Summary
Constructors Constructor Description ArrayOfVcalendarContainedComponents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseComponentType>getVeventOrVtodoOrVjournal()Gets the value of the veventOrVtodoOrVjournal property.
-
-
-
Field Detail
-
veventOrVtodoOrVjournal
protected List<BaseComponentType> veventOrVtodoOrVjournal
-
-
Method Detail
-
getVeventOrVtodoOrVjournal
public List<BaseComponentType> getVeventOrVtodoOrVjournal()
Gets the value of the veventOrVtodoOrVjournal property.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
setmethod for the veventOrVtodoOrVjournal property.For example, to add a new item, do as follows:
getVeventOrVtodoOrVjournal().add(newItem);Objects of the following type(s) are allowed in the list
VeventTypeVtodoTypeVjournalTypeVfreebusyTypeVtimezoneTypeVavailabilityTypeWsCalendarGluonTypeWsCalendarIntervalType
-
-