Class MultistatusType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
-
- org.oasis_open.docs.ns.wscal.calws_soap.MultistatusType
-
- Direct Known Subclasses:
CalendarQueryResponseType
public class MultistatusType extends BaseResponseType
Contains multiple MultistatResponseElementTypeJava class for MultistatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultistatusType"> <complexContent> <extension base="{http://docs.oasis-open.org/ns/wscal/calws-soap}BaseResponseType"> <sequence> <element name="response" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}MultistatResponseElementType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MultistatResponseElementType>response-
Fields inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description MultistatusType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MultistatResponseElementType>getResponse()Gets the value of the response property.-
Methods inherited from class org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
-
-
-
Field Detail
-
response
protected List<MultistatResponseElementType> response
-
-
Method Detail
-
getResponse
public List<MultistatResponseElementType> getResponse()
Gets the value of the response property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the response property.For example, to add a new item, do as follows:
getResponse().add(newItem);Objects of the following type(s) are allowed in the list
MultistatResponseElementType
-
-