Class Multistatus

java.lang.Object
com.github.sardine.model.Multistatus

public class Multistatus 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:}response" maxOccurs="unbounded"/>
         <element ref="{DAV:}responsedescription" minOccurs="0"/>
         <element ref="{DAV:}sync-token" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • response

      protected List<Response> response
    • responsedescription

      protected String responsedescription
    • syncToken

      protected String syncToken
  • Constructor Details

    • Multistatus

      public Multistatus()
  • Method Details

    • getResponse

      public 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 String getResponsedescription()
      Gets the value of the responsedescription property.
      Returns:
      possible object is String
    • setResponsedescription

      public void setResponsedescription(String value)
      Sets the value of the responsedescription property.
      Parameters:
      value - allowed object is String
    • getSyncToken

      public String getSyncToken()
      Gets the value of the syncToken property.
      Returns:
      possible object is String
    • setSyncToken

      public void setSyncToken(String value)
      Sets the value of the syncToken property.
      Parameters:
      value - allowed object is String