public class MultistatusType extends BaseResponseType
Java 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/ws-calendar/ns/soap}BaseResponseType">
<sequence>
<element name="response" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}MultistatResponseElementType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MultistatResponseElementType> |
response |
errorResponse, id, message, status| Constructor and Description |
|---|
MultistatusType() |
| Modifier and Type | Method and Description |
|---|---|
List<MultistatResponseElementType> |
getResponse()
Gets the value of the response property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusprotected List<MultistatResponseElementType> response
public List<MultistatResponseElementType> getResponse()
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 set method 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
Copyright © 2019 Bedework. All rights reserved.