org.apache.wink.webdav.model
Class Remove
java.lang.Object
org.apache.wink.webdav.model.Remove
public class Remove
- extends Object
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) >
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 |
prop
protected Prop prop
Remove
public Remove()
getProp
public Prop getProp()
- Gets the value of the prop property.
- Returns:
- possible object is
Prop
setProp
public void setProp(Prop value)
- Sets the value of the prop property.
- Parameters:
value
- allowed object is Prop
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.