Class EscalateWorkItemActionType

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

    public class EscalateWorkItemActionType
    extends DelegateWorkItemActionType
    implements Serializable, Cloneable, Containerable
    TODO EXPERIMENTAL <p>Java class for EscalateWorkItemActionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="EscalateWorkItemActionType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DelegateWorkItemActionType"&gt; &lt;sequence&gt; &lt;element name="escalationLevelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="escalationLevelDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form