Klasse Lockinfo

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

public class Lockinfo 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:}lockscope"/>
         <element ref="{DAV:}locktype"/>
         <element ref="{DAV:}owner" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Konstruktordetails

    • Lockinfo

      public Lockinfo()
      Leerer Standardkonstruktor.
  • Methodendetails

    • getLockscope

      public Lockscope getLockscope()
      Gets the value of the lockscope property.
      Gibt zurück:
      possible object is Lockscope
    • setLockscope

      public void setLockscope(Lockscope value)
      Sets the value of the lockscope property.
      Parameter:
      value - allowed object is Lockscope
    • getLocktype

      public Locktype getLocktype()
      Gets the value of the locktype property.
      Gibt zurück:
      possible object is Locktype
    • setLocktype

      public void setLocktype(Locktype value)
      Sets the value of the locktype property.
      Parameter:
      value - allowed object is Locktype
    • getOwner

      public Owner getOwner()
      Gets the value of the owner property.
      Gibt zurück:
      possible object is Owner
    • setOwner

      public void setOwner(Owner value)
      Sets the value of the owner property.
      Parameter:
      value - allowed object is Owner