Class AccessCertificationStageDefinitionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AccessCertificationStageDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of an access certification campaign stage.

    Java class for AccessCertificationStageDefinitionType complex type.

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

     <complexType name="AccessCertificationStageDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="deadlineRounding" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DeadlineRoundingType" minOccurs="0"/>
             <element name="notifyBeforeDeadline" type="{http://www.w3.org/2001/XMLSchema}duration" maxOccurs="unbounded" minOccurs="0"/>
             <element name="notifyOnlyWhenNoDecision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="reviewerSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationReviewerSpecificationType" minOccurs="0"/>
             <element name="outcomeStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseOutcomeStrategyType" minOccurs="0"/>
             <element name="outcomeIfNoReviewers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" minOccurs="0"/>
             <element name="stopReviewOn" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="advanceToNextStageOn" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="timedActions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemTimedActionsType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form