public class Activelock 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"/>
<element ref="{DAV:}depth"/>
<element ref="{DAV:}owner" minOccurs="0"/>
<element ref="{DAV:}timeout" minOccurs="0"/>
<element ref="{DAV:}locktoken" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Activelock() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDepth()
Gets the value of the depth property.
|
Lockscope |
getLockscope()
Gets the value of the lockscope property.
|
Locktoken |
getLocktoken()
Gets the value of the locktoken property.
|
Locktype |
getLocktype()
Gets the value of the locktype property.
|
Owner |
getOwner()
Gets the value of the owner property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
void |
setDepth(String value)
Sets the value of the depth property.
|
void |
setLockscope(Lockscope value)
Sets the value of the lockscope property.
|
void |
setLocktoken(Locktoken value)
Sets the value of the locktoken property.
|
void |
setLocktype(Locktype value)
Sets the value of the locktype property.
|
void |
setOwner(Owner value)
Sets the value of the owner property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
public Lockscope getLockscope()
Lockscopepublic void setLockscope(Lockscope value)
value - allowed object is
Lockscopepublic Locktype getLocktype()
Locktypepublic void setLocktype(Locktype value)
value - allowed object is
Locktypepublic String getDepth()
Stringpublic void setDepth(String value)
value - allowed object is
Stringpublic Owner getOwner()
Ownerpublic void setOwner(Owner value)
value - allowed object is
Ownerpublic String getTimeout()
Stringpublic void setTimeout(String value)
value - allowed object is
Stringpublic Locktoken getLocktoken()
LocktokenCopyright © 2019. All rights reserved.