Class SimulationEventMarksUseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SimulationEventMarksUseType
-
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class SimulationEventMarksUseType extends AbstractMutableContainerable
Specifies which event marks to consider for given simulation. Matches "include" | Matches "exclude" | Used in simulation ------------------+-------------------+------------------- no | no | according to default yes | no | yes no | yes | no yes | yes | yes NOT IMPLEMENTED YET, THE STRUCTURE MAY CHANGE- 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_EXCLUDEstatic ItemNameF_INCLUDEstatic Producer<SimulationEventMarksUseType>FACTORY-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SimulationEventMarksUseType()SimulationEventMarksUseType(PrismContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimulationEventMarksUseTypeclone()<X> Xend()booleanequals(Object other)SimulationEventMarksUseTypeexclude(SearchFilterType value)List<SearchFilterType>getExclude()List<SearchFilterType>getInclude()SimulationEventMarksUseTypeinclude(SearchFilterType 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_INCLUDE
public static final ItemName F_INCLUDE
-
F_EXCLUDE
public static final ItemName F_EXCLUDE
-
FACTORY
public static final Producer<SimulationEventMarksUseType> FACTORY
-
-
Constructor Detail
-
SimulationEventMarksUseType
public SimulationEventMarksUseType()
-
SimulationEventMarksUseType
@Deprecated public SimulationEventMarksUseType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getInclude
public List<SearchFilterType> getInclude()
-
getExclude
public List<SearchFilterType> getExclude()
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classAbstractMutableContainerable
-
include
public SimulationEventMarksUseType include(SearchFilterType value)
-
exclude
public SimulationEventMarksUseType exclude(SearchFilterType value)
-
end
public <X> X end()
-
clone
public SimulationEventMarksUseType clone()
- Overrides:
clonein classAbstractMutableContainerable
-
-