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 DavRemovegetRemove()Get the remove element.DavSetgetSet()Get the set element.voidsetRemove(DavRemove remove)Set the remove element.voidsetSet(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
-
-