Class 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. <p>Java class for ProcessedItemSetType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ProcessedItemSetType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OutcomeKeyedCounterType"&gt; &lt;sequence&gt; &lt;element name="duration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/&gt; &lt;element name="lastItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProcessedItemType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form