Class Propfind
java.lang.Object
com.github.sardine.model.Propfind
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">
<choice>
<element ref="{DAV:}allprop"/>
<element ref="{DAV:}propname"/>
<element ref="{DAV:}prop"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allprop property.getProp()Gets the value of the prop property.Gets the value of the propname property.voidsetAllprop(Allprop value) Sets the value of the allprop property.voidSets the value of the prop property.voidsetPropname(Propname value) Sets the value of the propname property.
-
Constructor Details
-
Propfind
public Propfind()
-
-
Method Details
-
getAllprop
-
setAllprop
-
getPropname
-
setPropname
-
getProp
-
setProp
-