Class CalendarQueryType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.BaseRequestType
-
- org.oasis_open.docs.ns.wscal.calws_soap.CalendarQueryOrMultigetBaseType
-
- org.oasis_open.docs.ns.wscal.calws_soap.CalendarQueryType
-
public class CalendarQueryType extends CalendarQueryOrMultigetBaseType
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/ns/wscal/calws-soap}CalendarQueryOrMultigetBaseType"> <sequence> <element ref="{http://docs.oasis-open.org/ns/wscal/calws-soap}depth"/> <element ref="{http://docs.oasis-open.org/ns/wscal/calws-soap}filter"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdepthprotected FilterTypefilter-
Fields inherited from class org.oasis_open.docs.ns.wscal.calws_soap.CalendarQueryOrMultigetBaseType
allprop, expand, icalendar, limitRecurrenceSet
-
Fields inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseRequestType
href, id
-
-
Constructor Summary
Constructors Constructor Description CalendarQueryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDepth()Gets the value of the depth property.FilterTypegetFilter()Gets the value of the filter property.voidsetDepth(String value)Sets the value of the depth property.voidsetFilter(FilterType value)Sets the value of the filter property.-
Methods inherited from class org.oasis_open.docs.ns.wscal.calws_soap.CalendarQueryOrMultigetBaseType
getAllprop, getExpand, getIcalendar, getLimitRecurrenceSet, setAllprop, setExpand, setIcalendar, setLimitRecurrenceSet
-
Methods inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseRequestType
getHref, getId, setHref, setId
-
-
-
-
Field Detail
-
depth
protected String depth
-
filter
protected FilterType filter
-
-
Method Detail
-
getDepth
public String getDepth()
Gets the value of the depth property.- Returns:
- possible object is
String
-
setDepth
public void setDepth(String value)
Sets the value of the depth property.- Parameters:
value- allowed object isString
-
getFilter
public FilterType getFilter()
Gets the value of the filter property.- Returns:
- possible object is
FilterType
-
setFilter
public void setFilter(FilterType value)
Sets the value of the filter property.- Parameters:
value- allowed object isFilterType
-
-