Class MappingSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MappingSpecificationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class MappingSpecificationType extends Object implements Serializable, Cloneable, Containerable
See Axiom.Java class for MappingSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingSpecificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assignmentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="definitionObjectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="mappingName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_ASSIGNMENT_IDstatic ItemNameF_DEFINITION_OBJECT_REFstatic ItemNameF_MAPPING_NAME-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description MappingSpecificationType()MappingSpecificationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()MappingSpecificationTypeassignmentId(String value)ObjectReferenceTypebeginDefinitionObjectRef()MappingSpecificationTypeclone()MappingSpecificationTypedefinitionObjectRef(ObjectReferenceType value)MappingSpecificationTypedefinitionObjectRef(String oid, QName type)MappingSpecificationTypedefinitionObjectRef(String oid, QName type, QName relation)<X> Xend()booleanequals(Object object)StringgetAssignmentId()ObjectReferenceTypegetDefinitionObjectRef()StringgetMappingName()inthashCode()MappingSpecificationTypemappingName(String value)voidsetAssignmentId(String value)voidsetDefinitionObjectRef(ObjectReferenceType value)voidsetMappingName(String value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
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
-
-
-
-
Constructor Detail
-
MappingSpecificationType
public MappingSpecificationType()
-
MappingSpecificationType
public MappingSpecificationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable
-
end
public <X> X end()
-
getAssignmentId
public String getAssignmentId()
-
setAssignmentId
public void setAssignmentId(String value)
-
getDefinitionObjectRef
public ObjectReferenceType getDefinitionObjectRef()
-
setDefinitionObjectRef
public void setDefinitionObjectRef(ObjectReferenceType value)
-
getMappingName
public String getMappingName()
-
setMappingName
public void setMappingName(String value)
-
assignmentId
public MappingSpecificationType assignmentId(String value)
-
definitionObjectRef
public MappingSpecificationType definitionObjectRef(ObjectReferenceType value)
-
definitionObjectRef
public MappingSpecificationType definitionObjectRef(String oid, QName type)
-
definitionObjectRef
public MappingSpecificationType definitionObjectRef(String oid, QName type, QName relation)
-
beginDefinitionObjectRef
public ObjectReferenceType beginDefinitionObjectRef()
-
mappingName
public MappingSpecificationType mappingName(String value)
-
clone
public MappingSpecificationType clone()
-
-