public class FolderXto extends FolderInfoXto
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 and Description |
|---|
FolderXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDateCreated, getDateLastModified, getDescription, getMetaData, getMetaDataType, getName, getOwner, setDateCreated, setDateLastModified, setDescription, setMetaData, setMetaDataType, setName, setOwnerpublic void setId(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic FolderLevelOfDetailXto getLevelOfDetail()
FolderLevelOfDetailXtopublic void setLevelOfDetail(FolderLevelOfDetailXto value)
value - allowed object is
FolderLevelOfDetailXtopublic Integer getDocumentCount()
Integerpublic void setDocumentCount(Integer value)
value - allowed object is
Integerpublic DocumentsXto getDocuments()
DocumentsXtopublic void setDocuments(DocumentsXto value)
value - allowed object is
DocumentsXtopublic Integer getFolderCount()
Integerpublic void setFolderCount(Integer value)
value - allowed object is
Integerpublic FoldersXto getFolders()
FoldersXtopublic void setFolders(FoldersXto value)
value - allowed object is
FoldersXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.