Class Multistatus
java.lang.Object
com.github.sardine.model.Multistatus
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the response property.Gets the value of the responsedescription property.Gets the value of the syncToken property.voidsetResponsedescription(String value) Sets the value of the responsedescription property.voidsetSyncToken(String value) Sets the value of the syncToken property.
-
Field Details
-
response
-
responsedescription
-
syncToken
-
-
Constructor Details
-
Multistatus
public Multistatus()
-
-
Method Details
-
getResponse
Gets the value of the response property.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
setmethod 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 -
getResponsedescription
-
setResponsedescription
-
getSyncToken
-
setSyncToken
-