| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wink.webdav.model.Activelock
public class Activelock
The activelock XML element per the WebDAV specification [RFC
 4918]
 
 
    Name:       activelock
    Namespace:  DAV:
    Purpose:    Describes a lock on a resource.
    <!ELEMENT activelock (lockscope, locktype, depth, owner?, timeout?, locktoken?) <
 
| Field Summary | |
|---|---|
| protected  String | depth | 
| protected  Lockscope | lockscope | 
| protected  Locktoken | locktoken | 
| protected  Locktype | locktype | 
| protected  Owner | owner | 
| protected  String | timeout | 
| Constructor Summary | |
|---|---|
| Activelock() | |
| Method Summary | |
|---|---|
|  String | getDepth()Gets the value of the depth property. | 
|  Lockscope | getLockscope()Gets the value of the lockscope property. | 
|  Locktoken | getLocktoken()Gets the value of the locktoken property. | 
|  Locktype | getLocktype()Gets the value of the locktype property. | 
|  Owner | getOwner()Gets the value of the owner property. | 
|  String | getTimeout()Gets the value of the timeout property. | 
|  void | setDepth(String value)Sets the value of the depth property. | 
|  void | setLockscope(Lockscope value)Sets the value of the lockscope property. | 
|  void | setLocktoken(Locktoken value)Sets the value of the locktoken property. | 
|  void | setLocktype(Locktype value)Sets the value of the locktype property. | 
|  void | setOwner(Owner value)Sets the value of the owner property. | 
|  void | setTimeout(String value)Sets the value of the timeout property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected Lockscope lockscope
protected Locktype locktype
protected String depth
protected Owner owner
protected String timeout
protected Locktoken locktoken
| Constructor Detail | 
|---|
public Activelock()
| Method Detail | 
|---|
public Lockscope getLockscope()
Lockscopepublic void setLockscope(Lockscope value)
value - allowed object is Lockscopepublic Locktype getLocktype()
Locktypepublic void setLocktype(Locktype value)
value - allowed object is Locktypepublic String getDepth()
Stringpublic void setDepth(String value)
value - allowed object is Stringpublic Owner getOwner()
Ownerpublic void setOwner(Owner value)
value - allowed object is Ownerpublic String getTimeout()
Stringpublic void setTimeout(String value)
value - allowed object is Stringpublic Locktoken getLocktoken()
Locktokenpublic void setLocktoken(Locktoken value)
value - allowed object is Locktoken| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||