Package org.trellisldp.webdav.xml
Class DavPropertyUpdate
- java.lang.Object
-
- org.trellisldp.webdav.xml.DavPropertyUpdate
-
public class DavPropertyUpdate extends Object
A PROPPATCH update class.
-
-
Constructor Summary
Constructors Constructor Description DavPropertyUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DavRemove
getRemove()
Get the remove element.DavSet
getSet()
Get the set element.void
setRemove(DavRemove remove)
Set the remove element.void
setSet(DavSet set)
Set the set element.
-
-
-
Method Detail
-
getSet
public DavSet getSet()
Get the set element.- Returns:
- the set element
-
setSet
public void setSet(DavSet set)
Set the set element.- Parameters:
set
- the set element
-
getRemove
public DavRemove getRemove()
Get the remove element.- Returns:
- the remove element
-
setRemove
public void setRemove(DavRemove remove)
Set the remove element.- Parameters:
remove
- the remove element
-
-