public class MultistatusPropElementType extends Object
Java class for MultistatusPropElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultistatusPropElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="calendar-data" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}CalendarDataResponseType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalendarDataResponseType |
calendarData |
| Constructor and Description |
|---|
MultistatusPropElementType() |
| Modifier and Type | Method and Description |
|---|---|
CalendarDataResponseType |
getCalendarData()
Gets the value of the calendarData property.
|
void |
setCalendarData(CalendarDataResponseType value)
Sets the value of the calendarData property.
|
protected CalendarDataResponseType calendarData
public CalendarDataResponseType getCalendarData()
CalendarDataResponseTypepublic void setCalendarData(CalendarDataResponseType value)
value - allowed object is
CalendarDataResponseTypeCopyright © 2018 Bedework. All rights reserved.