public class Propertybehavior 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">
<choice>
<element ref="{DAV:}omit"/>
<element ref="{DAV:}keepalive"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Propertybehavior() |
| Modifier and Type | Method and Description |
|---|---|
Keepalive |
getKeepalive()
Gets the value of the keepalive property.
|
Omit |
getOmit()
Gets the value of the omit property.
|
void |
setKeepalive(Keepalive value)
Sets the value of the keepalive property.
|
void |
setOmit(Omit value)
Sets the value of the omit property.
|
Copyright © 2019. All rights reserved.