public class MultistatResponseElementType extends Object
Java class for MultistatResponseElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultistatResponseElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}propstat" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeToken |
protected String |
href |
protected List<PropstatType> |
propstat |
| Constructor and Description |
|---|
MultistatResponseElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeToken()
Gets the value of the changeToken property.
|
String |
getHref()
Gets the value of the href property.
|
List<PropstatType> |
getPropstat()
Gets the value of the propstat property.
|
void |
setChangeToken(String value)
Sets the value of the changeToken property.
|
void |
setHref(String value)
Sets the value of the href property.
|
protected String href
protected String changeToken
protected List<PropstatType> propstat
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getChangeToken()
Stringpublic void setChangeToken(String value)
value - allowed object is
Stringpublic List<PropstatType> getPropstat()
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 propstat property.
For example, to add a new item, do as follows:
getPropstat().add(newItem);
Objects of the following type(s) are allowed in the list
PropstatType
Copyright © 2019 Bedework. All rights reserved.