public class ArrayOfResponses extends Object
Java class for ArrayOfResponses complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfResponses">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}baseResponse" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends BaseResponseType>> |
baseResponse |
| Constructor and Description |
|---|
ArrayOfResponses() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends BaseResponseType>> |
getBaseResponse()
Gets the value of the baseResponse property.
|
protected List<JAXBElement<? extends BaseResponseType>> baseResponse
public List<JAXBElement<? extends BaseResponseType>> getBaseResponse()
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 baseResponse property.
For example, to add a new item, do as follows:
getBaseResponse().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<FreebusyReportResponseType>
JAXBElement<DeleteItemResponseType>
JAXBElement<FetchItemResponseType>
JAXBElement<AddItemResponseType>
JAXBElement<UpdateItemResponseType>
JAXBElement<BaseResponseType>
Copyright © 2018 Bedework. All rights reserved.