Class Activelock

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

public class Activelock 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:}depth"/>
        <element ref="{DAV:}owner" minOccurs="0"/>
        <element ref="{DAV:}timeout" minOccurs="0"/>
        <element ref="{DAV:}locktoken" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Constructor Details

    • Activelock

      public Activelock()
  • Method Details

    • getLockscope

      public Lockscope getLockscope()
      Gets the value of the lockscope property.
      Returns:
      possible object is Lockscope
    • setLockscope

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

      public Locktype getLocktype()
      Gets the value of the locktype property.
      Returns:
      possible object is Locktype
    • setLocktype

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

      public String getDepth()
      Gets the value of the depth property.
      Returns:
      possible object is String
    • setDepth

      public void setDepth(String value)
      Sets the value of the depth property.
      Parameters:
      value - allowed object is String
    • getOwner

      public Owner getOwner()
      Gets the value of the owner property.
      Returns:
      possible object is Owner
    • setOwner

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

      public String getTimeout()
      Gets the value of the timeout property.
      Returns:
      possible object is String
    • setTimeout

      public void setTimeout(String value)
      Sets the value of the timeout property.
      Parameters:
      value - allowed object is String
    • getLocktoken

      public Locktoken getLocktoken()
      Gets the value of the locktoken property.
      Returns:
      possible object is Locktoken
    • setLocktoken

      public void setLocktoken(Locktoken value)
      Sets the value of the locktoken property.
      Parameters:
      value - allowed object is Locktoken