Class CorrelationConfidenceThresholdsDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CorrelationConfidenceThresholdsDefinitionType
-
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class CorrelationConfidenceThresholdsDefinitionType extends AbstractMutableContainerable
These values are used to determine the correlation results.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_CANDIDATEstatic ItemNameF_DEFINITEstatic Producer<CorrelationConfidenceThresholdsDefinitionType>FACTORY-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CorrelationConfidenceThresholdsDefinitionType()CorrelationConfidenceThresholdsDefinitionType(PrismContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorrelationConfidenceThresholdsDefinitionTypecandidate(Double value)CorrelationConfidenceThresholdsDefinitionTypeclone()CorrelationConfidenceThresholdsDefinitionTypedefinite(Double value)<X> Xend()booleanequals(Object other)DoublegetCandidate()DoublegetDefinite()CorrelationConfidenceThresholdsDefinitionTypeid(Long value)voidsetCandidate(Double value)voidsetDefinite(Double value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, 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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DEFINITE
public static final ItemName F_DEFINITE
-
F_CANDIDATE
public static final ItemName F_CANDIDATE
-
FACTORY
public static final Producer<CorrelationConfidenceThresholdsDefinitionType> FACTORY
-
-
Constructor Detail
-
CorrelationConfidenceThresholdsDefinitionType
public CorrelationConfidenceThresholdsDefinitionType()
-
CorrelationConfidenceThresholdsDefinitionType
@Deprecated public CorrelationConfidenceThresholdsDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDefinite
public Double getDefinite()
-
setDefinite
public void setDefinite(Double value)
-
getCandidate
public Double getCandidate()
-
setCandidate
public void setCandidate(Double value)
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classAbstractMutableContainerable
-
id
public CorrelationConfidenceThresholdsDefinitionType id(Long value)
-
definite
public CorrelationConfidenceThresholdsDefinitionType definite(Double value)
-
candidate
public CorrelationConfidenceThresholdsDefinitionType candidate(Double value)
-
end
public <X> X end()
-
clone
public CorrelationConfidenceThresholdsDefinitionType clone()
- Overrides:
clonein classAbstractMutableContainerable
-
-