|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.sardine.model.Propstat
public class Propstat
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{DAV:}prop"/> <element ref="{DAV:}status"/> <element ref="{DAV:}error" minOccurs="0"/> <element ref="{DAV:}responsedescription" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
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. |
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 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 |