Class ConstructionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ConstructionType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ConstructionType extends AbstractConstructionType implements Serializable, Cloneable, Containerable
Projection construction. This structure defines how a projection (e.g. account) should be constructed.Java class for ConstructionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstructionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractConstructionType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="attribute" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceAttributeDefinitionType" maxOccurs="unbounded" minOccurs="0"/> <element name="association" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> <element name="auxiliaryObjectClass" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ASSOCIATION
static ItemName
F_ATTRIBUTE
static ItemName
F_AUXILIARY_OBJECT_CLASS
static ItemName
F_EXTENSION
static ItemName
F_INTENT
static ItemName
F_KIND
static ItemName
F_RESOURCE_REF
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
F_DESCRIPTION, F_DOCUMENTATION, F_STRENGTH
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ConstructionType()
ConstructionType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractConstructionType
getDescription, getDocumentation, getId, getStrength, setDescription, setDocumentation, setId, setStrength
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EXTENSION
public static final ItemName F_EXTENSION
-
F_RESOURCE_REF
public static final ItemName F_RESOURCE_REF
-
F_KIND
public static final ItemName F_KIND
-
F_INTENT
public static final ItemName F_INTENT
-
F_ATTRIBUTE
public static final ItemName F_ATTRIBUTE
-
F_ASSOCIATION
public static final ItemName F_ASSOCIATION
-
F_AUXILIARY_OBJECT_CLASS
public static final ItemName F_AUXILIARY_OBJECT_CLASS
-
-
Constructor Detail
-
ConstructionType
public ConstructionType()
-
ConstructionType
public ConstructionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractConstructionType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractConstructionType
-
toString
public String toString()
- Overrides:
toString
in classAbstractConstructionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractConstructionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractConstructionType
-
end
public <X> X end()
- Overrides:
end
in classAbstractConstructionType
-
getExtension
public ExtensionType getExtension()
-
setExtension
public void setExtension(ExtensionType value)
-
getResourceRef
public ObjectReferenceType getResourceRef()
-
setResourceRef
public void setResourceRef(ObjectReferenceType value)
-
getKind
public ShadowKindType getKind()
-
setKind
public void setKind(ShadowKindType value)
-
getIntent
public String getIntent()
-
setIntent
public void setIntent(String value)
-
getAttribute
public List<ResourceAttributeDefinitionType> getAttribute()
-
createAttributeList
public List<ResourceAttributeDefinitionType> createAttributeList()
-
getAssociation
public List<ResourceObjectAssociationType> getAssociation()
-
createAssociationList
public List<ResourceObjectAssociationType> createAssociationList()
-
extension
public ConstructionType extension(ExtensionType value)
-
beginExtension
public ExtensionType beginExtension()
-
resourceRef
public ConstructionType resourceRef(ObjectReferenceType value)
-
resourceRef
public ConstructionType resourceRef(String oid, QName type)
-
resourceRef
public ConstructionType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
kind
public ConstructionType kind(ShadowKindType value)
-
intent
public ConstructionType intent(String value)
-
attribute
public ConstructionType attribute(ResourceAttributeDefinitionType value)
-
beginAttribute
public ResourceAttributeDefinitionType beginAttribute()
-
association
public ConstructionType association(ResourceObjectAssociationType value)
-
beginAssociation
public ResourceObjectAssociationType beginAssociation()
-
auxiliaryObjectClass
public ConstructionType auxiliaryObjectClass(QName value)
-
description
public ConstructionType description(String value)
- Overrides:
description
in classAbstractConstructionType
-
documentation
public ConstructionType documentation(String value)
- Overrides:
documentation
in classAbstractConstructionType
-
strength
public ConstructionType strength(ConstructionStrengthType value)
- Overrides:
strength
in classAbstractConstructionType
-
id
public ConstructionType id(Long value)
- Overrides:
id
in classAbstractConstructionType
-
clone
public ConstructionType clone()
- Overrides:
clone
in classAbstractConstructionType
-
-