net.java.dev.webdav.core.jaxrs.xml.elements
Class LockEntry

java.lang.Object
  extended by net.java.dev.webdav.core.jaxrs.xml.elements.LockEntry

public final class LockEntry
extends java.lang.Object

WebDAV lockentry XML Element.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 14.10 "lockentry XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"

Constructor Summary
LockEntry(LockScope lockScope, LockType lockType)
           
 
Method Summary
 LockScope getLockScope()
           
 LockType getLockType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockEntry

public LockEntry(LockScope lockScope,
                 LockType lockType)
Method Detail

getLockScope

public final LockScope getLockScope()

getLockType

public final LockType getLockType()


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.