org.apache.wink.webdav.model
Class Getetag

java.lang.Object
  extended by org.apache.wink.webdav.model.Getetag

public class Getetag
extends java.lang.Object

The getetag Property per the WebDAV specification [RFC 4918]

    Name:       getetag
    Namespace:  DAV:
    Purpose:    Contains the ETag header returned by a GET without
    accept headers.
    Description: The getetag property MUST be defined on any DAV
    compliant resource that returns the Etag header.
    Value:      entity-tag  ; defined in section 3.11 of [RFC2068]
 
    <!ELEMENT getetag (#PCDATA) >
 
 


Field Summary
protected  java.util.List<java.lang.String> content
           
 
Constructor Summary
Getetag()
           
Getetag(java.lang.String value)
           
 
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
 

Field Detail

content

protected java.util.List<java.lang.String> content
Constructor Detail

Getetag

public Getetag()

Getetag

public Getetag(java.lang.String value)
Method Detail

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.