net.java.dev.webdav.jaxrs.xml.elements
Class PropFind

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

public final class PropFind
extends java.lang.Object

WebDAV propfind XML Element.

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

Constructor Summary
PropFind(AllProp allProp)
           
PropFind(AllProp allProp, Include include)
           
PropFind(Prop prop)
           
PropFind(PropName propName)
           
 
Method Summary
 AllProp getAllProp()
           
 Include getInclude()
           
 Prop getProp()
           
 PropName getPropName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropFind

public PropFind(PropName propName)

PropFind

public PropFind(AllProp allProp,
                Include include)

PropFind

public PropFind(AllProp allProp)

PropFind

public PropFind(Prop prop)
Method Detail

getPropName

public final PropName getPropName()

getAllProp

public final AllProp getAllProp()

getInclude

public final Include getInclude()

getProp

public final Prop getProp()


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