Class Response
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:}href" maxOccurs="unbounded"/>
<choice>
<sequence>
<element ref="{DAV:}status"/>
</sequence>
<element ref="{DAV:}propstat" maxOccurs="unbounded"/>
</choice>
<element ref="{DAV:}error" minOccurs="0"/>
<element ref="{DAV:}responsedescription" minOccurs="0"/>
<element ref="{DAV:}location" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Gets the value of the error property.getHref()Gets the value of the href property.Gets the value of the location property.Gets the value of the propstat property.Gets the value of the responsedescription property.Gets the value of the status property.voidSets the value of the error property.voidsetLocation(Location value) Sets the value of the location property.voidsetResponsedescription(String value) Sets the value of the responsedescription property.voidSets the value of the status property.
-
Field Details
-
href
-
status
-
propstat
-
error
-
responsedescription
-
location
-
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
getHref
Gets the value of the href property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the href property.For example, to add a new item, do as follows:
getHref().add(newItem);Objects of the following type(s) are allowed in the list
String -
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getPropstat
Gets the value of the propstat property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the propstat property.For example, to add a new item, do as follows:
getPropstat().add(newItem);Objects of the following type(s) are allowed in the list
Propstat -
getError
Gets the value of the error property.- Returns:
- possible object is
Error
-
setError
Sets the value of the error property.- Parameters:
value- allowed object isError
-
getResponsedescription
Gets the value of the responsedescription property.- Returns:
- possible object is
String
-
setResponsedescription
Sets the value of the responsedescription property.- Parameters:
value- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
Location
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isLocation
-