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 DavAllProp
getAllProp()
Get the allprop element.DavProp
getProp()
Get the propname element.DavPropName
getPropName()
Get the propname element.void
setAllProp(DavAllProp allprop)
Set the allprop element.void
setProp(DavProp prop)
Set the propelement.void
setPropName(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
-
-