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

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

public class FolderInfoXto
extends ResourceInfoXto

Holds basic information for a document.

Java class for FolderInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FolderInfo">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ResourceInfo">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
FolderInfoXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ResourceInfoXto
getDateCreated, getDateLastModified, getDescription, getMetaData, getMetaDataType, getName, getOwner, setDateCreated, setDateLastModified, setDescription, setMetaData, setMetaDataType, setName, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderInfoXto

public FolderInfoXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.