Package de.svws_nrw.davapi.model.dav
Klasse Activelock
java.lang.Object
de.svws_nrw.davapi.model.dav.Activelock
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>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDepth()
Gets the value of the depth property.Gets the value of the lockscope property.Gets the value of the locktoken property.Gets the value of the locktype property.getOwner()
Gets the value of the owner property.Gets the value of the timeout property.void
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
Sets the value of the owner property.void
setTimeout
(String value) Sets the value of the timeout property.
-
Konstruktordetails
-
Activelock
public Activelock()Leerer Standardkonstruktor.
-
-
Methodendetails
-
getLockscope
Gets the value of the lockscope property.- Gibt zurück:
- possible object is
Lockscope
-
setLockscope
Sets the value of the lockscope property.- Parameter:
value
- allowed object isLockscope
-
getLocktype
Gets the value of the locktype property.- Gibt zurück:
- possible object is
Locktype
-
setLocktype
Sets the value of the locktype property.- Parameter:
value
- allowed object isLocktype
-
getDepth
Gets the value of the depth property.- Gibt zurück:
- possible object is
String
-
setDepth
Sets the value of the depth property.- Parameter:
value
- allowed object isString
-
getOwner
Gets the value of the owner property.- Gibt zurück:
- possible object is
Owner
-
setOwner
Sets the value of the owner property.- Parameter:
value
- allowed object isOwner
-
getTimeout
Gets the value of the timeout property.- Gibt zurück:
- possible object is
String
-
setTimeout
Sets the value of the timeout property.- Parameter:
value
- allowed object isString
-
getLocktoken
Gets the value of the locktoken property.- Gibt zurück:
- possible object is
Locktoken
-
setLocktoken
Sets the value of the locktoken property.- Parameter:
value
- allowed object isLocktoken
-