Class LifecycleStateTransitionType

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

    public class LifecycleStateTransitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of lifecycle state transition. EXPERIMENTAL

    Java class for LifecycleStateTransitionType complex type.

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

     <complexType name="LifecycleStateTransitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <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 ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="targetState" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form