public class CalendarQueryType extends CalendarQueryOrMultigetBaseType
Java class for CalendarQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarQueryType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}CalendarQueryOrMultigetBaseType">
<sequence>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}depth"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}filter"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
depth |
protected FilterType |
filter |
allprop, expand, icalendar, limitRecurrenceSethref, id| Constructor and Description |
|---|
CalendarQueryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDepth()
Gets the value of the depth property.
|
FilterType |
getFilter()
Gets the value of the filter property.
|
void |
setDepth(String value)
Sets the value of the depth property.
|
void |
setFilter(FilterType value)
Sets the value of the filter property.
|
getAllprop, getExpand, getIcalendar, getLimitRecurrenceSet, setAllprop, setExpand, setIcalendar, setLimitRecurrenceSetgetHref, getId, setHref, setIdprotected String depth
protected FilterType filter
public String getDepth()
Stringpublic void setDepth(String value)
value - allowed object is
Stringpublic FilterType getFilter()
FilterTypepublic void setFilter(FilterType value)
value - allowed object is
FilterTypeCopyright © 2018 Bedework. All rights reserved.