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 Details

  • Constructor Details

    • FilterType

      public FilterType()
  • Method Details

    • 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 is CompFilterType