Class FilterType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.FilterType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compFilter property.void
setCompFilter
(CompFilterType value) Sets the value of the compFilter property.
-
Field Details
-
compFilter
-
-
Constructor Details
-
FilterType
public FilterType()
-
-
Method Details
-
getCompFilter
Gets the value of the compFilter property.- Returns:
- possible object is
CompFilterType
-
setCompFilter
Sets the value of the compFilter property.- Parameters:
value
- allowed object isCompFilterType
-