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

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

public final class Set
extends RemoveOrSet

WebDAV set XML Element.

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

Constructor Summary
Set(Prop prop)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class net.java.dev.webdav.core.jaxrs.xml.elements.RemoveOrSet
getProp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Set

public Set(Prop prop)
Method Detail

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object


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