org.apache.wink.webdav.model
Class Lockentry

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

public class Lockentry
extends java.lang.Object

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

    Name:       lockentry
    Namespace:  DAV:
    Purpose:    Defines the types of locks that can be used with the
    resource.
 
    <!ELEMENT lockentry (lockscope, locktype) >
 
 


Field Summary
protected  Lockscope lockscope
           
protected  Locktype locktype
           
 
Constructor Summary
Lockentry()
           
 
Method Summary
 Lockscope getLockscope()
          Gets the value of the lockscope property.
 Locktype getLocktype()
          Gets the value of the locktype property.
 void setLockscope(Lockscope value)
          Sets the value of the lockscope property.
 void setLocktype(Locktype value)
          Sets the value of the locktype property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lockscope

protected Lockscope lockscope

locktype

protected Locktype locktype
Constructor Detail

Lockentry

public Lockentry()
Method Detail

getLockscope

public Lockscope getLockscope()
Gets the value of the lockscope property.

Returns:
possible object is Lockscope

setLockscope

public void setLockscope(Lockscope value)
Sets the value of the lockscope property.

Parameters:
value - allowed object is Lockscope

getLocktype

public Locktype getLocktype()
Gets the value of the locktype property.

Returns:
possible object is Locktype

setLocktype

public void setLocktype(Locktype value)
Sets the value of the locktype property.

Parameters:
value - allowed object is Locktype


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