Package de.svws_nrw.davapi.model.dav
Klasse Propfind
java.lang.Object
de.svws_nrw.davapi.model.dav.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>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the value of the allprop property.getProp()
Gets the value of the prop property.Gets the value of the propname property.void
setAllprop
(Allprop value) Sets the value of the allprop property.void
Sets the value of the prop property.void
setPropname
(Propname value) Sets the value of the propname property.
-
Konstruktordetails
-
Propfind
public Propfind()Leerer Standardkonstruktor.
-
-
Methodendetails
-
getAllprop
Gets the value of the allprop property.- Gibt zurück:
- possible object is
Allprop
-
setAllprop
Sets the value of the allprop property.- Parameter:
value
- allowed object isAllprop
-
getPropname
Gets the value of the propname property.- Gibt zurück:
- possible object is
Propname
-
setPropname
Sets the value of the propname property.- Parameter:
value
- allowed object isPropname
-
getProp
Gets the value of the prop property.- Gibt zurück:
- possible object is
Prop
-
setProp
Sets the value of the prop property.- Parameter:
value
- allowed object isProp
-