Klasse Property

java.lang.Object
de.svws_nrw.davapi.model.dav.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>
 
  • Konstruktordetails

    • Property

      public Property()
      Leerer Standardkonstruktor.
  • Methodendetails

    • getProperty

      public Element getProperty()
      Liefert das Element-Objekt.
      Gibt zurück:
      das Element-Objekt.
    • setProperty

      public void setProperty(Element property)
      Setzt das Element-Objekt.
      Parameter:
      property - das zu setzende Element-Objekt.