|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.sardine.model.Propfind
public class Propfind
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 |
---|
protected Allprop allprop
protected Propname propname
protected Prop prop
Constructor Detail |
---|
public Propfind()
Method Detail |
---|
public Allprop getAllprop()
Allprop
public void setAllprop(Allprop value)
value
- allowed object is
Allprop
public Propname getPropname()
Propname
public void setPropname(Propname value)
value
- allowed object is
Propname
public Prop getProp()
Prop
public void setProp(Prop value)
value
- allowed object is
Prop
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |