public class DavPropertyUpdate extends Object
| Constructor and Description |
|---|
DavPropertyUpdate() |
| Modifier and Type | Method and 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.
|
public DavSet getSet()
public void setSet(DavSet set)
set - the set elementpublic DavRemove getRemove()
public void setRemove(DavRemove remove)
remove - the remove element