Class SynchronizationSituationTransitionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class SynchronizationSituationTransitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how many times given synchronization situation transition has occurred.

    Java class for SynchronizationSituationTransitionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SynchronizationSituationTransitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="onProcessingStart" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/>
             <element name="onSynchronizationStart" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/>
             <element name="onSynchronizationEnd" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/>
             <element name="exclusionReason" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationExclusionReasonType" minOccurs="0"/>
             <element name="counter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OutcomeKeyedCounterType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form