Class ParamFilterType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ParamFilterType

public class ParamFilterType extends Object
The paramFilter XML element specifies a query targeted at a specific calendar property parameter (e.g., PARTSTAT) in the scope of the calendar property on which it is defined. A calendar property parameter is said to match a paramFilter if: * The paramFilter XML element is empty and a parameter of the type specified by the "name" attribute exists on the calendar property being examined; or: * The paramFilter XML element contains a is-not-defined XML element and no parameter of the type specified by the "name" attribute exists on the calendar property being examined;

Java class for ParamFilterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ParamFilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseParameter"/>
         <choice minOccurs="0">
           <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}is-not-defined"/>
           <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}textMatch"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>