public class FormDisplayType extends AbstractDisplayType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for FormDisplayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormDisplayType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractDisplayType">
<sequence>
<element name="theme" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_THEME |
protected String |
theme |
cssClass, cssStyle, F_CSS_CLASS, F_CSS_STYLE, F_HELP, F_LABEL, F_TOOLTIP, help, label, tooltip| Constructor and Description |
|---|
FormDisplayType()
Creates a new
FormDisplayType instance. |
FormDisplayType(FormDisplayType o)
Creates a new
FormDisplayType instance by deeply copying a given FormDisplayType instance. |
| Modifier and Type | Method and Description |
|---|---|
FormDisplayType |
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) |
String |
getTheme()
Gets the value of the theme property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setTheme(String value)
Sets the value of the theme property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getCssClass, getCssStyle, getHelp, getLabel, getTooltip, setCssClass, setCssStyle, setHelp, setLabel, setTooltipprotected String theme
public static final QName COMPLEX_TYPE
public static final QName F_THEME
public FormDisplayType()
FormDisplayType instance.public FormDisplayType(FormDisplayType o)
FormDisplayType instance by deeply copying a given FormDisplayType instance.o - The instance to copy.NullPointerException - if o is null.public String getTheme()
Stringpublic void setTheme(String value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractDisplayTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractDisplayTypepublic int hashCode()
hashCode in class AbstractDisplayTypepublic 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.Equalsequals in class AbstractDisplayTypepublic boolean equals(Object object)
equals in class AbstractDisplayTypepublic FormDisplayType clone()
clone in class AbstractDisplayTypeCopyright © 2016 Evolveum. All rights reserved.