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, setTooltip
protected 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()
String
public void setTheme(String value)
value
- allowed object is
String
public String toString()
toString
in class AbstractDisplayType
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
hashCode
in class AbstractDisplayType
public int hashCode()
hashCode
in class AbstractDisplayType
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
equals
in class AbstractDisplayType
public boolean equals(Object object)
equals
in class AbstractDisplayType
public FormDisplayType clone()
clone
in class AbstractDisplayType
Copyright © 2016 Evolveum. All rights reserved.