com.googlecode.sardine.model
Class Multistatus

java.lang.Object
  extended by com.googlecode.sardine.model.Multistatus

public class Multistatus
extends java.lang.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:}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

response

protected java.util.List<Response> response

responsedescription

protected java.lang.String responsedescription
Constructor Detail

Multistatus

public Multistatus()
Method Detail

getResponse

public java.util.List<Response> getResponse()
Gets the value of the response 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 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


getResponsedescription

public java.lang.String getResponsedescription()
Gets the value of the responsedescription property.

Returns:
possible object is String

setResponsedescription

public void setResponsedescription(java.lang.String value)
Sets the value of the responsedescription property.

Parameters:
value - allowed object is String


Copyright © 2010 Jon Stevens and a gang of smelly fish. All Rights Reserved. Build version: 25