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" /> </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.int
Gets 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.boolean
Gets the value of the folderBefore property.boolean
Gets the value of the folderHidden property.Gets the value of the searchHighlightEnabled property.Gets the value of the searchSummaryEnabled property.Gets the value of the svAccessibleCompliant property.boolean
Gets the value of the timeEnabled property.boolean
Gets the value of the vdShowNumber property.boolean
Gets the value of the vdShowVersion property.void
setAssistColKeyType
(String value) Sets the value of the assistColKeyType property.void
setContentViewMode
(String value) Sets the value of the contentViewMode property.void
setFolderBefore
(boolean value) Sets the value of the folderBefore property.void
setFolderHidden
(boolean value) Sets the value of the folderHidden property.void
setFormatDate
(String value) Sets the value of the formatDate property.void
setFormatDateInput
(String value) Sets the value of the formatDateInput property.void
setFormatDateTime
(String value) Sets the value of the formatDateTime property.void
setFormatDateTimeInput
(String value) Sets the value of the formatDateTimeInput property.void
setGroupBy
(String value) Sets the value of the groupBy property.void
setGroupByWidget
(String value) Sets the value of the groupByWidget property.void
setLanguage
(String value) Sets the value of the language property.void
setPaginationNumber
(int value) Sets the value of the paginationNumber property.void
setSearchHighlightEnabled
(Boolean value) Sets the value of the searchHighlightEnabled property.void
setSearchSummaryEnabled
(Boolean value) Sets the value of the searchSummaryEnabled property.void
setSvAccessibleCompliant
(Boolean value) Sets the value of the svAccessibleCompliant property.void
setSvBrowserPluginMode
(String value) Sets the value of the svBrowserPluginMode property.void
setSvLandingPage
(String value) Sets the value of the svLandingPage property.void
setTemplateView
(String value) Sets the value of the templateView property.void
setThumbnailFormat
(String value) Sets the value of the thumbnailFormat property.void
setThumbnailSize
(String value) Sets the value of the thumbnailSize property.void
setTimeEnabled
(boolean value) Sets the value of the timeEnabled property.void
setVdShowNumber
(boolean value) Sets the value of the vdShowNumber property.void
setVdShowVersion
(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
set
method 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
set
method 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
set
method 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
-