Class AssignmentPathSegmentType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPathSegmentType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class AssignmentPathSegmentType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected AssignmentType
assignment
protected Long
assignmentId
static QName
COMPLEX_TYPE
static ItemName
F_ASSIGNMENT
static ItemName
F_ASSIGNMENT_ID
static ItemName
F_IS_ASSIGNMENT
static ItemName
F_MATCHING_ORDER
static ItemName
F_SOURCE_DISPLAY_NAME
static ItemName
F_SOURCE_REF
static ItemName
F_TARGET_DISPLAY_NAME
static ItemName
F_TARGET_REF
protected Boolean
isAssignment
protected Boolean
matchingOrder
protected PolyStringType
sourceDisplayName
protected ObjectReferenceType
sourceRef
protected PolyStringType
targetDisplayName
protected ObjectReferenceType
targetRef
-
Constructor Summary
Constructors Constructor Description AssignmentPathSegmentType()
AssignmentPathSegmentType(AssignmentPathSegmentType other)
-
Method Summary
-
-
-
Field Detail
-
sourceRef
protected ObjectReferenceType sourceRef
-
sourceDisplayName
protected PolyStringType sourceDisplayName
-
assignment
protected AssignmentType assignment
-
assignmentId
protected Long assignmentId
-
targetRef
protected ObjectReferenceType targetRef
-
targetDisplayName
protected PolyStringType targetDisplayName
-
matchingOrder
protected Boolean matchingOrder
-
isAssignment
protected Boolean isAssignment
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SOURCE_REF
public static final ItemName F_SOURCE_REF
-
F_SOURCE_DISPLAY_NAME
public static final ItemName F_SOURCE_DISPLAY_NAME
-
F_ASSIGNMENT
public static final ItemName F_ASSIGNMENT
-
F_ASSIGNMENT_ID
public static final ItemName F_ASSIGNMENT_ID
-
F_TARGET_REF
public static final ItemName F_TARGET_REF
-
F_TARGET_DISPLAY_NAME
public static final ItemName F_TARGET_DISPLAY_NAME
-
F_MATCHING_ORDER
public static final ItemName F_MATCHING_ORDER
-
F_IS_ASSIGNMENT
public static final ItemName F_IS_ASSIGNMENT
-
-
Constructor Detail
-
AssignmentPathSegmentType
public AssignmentPathSegmentType()
-
AssignmentPathSegmentType
public AssignmentPathSegmentType(AssignmentPathSegmentType other)
-
-
Method Detail
-
getSourceRef
public ObjectReferenceType getSourceRef()
-
setSourceRef
public void setSourceRef(ObjectReferenceType value)
-
getSourceDisplayName
public PolyStringType getSourceDisplayName()
-
setSourceDisplayName
public void setSourceDisplayName(PolyStringType value)
-
getAssignment
public AssignmentType getAssignment()
-
setAssignment
public void setAssignment(AssignmentType value)
-
getAssignmentId
public Long getAssignmentId()
-
setAssignmentId
public void setAssignmentId(Long value)
-
getTargetRef
public ObjectReferenceType getTargetRef()
-
setTargetRef
public void setTargetRef(ObjectReferenceType value)
-
getTargetDisplayName
public PolyStringType getTargetDisplayName()
-
setTargetDisplayName
public void setTargetDisplayName(PolyStringType value)
-
isMatchingOrder
public Boolean isMatchingOrder()
-
setMatchingOrder
public void setMatchingOrder(Boolean value)
-
isIsAssignment
public Boolean isIsAssignment()
-
setIsAssignment
public void setIsAssignment(Boolean value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
sourceRef
public AssignmentPathSegmentType sourceRef(ObjectReferenceType value)
-
sourceRef
public AssignmentPathSegmentType sourceRef(String oid, QName type)
-
sourceRef
public AssignmentPathSegmentType sourceRef(String oid, QName type, QName relation)
-
beginSourceRef
public ObjectReferenceType beginSourceRef()
-
sourceDisplayName
public AssignmentPathSegmentType sourceDisplayName(PolyStringType value)
-
sourceDisplayName
public AssignmentPathSegmentType sourceDisplayName(String value)
-
assignment
public AssignmentPathSegmentType assignment(AssignmentType value)
-
beginAssignment
public AssignmentType beginAssignment()
-
assignmentId
public AssignmentPathSegmentType assignmentId(Long value)
-
targetRef
public AssignmentPathSegmentType targetRef(ObjectReferenceType value)
-
targetRef
public AssignmentPathSegmentType targetRef(String oid, QName type)
-
targetRef
public AssignmentPathSegmentType targetRef(String oid, QName type, QName relation)
-
beginTargetRef
public ObjectReferenceType beginTargetRef()
-
targetDisplayName
public AssignmentPathSegmentType targetDisplayName(PolyStringType value)
-
targetDisplayName
public AssignmentPathSegmentType targetDisplayName(String value)
-
matchingOrder
public AssignmentPathSegmentType matchingOrder(Boolean value)
-
isAssignment
public AssignmentPathSegmentType isAssignment(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public AssignmentPathSegmentType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-