org.eclipse.stardust.engine.api.ws
Class ResourceInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ResourceInfoXto
Direct Known Subclasses:
DocumentInfoXto, FolderInfoXto

public class ResourceInfoXto
extends Object

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

ResourceInfoXto

public ResourceInfoXto()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getOwner

public String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

getDateCreated

public Date getDateCreated()
Gets the value of the dateCreated property.

Returns:
possible object is String

setDateCreated

public void setDateCreated(Date value)
Sets the value of the dateCreated property.

Parameters:
value - allowed object is String

getDateLastModified

public Date getDateLastModified()
Gets the value of the dateLastModified property.

Returns:
possible object is String

setDateLastModified

public void setDateLastModified(Date value)
Sets the value of the dateLastModified property.

Parameters:
value - allowed object is String

getMetaDataType

public QName getMetaDataType()
Gets the value of the metaDataType property.

Returns:
possible object is QName

setMetaDataType

public void setMetaDataType(QName value)
Sets the value of the metaDataType property.

Parameters:
value - allowed object is QName

getMetaData

public XmlValueXto getMetaData()
Gets the value of the metaData property.

Returns:
possible object is XmlValueXto

setMetaData

public void setMetaData(XmlValueXto value)
Sets the value of the metaData property.

Parameters:
value - allowed object is XmlValueXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.