public class DavPropStat extends Object
| Constructor and Description |
|---|
DavPropStat() |
| Modifier and Type | Method and Description |
|---|---|
DavProp |
getProp()
Get the the prop element from a propstat response.
|
String |
getStatus()
Get the HTTP status value.
|
void |
setProp(DavProp prop)
Set the property elements.
|
void |
setStatus(String status)
Set the status value.
|
public DavProp getProp()
public void setProp(DavProp prop)
prop - the prop elementpublic String getStatus()
public void setStatus(String status)
status - the HTTP status value