Class AccessCertificationStageType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AccessCertificationStageType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information about a stage of a campaign.

    Java class for AccessCertificationStageType complex type.

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

     <complexType name="AccessCertificationStageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <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 name="startTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="deadline" 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="escalationLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEscalationLevelType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form