com.googlecode.sardine.model
Class Propertybehavior

java.lang.Object
  extended by com.googlecode.sardine.model.Propertybehavior

public class Propertybehavior
extends java.lang.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>
 


Field Summary
protected  Keepalive keepalive
           
protected  Omit omit
           
 
Constructor Summary
Propertybehavior()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

omit

protected Omit omit

keepalive

protected Keepalive keepalive
Constructor Detail

Propertybehavior

public Propertybehavior()
Method Detail

getOmit

public Omit getOmit()
Gets the value of the omit property.

Returns:
possible object is Omit

setOmit

public void setOmit(Omit value)
Sets the value of the omit property.

Parameters:
value - allowed object is Omit

getKeepalive

public Keepalive getKeepalive()
Gets the value of the keepalive property.

Returns:
possible object is Keepalive

setKeepalive

public void setKeepalive(Keepalive value)
Sets the value of the keepalive property.

Parameters:
value - allowed object is Keepalive


Copyright © 2010 Jon Stevens and a gang of smelly fish. All Rights Reserved. Build version: 39