|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wink.webdav.model.Propstat
public class Propstat
The propstat
XML element per the WebDAV specification [RFC 4918]
Name: propstat Namespace: DAV: Purpose: Groups together a prop and status element that is associated with a particular href element. Description: The propstat XML element MUST contain one prop XML element and one status XML element. The contents of the prop XML element MUST only list the names of properties to which the result in the status element applies. <!ELEMENT propstat (prop, status, responsedescription?) >
Field Summary | |
---|---|
protected Error |
error
|
protected Prop |
prop
|
protected java.lang.String |
responsedescription
|
protected java.lang.String |
status
|
Constructor Summary | |
---|---|
Propstat()
|
Method Summary | |
---|---|
Error |
getError()
Gets the value of the error property. |
Prop |
getProp()
Gets the value of the prop property. |
java.lang.String |
getResponsedescription()
Gets the value of the responsedescription property. |
java.lang.String |
getStatus()
Gets the value of the status property. |
int |
getStatusCode()
|
void |
setError(Error value)
Sets the value of the error property. |
void |
setProp(Prop value)
Sets the value of the prop property. |
void |
setResponsedescription(java.lang.String value)
Sets the value of the responsedescription property. |
void |
setStatus(java.lang.String value)
Sets the value of the status property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Prop prop
protected java.lang.String status
protected Error error
protected java.lang.String responsedescription
Constructor Detail |
---|
public Propstat()
Method Detail |
---|
public Prop getProp()
Prop
public void setProp(Prop value)
value
- allowed object is Prop
public java.lang.String getStatus()
String
public int getStatusCode()
public void setStatus(java.lang.String value)
value
- allowed object is String
public Error getError()
Error
public void setError(Error value)
value
- allowed object is Error
public java.lang.String getResponsedescription()
String
public void setResponsedescription(java.lang.String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |