Class ApprovalStageExecutionInformationType

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

    public class ApprovalStageExecutionInformationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information of an actual or expected execution of an approval stage. <p>Java class for ApprovalStageExecutionInformationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ApprovalStageExecutionInformationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="number" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="definition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalStageDefinitionType" minOccurs="0"/&gt; &lt;element name="executionRecord" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalStageExecutionRecordType" minOccurs="0"/&gt; &lt;element name="executionPreview" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ApprovalStageExecutionPreviewType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form