public abstract class AbstractFormItemType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for AbstractFormItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractFormItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element name="ref" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormItemDisplayType" minOccurs="0"/> <element name="widget" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="availableValues" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> <element name="validation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormItemValidationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExpressionType |
availableValues |
static QName |
COMPLEX_TYPE |
protected String |
description |
protected FormItemDisplayType |
display |
static QName |
F_AVAILABLE_VALUES |
static QName |
F_DESCRIPTION |
static QName |
F_DISPLAY |
static QName |
F_NAME |
static QName |
F_REF |
static QName |
F_TYPE |
static QName |
F_VALIDATION |
static QName |
F_WIDGET |
protected String |
name |
protected com.evolveum.prism.xml.ns._public.types_3.ItemPathType |
ref |
protected QName |
type |
protected FormItemValidationType |
validation |
protected String |
widget |
Constructor and Description |
---|
AbstractFormItemType()
Creates a new
AbstractFormItemType instance. |
AbstractFormItemType(AbstractFormItemType o)
Creates a new
AbstractFormItemType instance by deeply copying a given AbstractFormItemType instance. |
Modifier and Type | Method and Description |
---|---|
AbstractFormItemType |
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) |
ExpressionType |
getAvailableValues()
Gets the value of the availableValues property.
|
String |
getDescription()
Gets the value of the description property.
|
FormItemDisplayType |
getDisplay()
Gets the value of the display property.
|
String |
getName()
Gets the value of the name property.
|
com.evolveum.prism.xml.ns._public.types_3.ItemPathType |
getRef()
Gets the value of the ref property.
|
QName |
getType()
Gets the value of the type property.
|
FormItemValidationType |
getValidation()
Gets the value of the validation property.
|
String |
getWidget()
Gets the value of the widget property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAvailableValues(ExpressionType value)
Sets the value of the availableValues property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplay(FormItemDisplayType value)
Sets the value of the display property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRef(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value)
Sets the value of the ref property.
|
void |
setType(QName value)
Sets the value of the type property.
|
void |
setValidation(FormItemValidationType value)
Sets the value of the validation property.
|
void |
setWidget(String value)
Sets the value of the widget property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String name
protected String description
protected com.evolveum.prism.xml.ns._public.types_3.ItemPathType ref
protected QName type
protected FormItemDisplayType display
protected String widget
protected ExpressionType availableValues
protected FormItemValidationType validation
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_REF
public static final QName F_TYPE
public static final QName F_DISPLAY
public static final QName F_WIDGET
public static final QName F_AVAILABLE_VALUES
public static final QName F_VALIDATION
public AbstractFormItemType()
AbstractFormItemType
instance.public AbstractFormItemType(AbstractFormItemType o)
AbstractFormItemType
instance by deeply copying a given AbstractFormItemType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public com.evolveum.prism.xml.ns._public.types_3.ItemPathType getRef()
ItemPathType
public void setRef(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value)
value
- allowed object is
ItemPathType
public QName getType()
QName
public void setType(QName value)
value
- allowed object is
QName
public FormItemDisplayType getDisplay()
FormItemDisplayType
public void setDisplay(FormItemDisplayType value)
value
- allowed object is
FormItemDisplayType
public String getWidget()
String
public void setWidget(String value)
value
- allowed object is
String
public ExpressionType getAvailableValues()
ExpressionType
public void setAvailableValues(ExpressionType value)
value
- allowed object is
ExpressionType
public FormItemValidationType getValidation()
FormItemValidationType
public void setValidation(FormItemValidationType value)
value
- allowed object is
FormItemValidationType
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 AbstractFormItemType clone()
Copyright © 2015 Evolveum. All rights reserved.