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

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

public final class Owner
extends java.lang.Object

WebDAV owner XML Element.

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

Constructor Summary
Owner(java.lang.Object... any)
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Owner

public Owner(java.lang.Object... any)
Method Detail

getAny

public final java.util.List<java.lang.Object> getAny()


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