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

java.lang.Object
  extended by net.java.dev.webdav.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)"

Constructor Summary
PropStat(Prop prop, Status status)
           
PropStat(Prop prop, Status status, Error error)
           
PropStat(Prop prop, Status status, Error error, ResponseDescription responseDescription)
           
PropStat(Prop prop, Status status, ResponseDescription responseDescription)
           
 
Method Summary
 Error getError()
           
 Prop getProp()
           
 ResponseDescription getResponseDescription()
           
 Status getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.