|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wink.webdav.model.Remove
public class Remove
The remove XML element per the WebDAV specification [RFC 4918]
Name: remove
Namespace: DAV:
Purpose: Lists the DAV properties to be removed from a resource.
Description: Remove instructs that the properties specified in prop
should be removed. Specifying the removal of a property that does
not exist is not an error. All the XML elements in a prop XML
element inside of a remove XML element MUST be empty, as only the
names of properties to be removed are required.
<!ELEMENT remove (prop) >
| Field Summary | |
|---|---|
protected Prop |
prop
|
| Constructor Summary | |
|---|---|
Remove()
|
|
| Method Summary | |
|---|---|
Prop |
getProp()
Gets the value of the prop property. |
void |
setProp(Prop value)
Sets the value of the prop property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Prop prop
| Constructor Detail |
|---|
public Remove()
| Method Detail |
|---|
public Prop getProp()
Proppublic void setProp(Prop value)
value - allowed object is Prop
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||