Class SimulationDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SimulationDefinitionType
-
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class SimulationDefinitionType extends AbstractMutableContainerable
Definition of a specific simulation.- 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_DEFAULTstatic ItemNameF_IDENTIFIERstatic ItemNameF_METRICSstatic ItemNameF_SUPERstatic ItemNameF_USE_OWN_PARTITION_FOR_PROCESSED_OBJECTSstatic Producer<SimulationDefinitionType>FACTORY-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SimulationDefinitionType()SimulationDefinitionType(PrismContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimulationDefinitionType_default(Boolean value)SimulationDefinitionType_super(String value)SimulationMetricsUseTypebeginMetrics()SimulationDefinitionTypeclone()<X> Xend()booleanequals(Object other)StringgetIdentifier()SimulationMetricsUseTypegetMetrics()StringgetSuper()SimulationDefinitionTypeidentifier(String value)BooleanisDefault()BooleanisUseOwnPartitionForProcessedObjects()SimulationDefinitionTypemetrics(SimulationMetricsUseType value)voidsetDefault(Boolean value)voidsetIdentifier(String value)voidsetMetrics(SimulationMetricsUseType value)voidsetSuper(String value)voidsetUseOwnPartitionForProcessedObjects(Boolean value)SimulationDefinitionTypeuseOwnPartitionForProcessedObjects(Boolean 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_IDENTIFIER
public static final ItemName F_IDENTIFIER
-
F_SUPER
public static final ItemName F_SUPER
-
F_DEFAULT
public static final ItemName F_DEFAULT
-
F_METRICS
public static final ItemName F_METRICS
-
F_USE_OWN_PARTITION_FOR_PROCESSED_OBJECTS
public static final ItemName F_USE_OWN_PARTITION_FOR_PROCESSED_OBJECTS
-
FACTORY
public static final Producer<SimulationDefinitionType> FACTORY
-
-
Constructor Detail
-
SimulationDefinitionType
public SimulationDefinitionType()
-
SimulationDefinitionType
@Deprecated public SimulationDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String value)
-
getSuper
public String getSuper()
-
setSuper
public void setSuper(String value)
-
isDefault
public Boolean isDefault()
-
setDefault
public void setDefault(Boolean value)
-
getMetrics
public SimulationMetricsUseType getMetrics()
-
setMetrics
public void setMetrics(SimulationMetricsUseType value)
-
isUseOwnPartitionForProcessedObjects
public Boolean isUseOwnPartitionForProcessedObjects()
-
setUseOwnPartitionForProcessedObjects
public void setUseOwnPartitionForProcessedObjects(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classAbstractMutableContainerable
-
identifier
public SimulationDefinitionType identifier(String value)
-
_super
public SimulationDefinitionType _super(String value)
-
_default
public SimulationDefinitionType _default(Boolean value)
-
metrics
public SimulationDefinitionType metrics(SimulationMetricsUseType value)
-
beginMetrics
public SimulationMetricsUseType beginMetrics()
-
useOwnPartitionForProcessedObjects
public SimulationDefinitionType useOwnPartitionForProcessedObjects(Boolean value)
-
end
public <X> X end()
-
clone
public SimulationDefinitionType clone()
- Overrides:
clonein classAbstractMutableContainerable
-
-