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

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

public final class LockInfo
extends java.lang.Object

WebDAV lockinfo XML Element.

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

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

Constructor Detail

LockInfo

public LockInfo(LockScope lockScope,
                LockType lockType,
                Owner owner)
Method Detail

getLockScope

public final LockScope getLockScope()

getLockType

public final LockType getLockType()

getOwner

public final Owner getOwner()


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