Class AssignmentSegmentEvaluationTraceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentSegmentEvaluationTraceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class AssignmentSegmentEvaluationTraceType extends TraceType implements Serializable, Cloneable, Containerable
Trace for assignment evaluation operation.Java class for AssignmentSegmentEvaluationTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentSegmentEvaluationTraceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"> <sequence> <element name="segment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPathSegmentType" minOccurs="0"/> <element name="mode" type="{http://prism.evolveum.com/xml/ns/public/types-3}PlusMinusZeroType" minOccurs="0"/> <element name="textResult" type="{http://www.w3.org/2001/XMLSchema}string" 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_MODE
static ItemName
F_SEGMENT
static ItemName
F_TEXT_RESULT
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AssignmentSegmentEvaluationTraceType()
AssignmentSegmentEvaluationTraceType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
AssignmentPathSegmentType
beginSegment()
AssignmentSegmentEvaluationTraceType
clone()
<X> X
end()
boolean
equals(Object object)
PlusMinusZeroType
getMode()
AssignmentPathSegmentType
getSegment()
String
getTextResult()
int
hashCode()
AssignmentSegmentEvaluationTraceType
id(Long value)
AssignmentSegmentEvaluationTraceType
mode(PlusMinusZeroType value)
AssignmentSegmentEvaluationTraceType
segment(AssignmentPathSegmentType value)
void
setMode(PlusMinusZeroType value)
void
setSegment(AssignmentPathSegmentType value)
void
setTextResult(String value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.AssignmentSegmentEvaluationTraceType
text(String value)
AssignmentSegmentEvaluationTraceType
textResult(String value)
String
toString()
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
createTextList, getId, getText, setId
-
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
-
AssignmentSegmentEvaluationTraceType
public AssignmentSegmentEvaluationTraceType()
-
AssignmentSegmentEvaluationTraceType
public AssignmentSegmentEvaluationTraceType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classTraceType
-
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 classTraceType
-
getSegment
public AssignmentPathSegmentType getSegment()
-
setSegment
public void setSegment(AssignmentPathSegmentType value)
-
getMode
public PlusMinusZeroType getMode()
-
setMode
public void setMode(PlusMinusZeroType value)
-
getTextResult
public String getTextResult()
-
setTextResult
public void setTextResult(String value)
-
segment
public AssignmentSegmentEvaluationTraceType segment(AssignmentPathSegmentType value)
-
beginSegment
public AssignmentPathSegmentType beginSegment()
-
mode
public AssignmentSegmentEvaluationTraceType mode(PlusMinusZeroType value)
-
textResult
public AssignmentSegmentEvaluationTraceType textResult(String value)
-
text
public AssignmentSegmentEvaluationTraceType text(String value)
-
id
public AssignmentSegmentEvaluationTraceType id(Long value)
-
clone
public AssignmentSegmentEvaluationTraceType clone()
-
-