Class FilterType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.FilterType
-
public class FilterType extends Object
The filter XML element specifies the search filter used to limit the calendar components returned by a calendaring REPORT request.Java class for FilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}compFilter"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CompFilterTypecompFilter
-
Constructor Summary
Constructors Constructor Description FilterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompFilterTypegetCompFilter()Gets the value of the compFilter property.voidsetCompFilter(CompFilterType value)Sets the value of the compFilter property.
-
-
-
Field Detail
-
compFilter
protected CompFilterType compFilter
-
-
Method Detail
-
getCompFilter
public CompFilterType getCompFilter()
Gets the value of the compFilter property.- Returns:
- possible object is
CompFilterType
-
setCompFilter
public void setCompFilter(CompFilterType value)
Sets the value of the compFilter property.- Parameters:
value- allowed object isCompFilterType
-
-