Package org.trellisldp.webdav.xml
Class DavPropStat
- java.lang.Object
-
- org.trellisldp.webdav.xml.DavPropStat
-
public class DavPropStat extends Object
A PROPFIND propstat class.
-
-
Constructor Summary
Constructors Constructor Description DavPropStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getProp
public DavProp getProp()
Get the the prop element from a propstat response.- Returns:
- the property element
-
setProp
public void setProp(DavProp prop)
Set the property elements.- Parameters:
prop
- the prop element
-
getStatus
public String getStatus()
Get the HTTP status value.- Returns:
- the status
-
setStatus
public void setStatus(String status)
Set the status value.- Parameters:
status
- the HTTP status value
-
-