Class OutcomeKeyedCounterType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    ProcessedItemSetType

    public class OutcomeKeyedCounterType
    extends Object
    implements Serializable, Cloneable, Containerable
    Counter keyed by a qualified outcome. Used e.g. for structured progress or synchronization situation transitions. <p>Java class for OutcomeKeyedCounterType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="OutcomeKeyedCounterType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="outcome" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}QualifiedItemProcessingOutcomeType" minOccurs="0"/&gt; &lt;element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form