This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.wink.webdav.model
Class Set
java.lang.Object
   org.apache.wink.webdav.model.Set
org.apache.wink.webdav.model.Set
- public class Set 
- extends java.lang.Object
The set XML element per the WebDAV specification [RFC 4918]
 
 
    Name:       set
    Namespace:  DAV:
    Purpose:    Lists the DAV property values to be set for a resource.
    Description: The set XML element MUST contain only a prop XML
    element.  The elements contained by the prop XML element inside the
    set XML element MUST specify the name and value of properties that
    are set on the resource identified by Request-URI.  If a property
    already exists then its value is replaced. Language tagging
    information in the property's value (in the "xml:lang" attribute, if
    present) MUST be persistently stored along with the property, and
    MUST be subsequently retrievable using PROPFIND.
 
    <!ELEMENT set (prop) >
 
 
| Constructor Summary | 
| Set()
 | 
 
| 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
Set
public Set()
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-2013 The Apache Software Foundation. All Rights Reserved.