public class Multistatus extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{DAV:}response" maxOccurs="unbounded"/>
<element ref="{DAV:}responsedescription" minOccurs="0"/>
<element ref="{DAV:}sync-token" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Response> |
response |
protected String |
responsedescription |
protected String |
syncToken |
| Constructor and Description |
|---|
Multistatus() |
| Modifier and Type | Method and Description |
|---|---|
List<Response> |
getResponse()
Gets the value of the response property.
|
String |
getResponsedescription()
Gets the value of the responsedescription property.
|
String |
getSyncToken()
Gets the value of the syncToken property.
|
void |
setResponsedescription(String value)
Sets the value of the responsedescription property.
|
void |
setSyncToken(String value)
Sets the value of the syncToken property.
|
protected String responsedescription
protected String syncToken
public List<Response> 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
Response
public String getResponsedescription()
Stringpublic void setResponsedescription(String value)
value - allowed object is
Stringpublic String getSyncToken()
StringCopyright © 2019. All rights reserved.