org.apache.wink.webdav.model
Class Displayname
java.lang.Object
org.apache.wink.webdav.model.Displayname
public class Displayname
- extends 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) >
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected List<String> content
Displayname
public Displayname()
Displayname
public Displayname(String value)
setValue
public void setValue(String value)
- Sets the value.
- Parameters:
value
- the value to set
getValue
public String getValue()
- Gets the value.
- Returns:
- the value
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.