Class MultistatusPropElementType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.MultistatusPropElementType
-
public class MultistatusPropElementType extends Object
prop element type in propstatJava 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/ns/wscal/calws-soap}CalendarDataResponseType"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CalendarDataResponseTypecalendarData
-
Constructor Summary
Constructors Constructor Description MultistatusPropElementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarDataResponseTypegetCalendarData()Gets the value of the calendarData property.voidsetCalendarData(CalendarDataResponseType value)Sets the value of the calendarData property.
-
-
-
Field Detail
-
calendarData
protected CalendarDataResponseType calendarData
-
-
Method Detail
-
getCalendarData
public CalendarDataResponseType getCalendarData()
Gets the value of the calendarData property.- Returns:
- possible object is
CalendarDataResponseType
-
setCalendarData
public void setCalendarData(CalendarDataResponseType value)
Sets the value of the calendarData property.- Parameters:
value- allowed object isCalendarDataResponseType
-
-