Class ProcessedItemSetType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProcessedItemSetType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ProcessedItemSetType extends OutcomeKeyedCounterType implements Serializable, Cloneable, Containerable
Describes set of items that are or have been processed.Java class for ProcessedItemSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessedItemSetType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OutcomeKeyedCounterType"> <sequence> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="lastItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProcessedItemType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_DURATIONstatic ItemNameF_LAST_ITEM-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
F_COUNT, F_OUTCOME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ProcessedItemSetType()ProcessedItemSetType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ProcessedItemTypebeginLastItem()QualifiedItemProcessingOutcomeTypebeginOutcome()ProcessedItemSetTypeclone()ProcessedItemSetTypecount(Integer value)ProcessedItemSetTypeduration(Double value)<X> Xend()booleanequals(Object object)DoublegetDuration()ProcessedItemTypegetLastItem()inthashCode()ProcessedItemSetTypeid(Long value)ProcessedItemSetTypelastItem(ProcessedItemType value)ProcessedItemSetTypeoutcome(QualifiedItemProcessingOutcomeType value)voidsetDuration(Double value)voidsetLastItem(ProcessedItemType value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
getCount, getId, getOutcome, setCount, setId, setOutcome
-
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
-
ProcessedItemSetType
public ProcessedItemSetType()
-
ProcessedItemSetType
public ProcessedItemSetType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classOutcomeKeyedCounterType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classOutcomeKeyedCounterType
-
toString
public String toString()
- Overrides:
toStringin classOutcomeKeyedCounterType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classOutcomeKeyedCounterType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOutcomeKeyedCounterType
-
end
public <X> X end()
- Overrides:
endin classOutcomeKeyedCounterType
-
getDuration
public Double getDuration()
-
setDuration
public void setDuration(Double value)
-
getLastItem
public ProcessedItemType getLastItem()
-
setLastItem
public void setLastItem(ProcessedItemType value)
-
duration
public ProcessedItemSetType duration(Double value)
-
lastItem
public ProcessedItemSetType lastItem(ProcessedItemType value)
-
beginLastItem
public ProcessedItemType beginLastItem()
-
outcome
public ProcessedItemSetType outcome(QualifiedItemProcessingOutcomeType value)
- Overrides:
outcomein classOutcomeKeyedCounterType
-
beginOutcome
public QualifiedItemProcessingOutcomeType beginOutcome()
- Overrides:
beginOutcomein classOutcomeKeyedCounterType
-
count
public ProcessedItemSetType count(Integer value)
- Overrides:
countin classOutcomeKeyedCounterType
-
id
public ProcessedItemSetType id(Long value)
- Overrides:
idin classOutcomeKeyedCounterType
-
clone
public ProcessedItemSetType clone()
- Overrides:
clonein classOutcomeKeyedCounterType
-
-