Class CalendarQueryType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryOrMultigetBaseType
org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryType
Message to query a calendar.
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>
-
Field Summary
FieldsFields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryOrMultigetBaseType
allprop, expand, icalendar, limitRecurrenceSet
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
href, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDepth()
Gets the value of the depth property.Gets the value of the filter property.void
Sets the value of the depth property.void
setFilter
(FilterType value) Sets the value of the filter property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryOrMultigetBaseType
getAllprop, getExpand, getIcalendar, getLimitRecurrenceSet, setAllprop, setExpand, setIcalendar, setLimitRecurrenceSet
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
getHref, getId, setHref, setId
-
Field Details
-
depth
-
filter
-
-
Constructor Details
-
CalendarQueryType
public CalendarQueryType()
-
-
Method Details
-
getDepth
Gets the value of the depth property.- Returns:
- possible object is
String
-
setDepth
Sets the value of the depth property.- Parameters:
value
- allowed object isString
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
FilterType
-
setFilter
Sets the value of the filter property.- Parameters:
value
- allowed object isFilterType
-