Class AccessCertificationStageDefinitionType

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

    public class AccessCertificationStageDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of an access certification campaign stage. <p>Java class for AccessCertificationStageDefinitionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AccessCertificationStageDefinitionType"&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"/&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element name="duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;element name="deadlineRounding" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DeadlineRoundingType" minOccurs="0"/&gt; &lt;element name="notifyBeforeDeadline" type="{http://www.w3.org/2001/XMLSchema}duration" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="notifyOnlyWhenNoDecision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="reviewerSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationReviewerSpecificationType" minOccurs="0"/&gt; &lt;element name="outcomeStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseOutcomeStrategyType" minOccurs="0"/&gt; &lt;element name="outcomeIfNoReviewers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" minOccurs="0"/&gt; &lt;element name="stopReviewOn" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="advanceToNextStageOn" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="timedActions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemTimedActionsType" maxOccurs="unbounded" 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