public class Locktype
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:}write"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Konstruktorübersicht
Konstruktoren
Leerer Standardkonstruktor.
-
Methodenübersicht
Gets the value of the write property.
void
Sets the value of the write property.
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Konstruktordetails
-
Locktype
public Locktype()
Leerer Standardkonstruktor.
-
Methodendetails
-
getWrite
Gets the value of the write property.
- Gibt zurück:
- possible object is
Write
-
setWrite
public void setWrite(Write value)
Sets the value of the write property.
- Parameter:
value
- allowed object is
Write