public class ResourceInfoXto extends Object
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 and Description |
|---|
ResourceInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
XmlValueXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.