public class Lockscope 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">
<choice>
<element ref="{DAV:}exclusive"/>
<element ref="{DAV:}shared"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Lockscope() |
| Modifier and Type | Method and Description |
|---|---|
Exclusive |
getExclusive()
Gets the value of the exclusive property.
|
Shared |
getShared()
Gets the value of the shared property.
|
void |
setExclusive(Exclusive value)
Sets the value of the exclusive property.
|
void |
setShared(Shared value)
Sets the value of the shared property.
|
public Exclusive getExclusive()
Exclusivepublic void setExclusive(Exclusive value)
value - allowed object is
Exclusivepublic Shared getShared()
SharedCopyright © 2019. All rights reserved.