public class Lockentry 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">
<sequence>
<element ref="{DAV:}lockscope"/>
<element ref="{DAV:}locktype"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Lockentry() |
| Modifier and Type | Method and Description |
|---|---|
Lockscope |
getLockscope()
Gets the value of the lockscope property.
|
Locktype |
getLocktype()
Gets the value of the locktype property.
|
void |
setLockscope(Lockscope value)
Sets the value of the lockscope property.
|
void |
setLocktype(Locktype value)
Sets the value of the locktype property.
|
public Lockscope getLockscope()
Lockscopepublic void setLockscope(Lockscope value)
value - allowed object is
Lockscopepublic Locktype getLocktype()
LocktypeCopyright © 2019. All rights reserved.