org.apache.wink.webdav.model
Class Propertybehavior

java.lang.Object
  extended by org.apache.wink.webdav.model.Propertybehavior

public class Propertybehavior
extends Object

The propertybehavior XML element per the WebDAV specification [RFC 4918]

    Name:       propertybehavior 
    Namespace:  DAV:  
    Purpose:    Specifies how properties are handled during a COPY or MOVE.
    Description: The propertybehavior XML element specifies how
    properties are handled during a COPY or MOVE.  If this XML element is
    not included in the request body then the server is expected to act
    as defined by the default property handling behavior of the
    associated method.  All WebDAV compliant resources MUST support the
    propertybehavior XML element.
 
    <!ELEMENT propertybehavior (omit | keepalive) >
 


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 © 2009-2012 The Apache Software Foundation. All Rights Reserved.