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
-
public class CalendarMultigetType extends CalendarQueryOrMultigetBaseType
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
Fields Modifier and Type Field Description protected ArrayOfHrefshrefs-
Fields 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 Constructor Description CalendarMultigetType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfHrefsgetHrefs()Gets the value of the hrefs property.voidsetHrefs(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 Detail
-
hrefs
protected ArrayOfHrefs hrefs
-
-
Method Detail
-
getHrefs
public ArrayOfHrefs getHrefs()
Gets the value of the hrefs property.- Returns:
- possible object is
ArrayOfHrefs
-
setHrefs
public void setHrefs(ArrayOfHrefs value)
Sets the value of the hrefs property.- Parameters:
value- allowed object isArrayOfHrefs
-
-