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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ResourceInfoXto
      extended by org.eclipse.stardust.engine.api.ws.FolderInfoXto
          extended by org.eclipse.stardust.engine.api.ws.FolderXto

public class FolderXto
extends FolderInfoXto

Represents the state of a folder.

Java class for Folder complex type.

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

 <complexType name="Folder">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}FolderInfo">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="levelOfDetail" type="{http://eclipse.org/stardust/ws/v2012a/api}FolderLevelOfDetail"/>
         <element name="documentCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="documents" type="{http://eclipse.org/stardust/ws/v2012a/api}Documents" minOccurs="0"/>
         <element name="folderCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="folders" type="{http://eclipse.org/stardust/ws/v2012a/api}Folders" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
FolderXto()
           
 
Method Summary
 Integer getDocumentCount()
          Gets the value of the documentCount property.
 DocumentsXto getDocuments()
          Gets the value of the documents property.
 Integer getFolderCount()
          Gets the value of the folderCount property.
 FoldersXto getFolders()
          Gets the value of the folders property.
 String getId()
          Gets the value of the id property.
 FolderLevelOfDetailXto getLevelOfDetail()
          Gets the value of the levelOfDetail property.
 String getPath()
          Gets the value of the path property.
 void setDocumentCount(Integer value)
          Sets the value of the documentCount property.
 void setDocuments(DocumentsXto value)
          Sets the value of the documents property.
 void setFolderCount(Integer value)
          Sets the value of the folderCount property.
 void setFolders(FoldersXto value)
          Sets the value of the folders property.
 void setId(String value)
          Sets the value of the id property.
 void setLevelOfDetail(FolderLevelOfDetailXto value)
          Sets the value of the levelOfDetail property.
 void setPath(String value)
          Sets the value of the path property.
 
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

FolderXto

public FolderXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getLevelOfDetail

public FolderLevelOfDetailXto getLevelOfDetail()
Gets the value of the levelOfDetail property.

Returns:
possible object is FolderLevelOfDetailXto

setLevelOfDetail

public void setLevelOfDetail(FolderLevelOfDetailXto value)
Sets the value of the levelOfDetail property.

Parameters:
value - allowed object is FolderLevelOfDetailXto

getDocumentCount

public Integer getDocumentCount()
Gets the value of the documentCount property.

Returns:
possible object is Integer

setDocumentCount

public void setDocumentCount(Integer value)
Sets the value of the documentCount property.

Parameters:
value - allowed object is Integer

getDocuments

public DocumentsXto getDocuments()
Gets the value of the documents property.

Returns:
possible object is DocumentsXto

setDocuments

public void setDocuments(DocumentsXto value)
Sets the value of the documents property.

Parameters:
value - allowed object is DocumentsXto

getFolderCount

public Integer getFolderCount()
Gets the value of the folderCount property.

Returns:
possible object is Integer

setFolderCount

public void setFolderCount(Integer value)
Sets the value of the folderCount property.

Parameters:
value - allowed object is Integer

getFolders

public FoldersXto getFolders()
Gets the value of the folders property.

Returns:
possible object is FoldersXto

setFolders

public void setFolders(FoldersXto value)
Sets the value of the folders property.

Parameters:
value - allowed object is FoldersXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.