Class SimulationMetricPartitionScopeType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SimulationMetricPartitionScopeType
-
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class SimulationMetricPartitionScopeType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerableThe scope of a partition, i.e. what dimensions are bound to what values and what are free.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_INTENTstatic ItemNameF_KINDstatic ItemNameF_NULL_DIMENSIONSstatic ItemNameF_RESOURCE_OIDstatic ItemNameF_STRUCTURAL_ARCHETYPE_OIDstatic ItemNameF_TYPE_NAMEstatic Producer<SimulationMetricPartitionScopeType>FACTORY-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SimulationMetricPartitionScopeType()SimulationMetricPartitionScopeType(PrismContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimulationMetricPartitionScopeTypeclone()<X> Xend()booleanequals(Object other)StringgetIntent()ShadowKindTypegetKind()List<QName>getNullDimensions()StringgetResourceOid()StringgetStructuralArchetypeOid()QNamegetTypeName()SimulationMetricPartitionScopeTypeintent(String value)SimulationMetricPartitionScopeTypekind(ShadowKindType value)SimulationMetricPartitionScopeTypenullDimensions(QName value)SimulationMetricPartitionScopeTyperesourceOid(String value)voidsetIntent(String value)voidsetKind(ShadowKindType value)voidsetResourceOid(String value)voidsetStructuralArchetypeOid(String value)voidsetTypeName(QName value)SimulationMetricPartitionScopeTypestructuralArchetypeOid(String value)SimulationMetricPartitionScopeTypetypeName(QName 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_TYPE_NAME
public static final ItemName F_TYPE_NAME
-
F_STRUCTURAL_ARCHETYPE_OID
public static final ItemName F_STRUCTURAL_ARCHETYPE_OID
-
F_RESOURCE_OID
public static final ItemName F_RESOURCE_OID
-
F_KIND
public static final ItemName F_KIND
-
F_INTENT
public static final ItemName F_INTENT
-
F_NULL_DIMENSIONS
public static final ItemName F_NULL_DIMENSIONS
-
FACTORY
public static final Producer<SimulationMetricPartitionScopeType> FACTORY
-
-
Constructor Detail
-
SimulationMetricPartitionScopeType
public SimulationMetricPartitionScopeType()
-
SimulationMetricPartitionScopeType
@Deprecated public SimulationMetricPartitionScopeType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getTypeName
public QName getTypeName()
-
setTypeName
public void setTypeName(QName value)
-
getStructuralArchetypeOid
public String getStructuralArchetypeOid()
-
setStructuralArchetypeOid
public void setStructuralArchetypeOid(String value)
-
getResourceOid
public String getResourceOid()
-
setResourceOid
public void setResourceOid(String value)
-
getKind
public ShadowKindType getKind()
-
setKind
public void setKind(ShadowKindType value)
-
getIntent
public String getIntent()
-
setIntent
public void setIntent(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
typeName
public SimulationMetricPartitionScopeType typeName(QName value)
-
structuralArchetypeOid
public SimulationMetricPartitionScopeType structuralArchetypeOid(String value)
-
resourceOid
public SimulationMetricPartitionScopeType resourceOid(String value)
-
kind
public SimulationMetricPartitionScopeType kind(ShadowKindType value)
-
intent
public SimulationMetricPartitionScopeType intent(String value)
-
nullDimensions
public SimulationMetricPartitionScopeType nullDimensions(QName value)
-
end
public <X> X end()
-
clone
public SimulationMetricPartitionScopeType clone()
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-