|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wink.webdav.model.Set
public class Set
The set XML element per the WebDAV specification [RFC 4918]
Name: set
Namespace: DAV:
Purpose: Lists the DAV property values to be set for a resource.
Description: The set XML element MUST contain only a prop XML
element. The elements contained by the prop XML element inside the
set XML element MUST specify the name and value of properties that
are set on the resource identified by Request-URI. If a property
already exists then its value is replaced. Language tagging
information in the property's value (in the "xml:lang" attribute, if
present) MUST be persistently stored along with the property, and
MUST be subsequently retrievable using PROPFIND.
<!ELEMENT set (prop) >
| Field Summary | |
|---|---|
protected Prop |
prop
|
| Constructor Summary | |
|---|---|
Set()
|
|
| Method Summary | |
|---|---|
Prop |
getProp()
Gets the value of the prop property. |
void |
setProp(Prop value)
Sets the value of the prop property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Prop prop
| Constructor Detail |
|---|
public Set()
| Method Detail |
|---|
public Prop getProp()
Proppublic 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 | ||||||||||