Class Property

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

public class Property 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">
      <all>
        <element ref="{DAV:}creationdate" minOccurs="0"/>
        <element ref="{DAV:}displayname" minOccurs="0"/>
        <element ref="{DAV:}getcontentlanguage" minOccurs="0"/>
        <element ref="{DAV:}getcontentlength" minOccurs="0"/>
        <element ref="{DAV:}getcontenttype" minOccurs="0"/>
        <element ref="{DAV:}getetag" minOccurs="0"/>
        <element ref="{DAV:}getlastmodified" minOccurs="0"/>
        <element ref="{DAV:}lockdiscovery" minOccurs="0"/>
        <element ref="{DAV:}resourcetype" minOccurs="0"/>
        <element ref="{DAV:}supportedlock" minOccurs="0"/>
        <element ref="{DAV:}owner" minOccurs="0"/>  <!-- (for DAV:acl) -->
        <any/>
      </all>
    </restriction>
  </complexContent>
</complexType>
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getProperty

      public Element getProperty()
    • setProperty

      public void setProperty(Element property)