Class 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/ns/wscal/calws-soap}compFilter"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FilterType

        public FilterType()
    • 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 is CompFilterType