Class AccessCertificationWorkItemType

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

    public class AccessCertificationWorkItemType
    extends AbstractWorkItemType
    implements Serializable, Cloneable, Containerable
    A work item for a certification case. <p>Java class for AccessCertificationWorkItemType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AccessCertificationWorkItemType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkItemType"&gt; &lt;sequence&gt; &lt;element name="outputChangeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form