Package org.trellisldp.webdav.xml
Class DavPropFind
- java.lang.Object
-
- org.trellisldp.webdav.xml.DavPropFind
-
public class DavPropFind extends Object
A PROPFIND query class.
-
-
Constructor Summary
Constructors Constructor Description DavPropFind()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DavAllPropgetAllProp()Get the allprop element.DavPropgetProp()Get the propname element.DavPropNamegetPropName()Get the propname element.voidsetAllProp(DavAllProp allprop)Set the allprop element.voidsetProp(DavProp prop)Set the propelement.voidsetPropName(DavPropName propname)Set the propname element.
-
-
-
Method Detail
-
getAllProp
public DavAllProp getAllProp()
Get the allprop element.- Returns:
- the allprop element
-
setAllProp
public void setAllProp(DavAllProp allprop)
Set the allprop element.- Parameters:
allprop- the allprop element
-
getPropName
public DavPropName getPropName()
Get the propname element.- Returns:
- the propname element
-
setPropName
public void setPropName(DavPropName propname)
Set the propname element.- Parameters:
propname- the propname
-
getProp
public DavProp getProp()
Get the propname element.- Returns:
- the propname element
-
setProp
public void setProp(DavProp prop)
Set the propelement.- Parameters:
prop- the prop
-
-