This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.wink.webdav.model
Class Displayname
java.lang.Object
   org.apache.wink.webdav.model.Displayname
org.apache.wink.webdav.model.Displayname
- public class Displayname 
- extends java.lang.Object
The displayname Property per the WebDAV specification [RFC 4918]
 
 
    Name:       displayname
    Namespace:  DAV:
    Purpose:    Provides a name for the resource that is suitable for
    presentation to a user.
    Description: The displayname property should be defined on all DAV
    compliant resources.  If present, the property contains a description
    of the resource that is suitable for presentation to a user.
 
    <!ELEMENT displayname (#PCDATA) >
 
| Field Summary | 
| protected  java.util.List<java.lang.String> | content
 | 
 
 
| Method Summary | 
|  java.lang.String | getValue()Gets the value.
 | 
|  void | setValue(java.lang.String value)Sets the value.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
content
protected java.util.List<java.lang.String> content
Displayname
public Displayname()
Displayname
public Displayname(java.lang.String value)
setValue
public void setValue(java.lang.String value)
- Sets the value.
 
- 
- Parameters:
- value- the value to set
 
getValue
public java.lang.String getValue()
- Gets the value.
 
- 
- Returns:
- the value
 
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.