public class AdminGuiConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for AdminGuiConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdminGuiConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="additionalMenuLink" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RichHyperlinkType" maxOccurs="unbounded" minOccurs="0"/> <element name="userDashboardLink" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RichHyperlinkType" maxOccurs="unbounded" minOccurs="0"/> <element name="objectLists" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListsType" minOccurs="0"/> <element name="objectForms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectFormsType" minOccurs="0"/> <element name="objectDetails" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectDetailsSetType" minOccurs="0"/> <element name="userDashboard" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DashboardLayoutType" minOccurs="0"/> <element name="defaultTimezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="preferredDataLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="enableExperimentalFeatures" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="defaultExportSettings" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiExportSettingsType" minOccurs="0"/> <element name="feature" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType" maxOccurs="unbounded" minOccurs="0"/> <element name="feedbackMessagesHook" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FeedbackMessagesHookType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AdminGuiConfigurationType()
Creates a new
AdminGuiConfigurationType instance. |
AdminGuiConfigurationType(AdminGuiConfigurationType o)
Creates a new
AdminGuiConfigurationType instance by deeply copying a given AdminGuiConfigurationType instance. |
protected List<RichHyperlinkType> additionalMenuLink
protected List<RichHyperlinkType> userDashboardLink
protected GuiObjectListsType objectLists
protected ObjectFormsType objectForms
protected GuiObjectDetailsSetType objectDetails
protected DashboardLayoutType userDashboard
protected String defaultTimezone
protected String preferredDataLanguage
protected Boolean enableExperimentalFeatures
protected GuiExportSettingsType defaultExportSettings
protected List<UserInterfaceFeatureType> feature
protected FeedbackMessagesHookType feedbackMessagesHook
public static final QName COMPLEX_TYPE
public static final QName F_ADDITIONAL_MENU_LINK
public static final QName F_USER_DASHBOARD_LINK
public static final QName F_OBJECT_LISTS
public static final QName F_OBJECT_FORMS
public static final QName F_OBJECT_DETAILS
public static final QName F_USER_DASHBOARD
public static final QName F_DEFAULT_TIMEZONE
public static final QName F_PREFERRED_DATA_LANGUAGE
public static final QName F_ENABLE_EXPERIMENTAL_FEATURES
public static final QName F_DEFAULT_EXPORT_SETTINGS
public static final QName F_FEATURE
public static final QName F_FEEDBACK_MESSAGES_HOOK
public AdminGuiConfigurationType()
AdminGuiConfigurationType
instance.public AdminGuiConfigurationType(AdminGuiConfigurationType o)
AdminGuiConfigurationType
instance by deeply copying a given AdminGuiConfigurationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public List<RichHyperlinkType> getAdditionalMenuLink()
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 additionalMenuLink property.
For example, to add a new item, do as follows:
getAdditionalMenuLink().add(newItem);
Objects of the following type(s) are allowed in the list
RichHyperlinkType
public List<RichHyperlinkType> getUserDashboardLink()
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 userDashboardLink property.
For example, to add a new item, do as follows:
getUserDashboardLink().add(newItem);
Objects of the following type(s) are allowed in the list
RichHyperlinkType
public GuiObjectListsType getObjectLists()
GuiObjectListsType
public void setObjectLists(GuiObjectListsType value)
value
- allowed object is
GuiObjectListsType
public ObjectFormsType getObjectForms()
ObjectFormsType
public void setObjectForms(ObjectFormsType value)
value
- allowed object is
ObjectFormsType
public GuiObjectDetailsSetType getObjectDetails()
GuiObjectDetailsSetType
public void setObjectDetails(GuiObjectDetailsSetType value)
value
- allowed object is
GuiObjectDetailsSetType
public DashboardLayoutType getUserDashboard()
DashboardLayoutType
public void setUserDashboard(DashboardLayoutType value)
value
- allowed object is
DashboardLayoutType
public String getDefaultTimezone()
String
public void setDefaultTimezone(String value)
value
- allowed object is
String
public String getPreferredDataLanguage()
String
public void setPreferredDataLanguage(String value)
value
- allowed object is
String
public Boolean isEnableExperimentalFeatures()
Boolean
public void setEnableExperimentalFeatures(Boolean value)
value
- allowed object is
Boolean
public GuiExportSettingsType getDefaultExportSettings()
GuiExportSettingsType
public void setDefaultExportSettings(GuiExportSettingsType value)
value
- allowed object is
GuiExportSettingsType
public List<UserInterfaceFeatureType> getFeature()
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 feature property.
For example, to add a new item, do as follows:
getFeature().add(newItem);
Objects of the following type(s) are allowed in the list
UserInterfaceFeatureType
public FeedbackMessagesHookType getFeedbackMessagesHook()
FeedbackMessagesHookType
public void setFeedbackMessagesHook(FeedbackMessagesHookType value)
value
- allowed object is
FeedbackMessagesHookType
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public AdminGuiConfigurationType additionalMenuLink(RichHyperlinkType value)
public RichHyperlinkType beginAdditionalMenuLink()
public AdminGuiConfigurationType userDashboardLink(RichHyperlinkType value)
public RichHyperlinkType beginUserDashboardLink()
public AdminGuiConfigurationType objectLists(GuiObjectListsType value)
public GuiObjectListsType beginObjectLists()
public AdminGuiConfigurationType objectForms(ObjectFormsType value)
public ObjectFormsType beginObjectForms()
public AdminGuiConfigurationType objectDetails(GuiObjectDetailsSetType value)
public GuiObjectDetailsSetType beginObjectDetails()
public AdminGuiConfigurationType userDashboard(DashboardLayoutType value)
public DashboardLayoutType beginUserDashboard()
public AdminGuiConfigurationType defaultTimezone(String value)
public AdminGuiConfigurationType preferredDataLanguage(String value)
public AdminGuiConfigurationType enableExperimentalFeatures(Boolean value)
public AdminGuiConfigurationType defaultExportSettings(GuiExportSettingsType value)
public GuiExportSettingsType beginDefaultExportSettings()
public AdminGuiConfigurationType feature(UserInterfaceFeatureType value)
public UserInterfaceFeatureType beginFeature()
public AdminGuiConfigurationType feedbackMessagesHook(FeedbackMessagesHookType value)
public FeedbackMessagesHookType beginFeedbackMessagesHook()
public AdminGuiConfigurationType clone()
Copyright © 2017 Evolveum. All rights reserved.