public class FormSpecificationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for FormSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormSpecificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="formRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
<element name="panelClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_FORM_REF |
static QName |
F_PANEL_CLASS |
static QName |
F_TITLE |
| Constructor and Description |
|---|
FormSpecificationType() |
FormSpecificationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
FormSpecificationType |
clone() |
boolean |
equals(Object object) |
ObjectReferenceType |
getFormRef() |
String |
getPanelClass() |
String |
getTitle() |
int |
hashCode() |
void |
setFormRef(ObjectReferenceType value) |
void |
setPanelClass(String value) |
void |
setTitle(String value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_TITLE
public static final QName F_FORM_REF
public static final QName F_PANEL_CLASS
public FormSpecificationType()
public FormSpecificationType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.Containerablepublic String getTitle()
public void setTitle(String value)
public ObjectReferenceType getFormRef()
public void setFormRef(ObjectReferenceType value)
public String getPanelClass()
public void setPanelClass(String value)
public FormSpecificationType clone()
Copyright © 2016 Evolveum. All rights reserved.