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