Class Propstat

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

public class Propstat 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:}prop"/>
         <element ref="{DAV:}status"/>
         <element ref="{DAV:}error" minOccurs="0"/>
         <element ref="{DAV:}responsedescription" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Propstat

      public Propstat()
  • Method Details

    • getProp

      public Prop getProp()
      Gets the value of the prop property.
      Returns:
      possible object is Prop
    • setProp

      public void setProp(Prop value)
      Sets the value of the prop property.
      Parameters:
      value - allowed object is Prop
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getError

      public Error getError()
      Gets the value of the error property.
      Returns:
      possible object is Error
    • setError

      public void setError(Error value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is Error
    • 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