Class CalendarQueryOrMultigetBaseType

  • Direct Known Subclasses:
    CalendarMultigetType, CalendarQueryType

    public class CalendarQueryOrMultigetBaseType
    extends BaseRequestType
    Base type for query or multiget.

    Java class for CalendarQueryOrMultigetBaseType complex type.

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

     <complexType name="CalendarQueryOrMultigetBaseType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseRequestType">
           <sequence>
             <choice minOccurs="0">
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}allprop"/>
               <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}icalendar"/>
             </choice>
             <choice minOccurs="0">
               <element name="expand" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ExpandType"/>
               <element name="limitRecurrenceSet" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}LimitRecurrenceSetType"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CalendarQueryOrMultigetBaseType

        public CalendarQueryOrMultigetBaseType()
    • Method Detail

      • getAllprop

        public AllpropType getAllprop()
        Gets the value of the allprop property.
        Returns:
        possible object is AllpropType
      • setAllprop

        public void setAllprop​(AllpropType value)
        Sets the value of the allprop property.
        Parameters:
        value - allowed object is AllpropType
      • getIcalendar

        public IcalendarType getIcalendar()
        Gets the value of the icalendar property.
        Returns:
        possible object is IcalendarType
      • setIcalendar

        public void setIcalendar​(IcalendarType value)
        Sets the value of the icalendar property.
        Parameters:
        value - allowed object is IcalendarType
      • getExpand

        public ExpandType getExpand()
        Gets the value of the expand property.
        Returns:
        possible object is ExpandType
      • setExpand

        public void setExpand​(ExpandType value)
        Sets the value of the expand property.
        Parameters:
        value - allowed object is ExpandType