Class Preference
- All Implemented Interfaces:
Serializable
Java class for preference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="preference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="column" type="{http://www.emc.com/d2fs/models/preference}column" maxOccurs="unbounded" minOccurs="0"/>
<element name="columnPreferences" type="{http://www.emc.com/d2fs/models/preference}columnPreference" maxOccurs="unbounded" minOccurs="0"/>
<element name="d2SVWidgetPreferences" type="{http://www.emc.com/d2fs/models/preference}d2SVWidgetPreference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="folderBefore" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="group_by" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="group_by_widget" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="folderHidden" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="formatDate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="formatDateTime" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="formatDateInput" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="formatDateTimeInput" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeEnabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="thumbnailFormat" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="thumbnailSize" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contentViewMode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="vdShowNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="vdShowVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="paginationNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="assistColKeyType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="templateView" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="svAccessibleCompliant" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="svBrowserPluginMode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="searchHighlightEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="searchSummaryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="svLandingPage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="taskWidgetTabOptions" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ivQuickviewOption" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assistColKeyType property.Gets the value of the column property.Gets the value of the columnPreferences property.Gets the value of the contentViewMode property.Gets the value of the d2SVWidgetPreferences property.Gets the value of the formatDate property.Gets the value of the formatDateInput property.Gets the value of the formatDateTime property.Gets the value of the formatDateTimeInput property.Gets the value of the groupBy property.Gets the value of the groupByWidget property.Gets the value of the language property.intGets the value of the paginationNumber property.Gets the value of the svBrowserPluginMode property.Gets the value of the svLandingPage property.Gets the value of the templateView property.Gets the value of the thumbnailFormat property.Gets the value of the thumbnailSize property.booleanGets the value of the folderBefore property.booleanGets the value of the folderHidden property.Gets the value of the ivQuickviewOption property.Gets the value of the searchHighlightEnabled property.Gets the value of the searchSummaryEnabled property.Gets the value of the svAccessibleCompliant property.Gets the value of the taskWidgetTabOptions property.booleanGets the value of the timeEnabled property.booleanGets the value of the vdShowNumber property.booleanGets the value of the vdShowVersion property.voidsetAssistColKeyType(String value) Sets the value of the assistColKeyType property.voidsetContentViewMode(String value) Sets the value of the contentViewMode property.voidsetFolderBefore(boolean value) Sets the value of the folderBefore property.voidsetFolderHidden(boolean value) Sets the value of the folderHidden property.voidsetFormatDate(String value) Sets the value of the formatDate property.voidsetFormatDateInput(String value) Sets the value of the formatDateInput property.voidsetFormatDateTime(String value) Sets the value of the formatDateTime property.voidsetFormatDateTimeInput(String value) Sets the value of the formatDateTimeInput property.voidsetGroupBy(String value) Sets the value of the groupBy property.voidsetGroupByWidget(String value) Sets the value of the groupByWidget property.voidsetIvQuickviewOption(Boolean value) Sets the value of the ivQuickviewOption property.voidsetLanguage(String value) Sets the value of the language property.voidsetPaginationNumber(int value) Sets the value of the paginationNumber property.voidsetSearchHighlightEnabled(Boolean value) Sets the value of the searchHighlightEnabled property.voidsetSearchSummaryEnabled(Boolean value) Sets the value of the searchSummaryEnabled property.voidsetSvAccessibleCompliant(Boolean value) Sets the value of the svAccessibleCompliant property.voidsetSvBrowserPluginMode(String value) Sets the value of the svBrowserPluginMode property.voidsetSvLandingPage(String value) Sets the value of the svLandingPage property.voidsetTaskWidgetTabOptions(Boolean value) Sets the value of the taskWidgetTabOptions property.voidsetTemplateView(String value) Sets the value of the templateView property.voidsetThumbnailFormat(String value) Sets the value of the thumbnailFormat property.voidsetThumbnailSize(String value) Sets the value of the thumbnailSize property.voidsetTimeEnabled(boolean value) Sets the value of the timeEnabled property.voidsetVdShowNumber(boolean value) Sets the value of the vdShowNumber property.voidsetVdShowVersion(boolean value) Sets the value of the vdShowVersion property.
-
Constructor Details
-
Preference
public Preference()
-
-
Method Details
-
getColumn
Gets the value of the column 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 column property.For example, to add a new item, do as follows:
getColumn().add(newItem);Objects of the following type(s) are allowed in the list
Column -
getColumnPreferences
Gets the value of the columnPreferences 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 columnPreferences property.For example, to add a new item, do as follows:
getColumnPreferences().add(newItem);Objects of the following type(s) are allowed in the list
ColumnPreference -
getD2SVWidgetPreferences
Gets the value of the d2SVWidgetPreferences 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 d2SVWidgetPreferences property.For example, to add a new item, do as follows:
getD2SVWidgetPreferences().add(newItem);Objects of the following type(s) are allowed in the list
D2SVWidgetPreference -
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
isFolderBefore
public boolean isFolderBefore()Gets the value of the folderBefore property. -
setFolderBefore
public void setFolderBefore(boolean value) Sets the value of the folderBefore property. -
getGroupBy
Gets the value of the groupBy property.- Returns:
- possible object is
String
-
setGroupBy
Sets the value of the groupBy property.- Parameters:
value- allowed object isString
-
getGroupByWidget
Gets the value of the groupByWidget property.- Returns:
- possible object is
String
-
setGroupByWidget
Sets the value of the groupByWidget property.- Parameters:
value- allowed object isString
-
isFolderHidden
public boolean isFolderHidden()Gets the value of the folderHidden property. -
setFolderHidden
public void setFolderHidden(boolean value) Sets the value of the folderHidden property. -
getFormatDate
Gets the value of the formatDate property.- Returns:
- possible object is
String
-
setFormatDate
Sets the value of the formatDate property.- Parameters:
value- allowed object isString
-
getFormatDateTime
Gets the value of the formatDateTime property.- Returns:
- possible object is
String
-
setFormatDateTime
Sets the value of the formatDateTime property.- Parameters:
value- allowed object isString
-
getFormatDateInput
Gets the value of the formatDateInput property.- Returns:
- possible object is
String
-
setFormatDateInput
Sets the value of the formatDateInput property.- Parameters:
value- allowed object isString
-
getFormatDateTimeInput
Gets the value of the formatDateTimeInput property.- Returns:
- possible object is
String
-
setFormatDateTimeInput
Sets the value of the formatDateTimeInput property.- Parameters:
value- allowed object isString
-
isTimeEnabled
public boolean isTimeEnabled()Gets the value of the timeEnabled property. -
setTimeEnabled
public void setTimeEnabled(boolean value) Sets the value of the timeEnabled property. -
getThumbnailFormat
Gets the value of the thumbnailFormat property.- Returns:
- possible object is
String
-
setThumbnailFormat
Sets the value of the thumbnailFormat property.- Parameters:
value- allowed object isString
-
getThumbnailSize
Gets the value of the thumbnailSize property.- Returns:
- possible object is
String
-
setThumbnailSize
Sets the value of the thumbnailSize property.- Parameters:
value- allowed object isString
-
getContentViewMode
Gets the value of the contentViewMode property.- Returns:
- possible object is
String
-
setContentViewMode
Sets the value of the contentViewMode property.- Parameters:
value- allowed object isString
-
isVdShowNumber
public boolean isVdShowNumber()Gets the value of the vdShowNumber property. -
setVdShowNumber
public void setVdShowNumber(boolean value) Sets the value of the vdShowNumber property. -
isVdShowVersion
public boolean isVdShowVersion()Gets the value of the vdShowVersion property. -
setVdShowVersion
public void setVdShowVersion(boolean value) Sets the value of the vdShowVersion property. -
getPaginationNumber
public int getPaginationNumber()Gets the value of the paginationNumber property. -
setPaginationNumber
public void setPaginationNumber(int value) Sets the value of the paginationNumber property. -
getAssistColKeyType
Gets the value of the assistColKeyType property.- Returns:
- possible object is
String
-
setAssistColKeyType
Sets the value of the assistColKeyType property.- Parameters:
value- allowed object isString
-
getTemplateView
Gets the value of the templateView property.- Returns:
- possible object is
String
-
setTemplateView
Sets the value of the templateView property.- Parameters:
value- allowed object isString
-
isSvAccessibleCompliant
Gets the value of the svAccessibleCompliant property.- Returns:
- possible object is
Boolean
-
setSvAccessibleCompliant
Sets the value of the svAccessibleCompliant property.- Parameters:
value- allowed object isBoolean
-
getSvBrowserPluginMode
Gets the value of the svBrowserPluginMode property.- Returns:
- possible object is
String
-
setSvBrowserPluginMode
Sets the value of the svBrowserPluginMode property.- Parameters:
value- allowed object isString
-
isSearchHighlightEnabled
Gets the value of the searchHighlightEnabled property.- Returns:
- possible object is
Boolean
-
setSearchHighlightEnabled
Sets the value of the searchHighlightEnabled property.- Parameters:
value- allowed object isBoolean
-
isSearchSummaryEnabled
Gets the value of the searchSummaryEnabled property.- Returns:
- possible object is
Boolean
-
setSearchSummaryEnabled
Sets the value of the searchSummaryEnabled property.- Parameters:
value- allowed object isBoolean
-
getSvLandingPage
Gets the value of the svLandingPage property.- Returns:
- possible object is
String
-
setSvLandingPage
Sets the value of the svLandingPage property.- Parameters:
value- allowed object isString
-
isTaskWidgetTabOptions
Gets the value of the taskWidgetTabOptions property.- Returns:
- possible object is
Boolean
-
setTaskWidgetTabOptions
Sets the value of the taskWidgetTabOptions property.- Parameters:
value- allowed object isBoolean
-
isIvQuickviewOption
Gets the value of the ivQuickviewOption property.- Returns:
- possible object is
Boolean
-
setIvQuickviewOption
Sets the value of the ivQuickviewOption property.- Parameters:
value- allowed object isBoolean
-