com.googlecode.sardine.model
Class Propfind

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

public class Propfind
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:}allprop"/>
         <element ref="{DAV:}propname"/>
         <element ref="{DAV:}prop"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Allprop allprop
           
protected  Prop prop
           
protected  Propname propname
           
 
Constructor Summary
Propfind()
           
 
Method Summary
 Allprop getAllprop()
          Gets the value of the allprop property.
 Prop getProp()
          Gets the value of the prop property.
 Propname getPropname()
          Gets the value of the propname property.
 void setAllprop(Allprop value)
          Sets the value of the allprop property.
 void setProp(Prop value)
          Sets the value of the prop property.
 void setPropname(Propname value)
          Sets the value of the propname property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allprop

protected Allprop allprop

propname

protected Propname propname

prop

protected Prop prop
Constructor Detail

Propfind

public Propfind()
Method Detail

getAllprop

public Allprop getAllprop()
Gets the value of the allprop property.

Returns:
possible object is Allprop

setAllprop

public void setAllprop(Allprop value)
Sets the value of the allprop property.

Parameters:
value - allowed object is Allprop

getPropname

public Propname getPropname()
Gets the value of the propname property.

Returns:
possible object is Propname

setPropname

public void setPropname(Propname value)
Sets the value of the propname property.

Parameters:
value - allowed object is Propname

getProp

public Prop getProp()
Gets the value of the prop property.

Returns:
possible object is Prop

setProp

public void setProp(Prop value)
Sets the value of the prop property.

Parameters:
value - allowed object is Prop


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