|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.sardine.model.Set
public class Set
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"> <sequence> <element ref="{DAV:}prop"/> </sequence> </restriction> </complexContent> </complexType>
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()
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 |