Klasse Lockscope

java.lang.Object
de.svws_nrw.davapi.model.dav.Lockscope

public class Lockscope 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">
       <choice>
         <element ref="{DAV:}exclusive"/>
         <element ref="{DAV:}shared"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Konstruktordetails

    • Lockscope

      public Lockscope()
      Leerer Standardkonstruktor.
  • Methodendetails

    • getExclusive

      public Exclusive getExclusive()
      Gets the value of the exclusive property.
      Gibt zurück:
      possible object is Exclusive
    • setExclusive

      public void setExclusive(Exclusive value)
      Sets the value of the exclusive property.
      Parameter:
      value - allowed object is Exclusive
    • getShared

      public Shared getShared()
      Gets the value of the shared property.
      Gibt zurück:
      possible object is Shared
    • setShared

      public void setShared(Shared value)
      Sets the value of the shared property.
      Parameter:
      value - allowed object is Shared