public class CalendarQueryOrMultigetBaseType extends BaseRequestType
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>
| Modifier and Type | Field and Description |
|---|---|
protected AllpropType |
allprop |
protected ExpandType |
expand |
protected IcalendarType |
icalendar |
protected LimitRecurrenceSetType |
limitRecurrenceSet |
href, id| Constructor and Description |
|---|
CalendarQueryOrMultigetBaseType() |
| Modifier and Type | Method and Description |
|---|---|
AllpropType |
getAllprop()
Gets the value of the allprop property.
|
ExpandType |
getExpand()
Gets the value of the expand property.
|
IcalendarType |
getIcalendar()
Gets the value of the icalendar property.
|
LimitRecurrenceSetType |
getLimitRecurrenceSet()
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 |
setLimitRecurrenceSet(LimitRecurrenceSetType value)
Sets the value of the limitRecurrenceSet property.
|
getHref, getId, setHref, setIdprotected AllpropType allprop
protected IcalendarType icalendar
protected ExpandType expand
protected LimitRecurrenceSetType limitRecurrenceSet
public AllpropType getAllprop()
AllpropTypepublic void setAllprop(AllpropType value)
value - allowed object is
AllpropTypepublic IcalendarType getIcalendar()
IcalendarTypepublic void setIcalendar(IcalendarType value)
value - allowed object is
IcalendarTypepublic ExpandType getExpand()
ExpandTypepublic void setExpand(ExpandType value)
value - allowed object is
ExpandTypepublic LimitRecurrenceSetType getLimitRecurrenceSet()
LimitRecurrenceSetTypepublic void setLimitRecurrenceSet(LimitRecurrenceSetType value)
value - allowed object is
LimitRecurrenceSetTypeCopyright © 2019 Bedework. All rights reserved.