public class LifecycleStateType extends Object implements Serializable, Cloneable, Containerable
Java class for LifecycleStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LifecycleStateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entryAction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LifecycleStateActionType" maxOccurs="unbounded" minOccurs="0"/> <element name="exitAction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LifecycleStateActionType" maxOccurs="unbounded" minOccurs="0"/> <element name="transition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LifecycleStateTransitionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_DISPLAY_NAME |
static QName |
F_ENTRY_ACTION |
static QName |
F_EXIT_ACTION |
static QName |
F_NAME |
static QName |
F_TRANSITION |
Constructor and Description |
---|
LifecycleStateType() |
LifecycleStateType(PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_DISPLAY_NAME
public static final QName F_ENTRY_ACTION
public static final QName F_EXIT_ACTION
public static final QName F_TRANSITION
public LifecycleStateType()
public LifecycleStateType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public <X> X end()
public String getName()
public void setName(String value)
public String getDescription()
public void setDescription(String value)
public String getDisplayName()
public void setDisplayName(String value)
public List<LifecycleStateActionType> getEntryAction()
public List<LifecycleStateActionType> createEntryActionList()
public List<LifecycleStateActionType> getExitAction()
public List<LifecycleStateActionType> createExitActionList()
public List<LifecycleStateTransitionType> getTransition()
public List<LifecycleStateTransitionType> createTransitionList()
public LifecycleStateType name(String value)
public LifecycleStateType description(String value)
public LifecycleStateType displayName(String value)
public LifecycleStateType entryAction(LifecycleStateActionType value)
public LifecycleStateActionType beginEntryAction()
public LifecycleStateType exitAction(LifecycleStateActionType value)
public LifecycleStateActionType beginExitAction()
public LifecycleStateType transition(LifecycleStateTransitionType value)
public LifecycleStateTransitionType beginTransition()
public LifecycleStateType clone()
Copyright © 2018 Evolveum. All rights reserved.