Class AccessCertificationCampaignType

  • All Implemented Interfaces:
    Containerable, JaxbVisitable, Objectable, Serializable, Cloneable

    public class AccessCertificationCampaignType
    extends AssignmentHolderType
    implements Serializable, Cloneable
    Definition of an access certification campaign.

    Java class for AccessCertificationCampaignType complex type.

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

     <complexType name="AccessCertificationCampaignType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType">
           <sequence>
             <element name="definitionRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="ownerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/>
             <element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="scopeDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationScopeType" minOccurs="0"/>
             <element name="remediationDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationRemediationDefinitionType" minOccurs="0"/>
             <element name="reiterationDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationReiterationDefinitionType" minOccurs="0"/>
             <element name="stageDefinition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationStageDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="reviewStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseReviewStrategyType" minOccurs="0"/>
             <element name="startTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="endTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="repetition" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="state" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCampaignStateType" minOccurs="0"/>
             <element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="stage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationStageType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="case" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationCaseType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form