|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.sardine.model.Multistatus
public class Multistatus
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:}response" maxOccurs="unbounded"/> <element ref="{DAV:}responsedescription" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<Response> |
response
|
protected java.lang.String |
responsedescription
|
Constructor Summary | |
---|---|
Multistatus()
|
Method Summary | |
---|---|
java.util.List<Response> |
getResponse()
Gets the value of the response property. |
java.lang.String |
getResponsedescription()
Gets the value of the responsedescription property. |
void |
setResponsedescription(java.lang.String value)
Sets the value of the responsedescription property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<Response> response
protected java.lang.String responsedescription
Constructor Detail |
---|
public Multistatus()
Method Detail |
---|
public java.util.List<Response> getResponse()
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 set
method for the response property.
For example, to add a new item, do as follows:
getResponse().add(newItem);
Objects of the following type(s) are allowed in the list
Response
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 |