org.apache.wink.webdav.model
Class Displayname

java.lang.Object
  extended by 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) >
 


Field Summary
protected  List<String> content
           
 
Constructor Summary
Displayname()
           
Displayname(String value)
           
 
Method Summary
 String getValue()
          Gets the value.
 void setValue(String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<String> content
Constructor Detail

Displayname

public Displayname()

Displayname

public Displayname(String value)
Method Detail

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.