Class EscalateWorkItemActionType

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

    public class EscalateWorkItemActionType
    extends DelegateWorkItemActionType
    implements Serializable, Cloneable, Containerable
    TODO EXPERIMENTAL

    Java class for EscalateWorkItemActionType complex type.

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

     <complexType name="EscalateWorkItemActionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DelegateWorkItemActionType">
           <sequence>
             <element name="escalationLevelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="escalationLevelDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form