net.java.dev.webdav.core.jaxrs.xml.elements
Class PropStat
java.lang.Object
net.java.dev.webdav.core.jaxrs.xml.elements.PropStat
public final class PropStat
- extends java.lang.Object
WebDAV propstat XML Element.
- Author:
- Markus KARG (mkarg@users.dev.java.net)
- See Also:
- Chapter 14.22 "propstat XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropStat
public PropStat(Prop prop,
Status status,
Error error,
ResponseDescription responseDescription)
PropStat
public PropStat(Prop prop,
Status status)
PropStat
public PropStat(Prop prop,
Status status,
Error error)
PropStat
public PropStat(Prop prop,
Status status,
ResponseDescription responseDescription)
getProp
public final Prop getProp()
getStatus
public final Status getStatus()
getError
public final Error getError()
getResponseDescription
public final ResponseDescription getResponseDescription()
Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.