Class CalendarQueryResponseType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
org.oasis_open.docs.ws_calendar.ns.soap.MultistatusType
org.oasis_open.docs.ws_calendar.ns.soap.CalendarQueryResponseType
Response to a calendar query or multiget.
Java class for CalendarQueryResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarQueryResponseType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}MultistatusType"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.MultistatusType
response
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.MultistatusType
getResponse
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
Constructor Details
-
CalendarQueryResponseType
public CalendarQueryResponseType()
-