Class Lockscope
java.lang.Object
com.github.sardine.model.Lockscope
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">
<choice>
<element ref="{DAV:}exclusive"/>
<element ref="{DAV:}shared"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exclusive property.Gets the value of the shared property.voidsetExclusive(Exclusive value) Sets the value of the exclusive property.voidSets the value of the shared property.
-
Constructor Details
-
Lockscope
public Lockscope()
-
-
Method Details
-
getExclusive
-
setExclusive
-