public class ArrayOfOperations extends Object
Java class for ArrayOfOperations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfOperations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}getProperties"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}freebusyReport"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}calendarQuery"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}calendarMultiget"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}addItem"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}fetchItem"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}deleteItem"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}updateItem"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BaseRequestType> |
getPropertiesOrFreebusyReportOrCalendarQuery |
| Constructor and Description |
|---|
ArrayOfOperations() |
| Modifier and Type | Method and Description |
|---|---|
List<BaseRequestType> |
getGetPropertiesOrFreebusyReportOrCalendarQuery()
Gets the value of the getPropertiesOrFreebusyReportOrCalendarQuery property.
|
protected List<BaseRequestType> getPropertiesOrFreebusyReportOrCalendarQuery
public List<BaseRequestType> getGetPropertiesOrFreebusyReportOrCalendarQuery()
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 getPropertiesOrFreebusyReportOrCalendarQuery property.
For example, to add a new item, do as follows:
getGetPropertiesOrFreebusyReportOrCalendarQuery().add(newItem);
Objects of the following type(s) are allowed in the list
CalendarMultigetType
AddItemType
FetchItemType
CalendarQueryType
DeleteItemType
FreebusyReportType
UpdateItemType
GetPropertiesType
Copyright © 2019 Bedework. All rights reserved.