Package de.svws_nrw.davapi.model.dav
Klasse Propertybehavior
java.lang.Object
de.svws_nrw.davapi.model.dav.Propertybehavior
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"> <choice> <element ref="{DAV:}omit"/> <element ref="{DAV:}keepalive"/> </choice> </restriction> </complexContent> </complexType>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the value of the keepalive property.getOmit()
Gets the value of the omit property.void
setKeepalive
(Keepalive value) Sets the value of the keepalive property.void
Sets the value of the omit property.
-
Konstruktordetails
-
Propertybehavior
public Propertybehavior()Leerer Standardkonstruktor.
-
-
Methodendetails
-
getOmit
Gets the value of the omit property.- Gibt zurück:
- possible object is
Omit
-
setOmit
Sets the value of the omit property.- Parameter:
value
- allowed object isOmit
-
getKeepalive
Gets the value of the keepalive property.- Gibt zurück:
- possible object is
Keepalive
-
setKeepalive
Sets the value of the keepalive property.- Parameter:
value
- allowed object isKeepalive
-