public class FormDisplayType extends DisplayType 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}DisplayType"> <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.
|
FormDisplayType |
cssClass(String value) |
FormDisplayType |
cssStyle(String value) |
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) |
FormDisplayType |
help(String value) |
FormDisplayType |
label(String value) |
void |
setTheme(String value)
Sets the value of the theme property.
|
FormDisplayType |
theme(String value) |
FormDisplayType |
tooltip(String value) |
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 DisplayType
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 DisplayType
public int hashCode()
hashCode
in class DisplayType
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 DisplayType
public boolean equals(Object object)
equals
in class DisplayType
public FormDisplayType theme(String value)
public FormDisplayType label(String value)
label
in class DisplayType
public FormDisplayType tooltip(String value)
tooltip
in class DisplayType
public FormDisplayType help(String value)
help
in class DisplayType
public FormDisplayType cssStyle(String value)
cssStyle
in class DisplayType
public FormDisplayType cssClass(String value)
cssClass
in class DisplayType
public FormDisplayType clone()
clone
in class DisplayType
Copyright © 2017 Evolveum. All rights reserved.