Class MultistatusPropElementType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.MultistatusPropElementType
prop element type in propstat
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calendarData property.void
Sets the value of the calendarData property.
-
Field Details
-
calendarData
-
-
Constructor Details
-
MultistatusPropElementType
public MultistatusPropElementType()
-
-
Method Details
-
getCalendarData
Gets the value of the calendarData property.- Returns:
- possible object is
CalendarDataResponseType
-
setCalendarData
Sets the value of the calendarData property.- Parameters:
value
- allowed object isCalendarDataResponseType
-