Package com.github.sardine.model
Class Lockentry
java.lang.Object
com.github.sardine.model.Lockentry
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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lockscope property.Gets the value of the locktype property.voidsetLockscope(Lockscope value) Sets the value of the lockscope property.voidsetLocktype(Locktype value) Sets the value of the locktype property.
-
Constructor Details
-
Lockentry
public Lockentry()
-
-
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
-