Package de.svws_nrw.davapi.model.dav
Klasse Propstat
java.lang.Object
de.svws_nrw.davapi.model.dav.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>
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetError()
Gets the value of the error property.getProp()
Gets the value of the prop property.Gets the value of the responsedescription property.Gets the value of the status property.void
Sets the value of the error property.void
Sets the value of the prop property.void
setResponsedescription
(String value) Sets the value of the responsedescription property.void
Sets the value of the status property.
-
Felddetails
-
PROP_STATUS_200_OK
HTTP-Meldung: OK- Siehe auch:
-
PROP_STATUS_404_NOT_FOUND
HTTP-Meldung: NOT FOUND- Siehe auch:
-
-
Konstruktordetails
-
Propstat
public Propstat()Leerer Standardkonstruktor.
-
-
Methodendetails
-
getProp
Gets the value of the prop property.- Gibt zurück:
- possible object is
Prop
-
setProp
Sets the value of the prop property.- Parameter:
value
- allowed object isProp
-
getStatus
Gets the value of the status property.- Gibt zurück:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameter:
value
- allowed object isString
-
getError
Gets the value of the error property.- Gibt zurück:
- possible object is
Error
-
setError
Sets the value of the error property.- Parameter:
value
- allowed object isError
-
getResponsedescription
Gets the value of the responsedescription property.- Gibt zurück:
- possible object is
String
-
setResponsedescription
Sets the value of the responsedescription property.- Parameter:
value
- allowed object isString
-