|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ResourceInfoXto
org.eclipse.stardust.engine.api.ws.FolderInfoXto
org.eclipse.stardust.engine.api.ws.FolderXto
public class FolderXto
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 |
|---|
public FolderXto()
| Method Detail |
|---|
public String getId()
Stringpublic 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
FoldersXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||