public class PropstatType extends BaseResponseType
Java class for PropstatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropstatType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
<sequence>
<element name="prop" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}MultistatusPropElementType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MultistatusPropElementType> |
prop |
errorResponse, id, message, status| Constructor and Description |
|---|
PropstatType() |
| Modifier and Type | Method and Description |
|---|---|
List<MultistatusPropElementType> |
getProp()
Gets the value of the prop property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusprotected List<MultistatusPropElementType> prop
public List<MultistatusPropElementType> getProp()
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 prop property.
For example, to add a new item, do as follows:
getProp().add(newItem);
Objects of the following type(s) are allowed in the list
MultistatusPropElementType
Copyright © 2019 Bedework. All rights reserved.