Package com.github.sardine.model
Class Activelock
java.lang.Object
com.github.sardine.model.Activelock
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDepth()Gets the value of the depth property.Gets the value of the lockscope property.Gets the value of the locktoken property.Gets the value of the locktype property.getOwner()Gets the value of the owner property.Gets the value of the timeout property.voidSets the value of the depth property.voidsetLockscope(Lockscope value) Sets the value of the lockscope property.voidsetLocktoken(Locktoken value) Sets the value of the locktoken property.voidsetLocktype(Locktype value) Sets the value of the locktype property.voidSets the value of the owner property.voidsetTimeout(String value) Sets the value of the timeout property.
-
Constructor Details
-
Activelock
public Activelock()
-
-
Method Details
-
getLockscope
Gets the value of the lockscope property.- Returns:
- possible object is
Lockscope
-
setLockscope
Sets the value of the lockscope property.- Parameters:
value- allowed object isLockscope
-
getLocktype
Gets the value of the locktype property.- Returns:
- possible object is
Locktype
-
setLocktype
Sets the value of the locktype property.- Parameters:
value- allowed object isLocktype
-
getDepth
Gets the value of the depth property.- Returns:
- possible object is
String
-
setDepth
Sets the value of the depth property.- Parameters:
value- allowed object isString
-
getOwner
Gets the value of the owner property.- Returns:
- possible object is
Owner
-
setOwner
Sets the value of the owner property.- Parameters:
value- allowed object isOwner
-
getTimeout
Gets the value of the timeout property.- Returns:
- possible object is
String
-
setTimeout
Sets the value of the timeout property.- Parameters:
value- allowed object isString
-
getLocktoken
Gets the value of the locktoken property.- Returns:
- possible object is
Locktoken
-
setLocktoken
Sets the value of the locktoken property.- Parameters:
value- allowed object isLocktoken
-