public class DavPropFind extends Object
| Constructor and Description |
|---|
DavPropFind() |
| Modifier and Type | Method and 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.
|
public DavAllProp getAllProp()
public void setAllProp(DavAllProp allprop)
allprop - the allprop elementpublic DavPropName getPropName()
public void setPropName(DavPropName propname)
propname - the propnamepublic DavProp getProp()
public void setProp(DavProp prop)
prop - the prop