public class FormFieldType extends AbstractFormItemType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for FormFieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormFieldType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractFormItemType">
<sequence>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
availableValues, description, display, F_AVAILABLE_VALUES, F_DESCRIPTION, F_DISPLAY, F_NAME, F_REF, F_TYPE, F_VALIDATION, F_WIDGET, name, ref, type, validation, widget| Constructor and Description |
|---|
FormFieldType()
Creates a new
FormFieldType instance. |
FormFieldType(FormFieldType o)
Creates a new
FormFieldType instance by deeply copying a given FormFieldType instance. |
| Modifier and Type | Method and Description |
|---|---|
FormFieldType |
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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
String |
toString()
Generates a String representation of the contents of this type.
|
getAvailableValues, getDescription, getDisplay, getName, getRef, getType, getValidation, getWidget, setAvailableValues, setDescription, setDisplay, setName, setRef, setType, setValidation, setWidgetpublic static final QName COMPLEX_TYPE
public FormFieldType()
FormFieldType instance.public FormFieldType(FormFieldType o)
FormFieldType instance by deeply copying a given FormFieldType instance.o - The instance to copy.NullPointerException - if o is null.public String toString()
toString in class AbstractFormItemTypepublic 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 AbstractFormItemTypepublic int hashCode()
hashCode in class AbstractFormItemTypepublic 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 AbstractFormItemTypepublic boolean equals(Object object)
equals in class AbstractFormItemTypepublic FormFieldType clone()
clone in class AbstractFormItemTypeCopyright © 2016 Evolveum. All rights reserved.