Class Propstat
java.lang.Object
com.github.sardine.model.Propstat
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:}prop"/>
<element ref="{DAV:}status"/>
<element ref="{DAV:}error" minOccurs="0"/>
<element ref="{DAV:}responsedescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Gets the value of the error property.getProp()Gets the value of the prop property.Gets the value of the responsedescription property.Gets the value of the status property.voidSets the value of the error property.voidSets the value of the prop property.voidsetResponsedescription(String value) Sets the value of the responsedescription property.voidSets the value of the status property.
-
Constructor Details
-
Propstat
public Propstat()
-
-
Method Details
-
getProp
-
setProp
-
getStatus
-
setStatus
-
getError
-
setError
-
getResponsedescription
-
setResponsedescription
-