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