| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wink.webdav.model.Lockscope
public class Lockscope
The lockscope XML element per the WebDAV specification [RFC
 4918]
 
 
    Name:       lockscope
    Namespace:  DAV:
    Purpose:    Specifies whether a lock is an exclusive lock, or a
    shared lock.
 
    <!ELEMENT lockscope (exclusive | shared) >
 
| Field Summary | |
|---|---|
| protected  Exclusive | exclusive | 
| protected  Shared | shared | 
| Constructor Summary | |
|---|---|
| Lockscope() | |
| Method Summary | |
|---|---|
|  Exclusive | getExclusive()Gets the value of the exclusive property. | 
|  Shared | getShared()Gets the value of the shared property. | 
|  void | setExclusive(Exclusive value)Sets the value of the exclusive property. | 
|  void | setShared(Shared value)Sets the value of the shared property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected Exclusive exclusive
protected Shared shared
| Constructor Detail | 
|---|
public Lockscope()
| Method Detail | 
|---|
public Exclusive getExclusive()
Exclusivepublic void setExclusive(Exclusive value)
value - allowed object is Exclusivepublic Shared getShared()
Sharedpublic void setShared(Shared value)
value - allowed object is Shared| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||