public class ObjectFormType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ObjectFormType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectFormType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="formSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormSpecificationType" minOccurs="0"/>
<element name="includeDefaultForms" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_FORM_SPECIFICATION |
static QName |
F_INCLUDE_DEFAULT_FORMS |
static QName |
F_TYPE |
| Constructor and Description |
|---|
ObjectFormType() |
ObjectFormType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ObjectFormType |
clone() |
boolean |
equals(Object object) |
FormSpecificationType |
getFormSpecification() |
QName |
getType() |
int |
hashCode() |
Boolean |
isIncludeDefaultForms() |
void |
setFormSpecification(FormSpecificationType value) |
void |
setIncludeDefaultForms(Boolean value) |
void |
setType(QName value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_TYPE
public static final QName F_FORM_SPECIFICATION
public static final QName F_INCLUDE_DEFAULT_FORMS
public ObjectFormType()
public ObjectFormType(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 QName getType()
public void setType(QName value)
public FormSpecificationType getFormSpecification()
public void setFormSpecification(FormSpecificationType value)
public Boolean isIncludeDefaultForms()
public void setIncludeDefaultForms(Boolean value)
public ObjectFormType clone()
Copyright © 2016 Evolveum. All rights reserved.