Class CalendarMultigetType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryOrMultigetBaseType
org.oasis_open.docs.ws_calendar.ns.soap.CalendarMultigetType
Message to fetch multiple calendar entities.
Java class for CalendarMultigetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarMultigetType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}CalendarQueryOrMultigetBaseType"> <sequence> <element name="hrefs" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ArrayOfHrefs"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryOrMultigetBaseType
allprop, expand, icalendar, limitRecurrenceSet
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
href, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHrefs()
Gets the value of the hrefs property.void
setHrefs
(ArrayOfHrefs value) Sets the value of the hrefs property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryOrMultigetBaseType
getAllprop, getExpand, getIcalendar, getLimitRecurrenceSet, setAllprop, setExpand, setIcalendar, setLimitRecurrenceSet
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
getHref, getId, setHref, setId
-
Field Details
-
hrefs
-
-
Constructor Details
-
CalendarMultigetType
public CalendarMultigetType()
-
-
Method Details
-
getHrefs
Gets the value of the hrefs property.- Returns:
- possible object is
ArrayOfHrefs
-
setHrefs
Sets the value of the hrefs property.- Parameters:
value
- allowed object isArrayOfHrefs
-