Package com.github.sardine.model
Class Propertybehavior
java.lang.Object
com.github.sardine.model.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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keepalive property.getOmit()Gets the value of the omit property.voidsetKeepalive(Keepalive value) Sets the value of the keepalive property.voidSets the value of the omit property.
-
Constructor Details
-
Propertybehavior
public Propertybehavior()
-
-
Method Details
-
getOmit
Gets the value of the omit property.- Returns:
- possible object is
Omit
-
setOmit
Sets the value of the omit property.- Parameters:
value- allowed object isOmit
-
getKeepalive
Gets the value of the keepalive property.- Returns:
- possible object is
Keepalive
-
setKeepalive
Sets the value of the keepalive property.- Parameters:
value- allowed object isKeepalive
-