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 QName
COMPLEX_TYPE
static ItemName
F_ASSIGNMENT_ID
static ItemName
F_DEFINITION_OBJECT_REF
static ItemName
F_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 PrismContainerValue
asPrismContainerValue()
MappingSpecificationType
assignmentId(String value)
ObjectReferenceType
beginDefinitionObjectRef()
MappingSpecificationType
clone()
MappingSpecificationType
definitionObjectRef(ObjectReferenceType value)
MappingSpecificationType
definitionObjectRef(String oid, QName type)
MappingSpecificationType
definitionObjectRef(String oid, QName type, QName relation)
<X> X
end()
boolean
equals(Object object)
String
getAssignmentId()
ObjectReferenceType
getDefinitionObjectRef()
String
getMappingName()
int
hashCode()
MappingSpecificationType
mappingName(String value)
void
setAssignmentId(String value)
void
setDefinitionObjectRef(ObjectReferenceType value)
void
setMappingName(String value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
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:
asPrismContainerValue
in interfaceContainerable
-
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
-
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()
-
-