|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wink.webdav.model.Locktype
public class Locktype
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 |
|---|
protected Write write
| Constructor Detail |
|---|
public Locktype()
| Method Detail |
|---|
public Write getWrite()
Writepublic void setWrite(Write value)
value - allowed object is Write
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||