public class Propstat extends Object
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>
| Constructor and Description |
|---|
Propstat() |
| Modifier and Type | Method and Description |
|---|---|
Error |
getError()
Gets the value of the error property.
|
Prop |
getProp()
Gets the value of the prop property.
|
String |
getResponsedescription()
Gets the value of the responsedescription property.
|
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(String value)
Sets the value of the responsedescription property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
public void setProp(Prop value)
value - allowed object is
Proppublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Error getError()
Errorpublic void setError(Error value)
value - allowed object is
Errorpublic String getResponsedescription()
StringCopyright © 2019. All rights reserved.