Class DocItems
- All Implemented Interfaces:
Serializable
Java class for docItems complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="docItems">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="upperItem" type="{http://www.emc.com/d2fs/models/item}item" minOccurs="0"/>
<element ref="{http://www.emc.com/d2fs/models/item}items" maxOccurs="unbounded" minOccurs="0"/>
<element name="repository" type="{http://www.emc.com/d2fs/models/repository}repository" minOccurs="0"/>
<element name="workflow_details" type="{http://www.emc.com/d2fs/models/workflow_details}workflow_details" minOccurs="0"/>
<element name="columnPreference" type="{http://www.emc.com/d2fs/models/preference}columnPreference" minOccurs="0"/>
<element name="customData" type="{http://www.emc.com/d2fs/models/attribute}attribute" maxOccurs="unbounded" minOccurs="0"/>
<element name="pageDetails" type="{http://www.emc.com/d2fs/models/context}pagingParam" minOccurs="0"/>
</sequence>
<attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="menuType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dragSourceEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="dropTargetEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="exportToExcelEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="changeColumnsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="multiSelectionEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="nbItemPerPage" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnPreference property.getCount()Gets the value of the count property.Gets the value of the customData property.getItems()Gets the value of the items property.Gets the value of the menuType property.Gets the value of the nbItemPerPage property.Gets the value of the pageDetails property.Gets the value of the repository property.getUid()Gets the value of the uid property.Gets the value of the upperItem property.Gets the value of the workflowDetails property.Gets the value of the changeColumnsEnabled property.Gets the value of the dragSourceEnabled property.Gets the value of the dropTargetEnabled property.Gets the value of the exportToExcelEnabled property.Gets the value of the multiSelectionEnabled property.voidsetChangeColumnsEnabled(Boolean value) Sets the value of the changeColumnsEnabled property.voidSets the value of the columnPreference property.voidSets the value of the count property.voidsetDragSourceEnabled(Boolean value) Sets the value of the dragSourceEnabled property.voidsetDropTargetEnabled(Boolean value) Sets the value of the dropTargetEnabled property.voidsetExportToExcelEnabled(Boolean value) Sets the value of the exportToExcelEnabled property.voidsetMenuType(String value) Sets the value of the menuType property.voidsetMultiSelectionEnabled(Boolean value) Sets the value of the multiSelectionEnabled property.voidsetNbItemPerPage(Integer value) Sets the value of the nbItemPerPage property.voidsetPageDetails(PagingParam value) Sets the value of the pageDetails property.voidsetRepository(Repository value) Sets the value of the repository property.voidSets the value of the uid property.voidsetUpperItem(Item value) Sets the value of the upperItem property.voidSets the value of the workflowDetails property.
-
Constructor Details
-
DocItems
public DocItems()
-
-
Method Details
-
getUpperItem
Gets the value of the upperItem property.- Returns:
- possible object is
Item
-
setUpperItem
Sets the value of the upperItem property.- Parameters:
value- allowed object isItem
-
getItems
Gets the value of the items property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the items property.For example, to add a new item, do as follows:
getItems().add(newItem);Objects of the following type(s) are allowed in the list
Item -
getRepository
Gets the value of the repository property.- Returns:
- possible object is
Repository
-
setRepository
Sets the value of the repository property.- Parameters:
value- allowed object isRepository
-
getWorkflowDetails
Gets the value of the workflowDetails property.- Returns:
- possible object is
WorkflowDetails
-
setWorkflowDetails
Sets the value of the workflowDetails property.- Parameters:
value- allowed object isWorkflowDetails
-
getColumnPreference
Gets the value of the columnPreference property.- Returns:
- possible object is
ColumnPreference
-
setColumnPreference
Sets the value of the columnPreference property.- Parameters:
value- allowed object isColumnPreference
-
getCustomData
Gets the value of the customData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the customData property.For example, to add a new item, do as follows:
getCustomData().add(newItem);Objects of the following type(s) are allowed in the list
Attribute -
getPageDetails
Gets the value of the pageDetails property.- Returns:
- possible object is
PagingParam
-
setPageDetails
Sets the value of the pageDetails property.- Parameters:
value- allowed object isPagingParam
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
String
-
setUid
Sets the value of the uid property.- Parameters:
value- allowed object isString
-
getCount
Gets the value of the count property.- Returns:
- possible object is
Integer
-
setCount
Sets the value of the count property.- Parameters:
value- allowed object isInteger
-
getMenuType
Gets the value of the menuType property.- Returns:
- possible object is
String
-
setMenuType
Sets the value of the menuType property.- Parameters:
value- allowed object isString
-
isDragSourceEnabled
Gets the value of the dragSourceEnabled property.- Returns:
- possible object is
Boolean
-
setDragSourceEnabled
Sets the value of the dragSourceEnabled property.- Parameters:
value- allowed object isBoolean
-
isDropTargetEnabled
Gets the value of the dropTargetEnabled property.- Returns:
- possible object is
Boolean
-
setDropTargetEnabled
Sets the value of the dropTargetEnabled property.- Parameters:
value- allowed object isBoolean
-
isExportToExcelEnabled
Gets the value of the exportToExcelEnabled property.- Returns:
- possible object is
Boolean
-
setExportToExcelEnabled
Sets the value of the exportToExcelEnabled property.- Parameters:
value- allowed object isBoolean
-
isChangeColumnsEnabled
Gets the value of the changeColumnsEnabled property.- Returns:
- possible object is
Boolean
-
setChangeColumnsEnabled
Sets the value of the changeColumnsEnabled property.- Parameters:
value- allowed object isBoolean
-
isMultiSelectionEnabled
Gets the value of the multiSelectionEnabled property.- Returns:
- possible object is
Boolean
-
setMultiSelectionEnabled
Sets the value of the multiSelectionEnabled property.- Parameters:
value- allowed object isBoolean
-
getNbItemPerPage
Gets the value of the nbItemPerPage property.- Returns:
- possible object is
Integer
-
setNbItemPerPage
Sets the value of the nbItemPerPage property.- Parameters:
value- allowed object isInteger
-