org.apache.wink.webdav.model
Class Locktype

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

public class Locktype
extends java.lang.Object

The locktype XML element per the WebDAV specification [RFC 4918]

    Name:       locktype
    Namespace:  DAV:
    Purpose:    Specifies the access type of a lock.  At present, this
    specification only defines one lock type, the write lock.
 
    <!ELEMENT locktype (write) >
 


Field Summary
protected  Write write
           
 
Constructor Summary
Locktype()
           
 
Method Summary
 Write getWrite()
          Gets the value of the write property.
 void setWrite(Write value)
          Sets the value of the write property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

write

protected Write write
Constructor Detail

Locktype

public Locktype()
Method Detail

getWrite

public Write getWrite()
Gets the value of the write property.

Returns:
possible object is Write

setWrite

public void setWrite(Write value)
Sets the value of the write property.

Parameters:
value - allowed object is Write


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.