public class Propfind extends 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>
| Constructor and Description |
|---|
Propfind() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Allprop getAllprop()
Allproppublic void setAllprop(Allprop value)
value - allowed object is
Allproppublic Propname getPropname()
Propnamepublic void setPropname(Propname value)
value - allowed object is
PropnameCopyright © 2019. All rights reserved.