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="objectForms" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectFormsType" minOccurs="0"/>
<element name="defaultTimezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RichHyperlinkType> |
additionalMenuLink |
static QName |
COMPLEX_TYPE |
protected String |
defaultTimezone |
static QName |
F_ADDITIONAL_MENU_LINK |
static QName |
F_DEFAULT_TIMEZONE |
static QName |
F_OBJECT_FORMS |
static QName |
F_USER_DASHBOARD_LINK |
protected ObjectFormsType |
objectForms |
protected List<RichHyperlinkType> |
userDashboardLink |
| Constructor and Description |
|---|
AdminGuiConfigurationType()
Creates a new
AdminGuiConfigurationType instance. |
AdminGuiConfigurationType(AdminGuiConfigurationType o)
Creates a new
AdminGuiConfigurationType instance by deeply copying a given AdminGuiConfigurationType instance. |
| Modifier and Type | Method and Description |
|---|---|
AdminGuiConfigurationType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
List<RichHyperlinkType> |
getAdditionalMenuLink()
Gets the value of the additionalMenuLink property.
|
String |
getDefaultTimezone()
Gets the value of the defaultTimezone property.
|
ObjectFormsType |
getObjectForms()
Gets the value of the objectForms property.
|
List<RichHyperlinkType> |
getUserDashboardLink()
Gets the value of the userDashboardLink property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDefaultTimezone(String value)
Sets the value of the defaultTimezone property.
|
void |
setObjectForms(ObjectFormsType value)
Sets the value of the objectForms property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected List<RichHyperlinkType> additionalMenuLink
protected List<RichHyperlinkType> userDashboardLink
protected ObjectFormsType objectForms
protected String defaultTimezone
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_FORMS
public static final QName F_DEFAULT_TIMEZONE
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 ObjectFormsType getObjectForms()
ObjectFormsTypepublic void setObjectForms(ObjectFormsType value)
value - allowed object is
ObjectFormsTypepublic String getDefaultTimezone()
Stringpublic void setDefaultTimezone(String value)
value - allowed object is
Stringpublic 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.HashCodepublic 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.Equalspublic AdminGuiConfigurationType clone()
Copyright © 2016 Evolveum. All rights reserved.