Class Lockinfo
java.lang.Object
com.github.sardine.model.Lockinfo
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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lockscope property.Gets the value of the locktype property.getOwner()Gets the value of the owner property.voidsetLockscope(Lockscope value) Sets the value of the lockscope property.voidsetLocktype(Locktype value) Sets the value of the locktype property.voidSets the value of the owner property.
-
Constructor Details
-
Lockinfo
public Lockinfo()
-
-
Method Details
-
getLockscope
-
setLockscope
-
getLocktype
-
setLocktype
-
getOwner
-
setOwner
-