Package de.svws_nrw.davapi.model.dav
Klasse Lockentry
java.lang.Object
de.svws_nrw.davapi.model.dav.Lockentry
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>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the value of the lockscope property.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.
-
Konstruktordetails
-
Lockentry
public Lockentry()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
-