Class CalendarQueryOrMultigetBaseType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryOrMultigetBaseType
- Direct Known Subclasses:
CalendarMultigetType
,CalendarQueryType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AllpropType
protected ExpandType
protected IcalendarType
protected LimitRecurrenceSetType
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
href, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allprop property.Gets the value of the expand property.Gets the value of the icalendar property.Gets the value of the limitRecurrenceSet property.void
setAllprop
(AllpropType value) Sets the value of the allprop property.void
setExpand
(ExpandType value) Sets the value of the expand property.void
setIcalendar
(IcalendarType value) Sets the value of the icalendar property.void
Sets the value of the limitRecurrenceSet property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
getHref, getId, setHref, setId
-
Field Details
-
allprop
-
icalendar
-
expand
-
limitRecurrenceSet
-
-
Constructor Details
-
CalendarQueryOrMultigetBaseType
public CalendarQueryOrMultigetBaseType()
-
-
Method Details
-
getAllprop
Gets the value of the allprop property.- Returns:
- possible object is
AllpropType
-
setAllprop
Sets the value of the allprop property.- Parameters:
value
- allowed object isAllpropType
-
getIcalendar
Gets the value of the icalendar property.- Returns:
- possible object is
IcalendarType
-
setIcalendar
Sets the value of the icalendar property.- Parameters:
value
- allowed object isIcalendarType
-
getExpand
Gets the value of the expand property.- Returns:
- possible object is
ExpandType
-
setExpand
Sets the value of the expand property.- Parameters:
value
- allowed object isExpandType
-
getLimitRecurrenceSet
Gets the value of the limitRecurrenceSet property.- Returns:
- possible object is
LimitRecurrenceSetType
-
setLimitRecurrenceSet
Sets the value of the limitRecurrenceSet property.- Parameters:
value
- allowed object isLimitRecurrenceSetType
-