|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.sardine.model.Prop
public class Prop
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"> <all> <element ref="{DAV:}creationdate" minOccurs="0"/> <element ref="{DAV:}displayname" minOccurs="0"/> <element ref="{DAV:}getcontentlanguage" minOccurs="0"/> <element ref="{DAV:}getcontentlength" minOccurs="0"/> <element ref="{DAV:}getcontenttype" minOccurs="0"/> <element ref="{DAV:}getetag" minOccurs="0"/> <element ref="{DAV:}getlastmodified" minOccurs="0"/> <element ref="{DAV:}lockdiscovery" minOccurs="0"/> <element ref="{DAV:}resourcetype" minOccurs="0"/> <element ref="{DAV:}supportedlock" minOccurs="0"/> <any/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<org.w3c.dom.Element> |
any
|
protected Creationdate |
creationdate
|
protected Displayname |
displayname
|
protected Getcontentlanguage |
getcontentlanguage
|
protected Getcontentlength |
getcontentlength
|
protected Getcontenttype |
getcontenttype
|
protected Getetag |
getetag
|
protected Getlastmodified |
getlastmodified
|
protected Lockdiscovery |
lockdiscovery
|
protected Resourcetype |
resourcetype
|
protected Supportedlock |
supportedlock
|
Constructor Summary | |
---|---|
Prop()
|
Method Summary | |
---|---|
java.util.List<org.w3c.dom.Element> |
getAny()
Gets the value of the any property. |
Creationdate |
getCreationdate()
Gets the value of the creationdate property. |
Displayname |
getDisplayname()
Gets the value of the displayname property. |
Getcontentlanguage |
getGetcontentlanguage()
Gets the value of the getcontentlanguage property. |
Getcontentlength |
getGetcontentlength()
Gets the value of the getcontentlength property. |
Getcontenttype |
getGetcontenttype()
Gets the value of the getcontenttype property. |
Getetag |
getGetetag()
Gets the value of the getetag property. |
Getlastmodified |
getGetlastmodified()
Gets the value of the getlastmodified property. |
Lockdiscovery |
getLockdiscovery()
Gets the value of the lockdiscovery property. |
Resourcetype |
getResourcetype()
Gets the value of the resourcetype property. |
Supportedlock |
getSupportedlock()
Gets the value of the supportedlock property. |
void |
setCreationdate(Creationdate value)
Sets the value of the creationdate property. |
void |
setDisplayname(Displayname value)
Sets the value of the displayname property. |
void |
setGetcontentlanguage(Getcontentlanguage value)
Sets the value of the getcontentlanguage property. |
void |
setGetcontentlength(Getcontentlength value)
Sets the value of the getcontentlength property. |
void |
setGetcontenttype(Getcontenttype value)
Sets the value of the getcontenttype property. |
void |
setGetetag(Getetag value)
Sets the value of the getetag property. |
void |
setGetlastmodified(Getlastmodified value)
Sets the value of the getlastmodified property. |
void |
setLockdiscovery(Lockdiscovery value)
Sets the value of the lockdiscovery property. |
void |
setResourcetype(Resourcetype value)
Sets the value of the resourcetype property. |
void |
setSupportedlock(Supportedlock value)
Sets the value of the supportedlock property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Creationdate creationdate
protected Displayname displayname
protected Getcontentlanguage getcontentlanguage
protected Getcontentlength getcontentlength
protected Getcontenttype getcontenttype
protected Getetag getetag
protected Getlastmodified getlastmodified
protected Lockdiscovery lockdiscovery
protected Resourcetype resourcetype
protected Supportedlock supportedlock
protected java.util.List<org.w3c.dom.Element> any
Constructor Detail |
---|
public Prop()
Method Detail |
---|
public Creationdate getCreationdate()
Creationdate
public void setCreationdate(Creationdate value)
value
- allowed object is
Creationdate
public Displayname getDisplayname()
Displayname
public void setDisplayname(Displayname value)
value
- allowed object is
Displayname
public Getcontentlanguage getGetcontentlanguage()
Getcontentlanguage
public void setGetcontentlanguage(Getcontentlanguage value)
value
- allowed object is
Getcontentlanguage
public Getcontentlength getGetcontentlength()
Getcontentlength
public void setGetcontentlength(Getcontentlength value)
value
- allowed object is
Getcontentlength
public Getcontenttype getGetcontenttype()
Getcontenttype
public void setGetcontenttype(Getcontenttype value)
value
- allowed object is
Getcontenttype
public Getetag getGetetag()
Getetag
public void setGetetag(Getetag value)
value
- allowed object is
Getetag
public Getlastmodified getGetlastmodified()
Getlastmodified
public void setGetlastmodified(Getlastmodified value)
value
- allowed object is
Getlastmodified
public Lockdiscovery getLockdiscovery()
Lockdiscovery
public void setLockdiscovery(Lockdiscovery value)
value
- allowed object is
Lockdiscovery
public Resourcetype getResourcetype()
Resourcetype
public void setResourcetype(Resourcetype value)
value
- allowed object is
Resourcetype
public Supportedlock getSupportedlock()
Supportedlock
public void setSupportedlock(Supportedlock value)
value
- allowed object is
Supportedlock
public java.util.List<org.w3c.dom.Element> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |