Class CalendarQueryType


public class CalendarQueryType extends CalendarQueryOrMultigetBaseType
Message to query a calendar.

Java class for CalendarQueryType complex type.

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

 <complexType name="CalendarQueryType">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}CalendarQueryOrMultigetBaseType">
       <sequence>
         <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}depth"/>
         <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}filter"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CalendarQueryType

      public CalendarQueryType()
  • Method Details

    • getDepth

      public String getDepth()
      Gets the value of the depth property.
      Returns:
      possible object is String
    • setDepth

      public void setDepth(String value)
      Sets the value of the depth property.
      Parameters:
      value - allowed object is String
    • getFilter

      public FilterType getFilter()
      Gets the value of the filter property.
      Returns:
      possible object is FilterType
    • setFilter

      public void setFilter(FilterType value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is FilterType