public class FormDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> This part defines the actual form presentation and layout. </p>
Java class for FormDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormDisplayType" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}formItem" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected FormDisplayType |
display |
static QName |
F_DISPLAY |
static QName |
F_FORM_ITEM |
protected List<JAXBElement<? extends AbstractFormItemType>> |
formItem |
Constructor and Description |
---|
FormDefinitionType()
Creates a new
FormDefinitionType instance. |
FormDefinitionType(FormDefinitionType o)
Creates a new
FormDefinitionType instance by deeply copying a given FormDefinitionType instance. |
Modifier and Type | Method and Description |
---|---|
FormDefinitionType |
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) |
FormDisplayType |
getDisplay()
Gets the value of the display property.
|
List<JAXBElement<? extends AbstractFormItemType>> |
getFormItem()
List of form items.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDisplay(FormDisplayType value)
Sets the value of the display property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected FormDisplayType display
protected List<JAXBElement<? extends AbstractFormItemType>> formItem
public static final QName COMPLEX_TYPE
public static final QName F_DISPLAY
public static final QName F_FORM_ITEM
public FormDefinitionType()
FormDefinitionType
instance.public FormDefinitionType(FormDefinitionType o)
FormDefinitionType
instance by deeply copying a given FormDefinitionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public FormDisplayType getDisplay()
FormDisplayType
public void setDisplay(FormDisplayType value)
value
- allowed object is
FormDisplayType
public List<JAXBElement<? extends AbstractFormItemType>> getFormItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the formItem property.
For example, to add a new item, do as follows:
getFormItem().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
FormFieldType
>
JAXBElement
<
AbstractFormItemType
>
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 FormDefinitionType clone()
Copyright © 2016 Evolveum. All rights reserved.