|
|||||||||
| 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 | |
|---|---|
Date |
getDateCreated()
Gets the value of the dateCreated property. |
Date |
getDateLastModified()
Gets the value of the dateLastModified property. |
String |
getDescription()
Gets the value of the description property. |
XmlValueXto |
getMetaData()
Gets the value of the metaData property. |
QName |
getMetaDataType()
Gets the value of the metaDataType property. |
String |
getName()
Gets the value of the name property. |
String |
getOwner()
Gets the value of the owner property. |
void |
setDateCreated(Date value)
Sets the value of the dateCreated property. |
void |
setDateLastModified(Date value)
Sets the value of the dateLastModified property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setMetaData(XmlValueXto value)
Sets the value of the metaData property. |
void |
setMetaDataType(QName value)
Sets the value of the metaDataType property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOwner(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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic Date getDateCreated()
Stringpublic void setDateCreated(Date value)
value - allowed object is
Stringpublic Date getDateLastModified()
Stringpublic void setDateLastModified(Date value)
value - allowed object is
Stringpublic QName getMetaDataType()
QNamepublic void setMetaDataType(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 | ||||||||