|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ResourceInfoXto
public class ResourceInfoXto
Holds base information of a resource. The resource can either be a document or folder.
Java class for ResourceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="metaDataType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="metaData" type="{http://eclipse.org/stardust/ws/v2012a/api}XmlValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ResourceInfoXto()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getDateCreated()
Gets the value of the dateCreated property. |
java.util.Date |
getDateLastModified()
Gets the value of the dateLastModified property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
XmlValueXto |
getMetaData()
Gets the value of the metaData property. |
javax.xml.namespace.QName |
getMetaDataType()
Gets the value of the metaDataType property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
void |
setDateCreated(java.util.Date value)
Sets the value of the dateCreated property. |
void |
setDateLastModified(java.util.Date value)
Sets the value of the dateLastModified property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setMetaData(XmlValueXto value)
Sets the value of the metaData property. |
void |
setMetaDataType(javax.xml.namespace.QName value)
Sets the value of the metaDataType property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceInfoXto()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOwner()
Stringpublic void setOwner(java.lang.String value)
value - allowed object is
Stringpublic java.util.Date getDateCreated()
Stringpublic void setDateCreated(java.util.Date value)
value - allowed object is
Stringpublic java.util.Date getDateLastModified()
Stringpublic void setDateLastModified(java.util.Date value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getMetaDataType()
QNamepublic void setMetaDataType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic XmlValueXto getMetaData()
XmlValueXtopublic void setMetaData(XmlValueXto value)
value - allowed object is
XmlValueXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||