Class GeneralChangeProcessorScenarioType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class GeneralChangeProcessorScenarioType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A scenario for GeneralChangeProcessor.Java class for GeneralChangeProcessorScenarioType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralChangeProcessorScenarioType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="activationCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> <element name="processName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="beanName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExpressionTypeactivationConditionprotected StringbeanNamestatic QNameCOMPLEX_TYPEprotected Booleanenabledstatic ItemNameF_ACTIVATION_CONDITIONstatic ItemNameF_BEAN_NAMEstatic ItemNameF_ENABLEDstatic ItemNameF_NAMEstatic ItemNameF_PROCESS_NAMEprotected Stringnameprotected StringprocessName
-
Constructor Summary
Constructors Constructor Description GeneralChangeProcessorScenarioType()Creates a newGeneralChangeProcessorScenarioTypeinstance.GeneralChangeProcessorScenarioType(GeneralChangeProcessorScenarioType o)Creates a newGeneralChangeProcessorScenarioTypeinstance by deeply copying a givenGeneralChangeProcessorScenarioTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)GeneralChangeProcessorScenarioTypeactivationCondition(ExpressionType value)GeneralChangeProcessorScenarioTypebeanName(String value)ExpressionTypebeginActivationCondition()GeneralChangeProcessorScenarioTypeclone()Creates and returns a deep copy of this object.GeneralChangeProcessorScenarioTypeenabled(Boolean value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ExpressionTypegetActivationCondition()Gets the value of the activationCondition property.StringgetBeanName()Gets the value of the beanName property.StringgetName()Gets the value of the name property.StringgetProcessName()Gets the value of the processName property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)BooleanisEnabled()Gets the value of the enabled property.GeneralChangeProcessorScenarioTypename(String value)GeneralChangeProcessorScenarioTypeprocessName(String value)voidsetActivationCondition(ExpressionType value)Sets the value of the activationCondition property.voidsetBeanName(String value)Sets the value of the beanName property.voidsetEnabled(Boolean value)Sets the value of the enabled property.voidsetName(String value)Sets the value of the name property.voidsetProcessName(String value)Sets the value of the processName property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
enabled
protected Boolean enabled
-
name
protected String name
-
activationCondition
protected ExpressionType activationCondition
-
processName
protected String processName
-
beanName
protected String beanName
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ENABLED
public static final ItemName F_ENABLED
-
F_NAME
public static final ItemName F_NAME
-
F_ACTIVATION_CONDITION
public static final ItemName F_ACTIVATION_CONDITION
-
F_PROCESS_NAME
public static final ItemName F_PROCESS_NAME
-
F_BEAN_NAME
public static final ItemName F_BEAN_NAME
-
-
Constructor Detail
-
GeneralChangeProcessorScenarioType
public GeneralChangeProcessorScenarioType()
Creates a newGeneralChangeProcessorScenarioTypeinstance.
-
GeneralChangeProcessorScenarioType
public GeneralChangeProcessorScenarioType(GeneralChangeProcessorScenarioType o)
Creates a newGeneralChangeProcessorScenarioTypeinstance by deeply copying a givenGeneralChangeProcessorScenarioTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
isEnabled
public Boolean isEnabled()
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
public void setEnabled(Boolean value)
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getActivationCondition
public ExpressionType getActivationCondition()
Gets the value of the activationCondition property.- Returns:
- possible object is
ExpressionType
-
setActivationCondition
public void setActivationCondition(ExpressionType value)
Sets the value of the activationCondition property.- Parameters:
value- allowed object isExpressionType
-
getProcessName
public String getProcessName()
Gets the value of the processName property.- Returns:
- possible object is
String
-
setProcessName
public void setProcessName(String value)
Sets the value of the processName property.- Parameters:
value- allowed object isString
-
getBeanName
public String getBeanName()
Gets the value of the beanName property.- Returns:
- possible object is
String
-
setBeanName
public void setBeanName(String value)
Sets the value of the beanName property.- Parameters:
value- allowed object isString
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
enabled
public GeneralChangeProcessorScenarioType enabled(Boolean value)
-
name
public GeneralChangeProcessorScenarioType name(String value)
-
activationCondition
public GeneralChangeProcessorScenarioType activationCondition(ExpressionType value)
-
beginActivationCondition
public ExpressionType beginActivationCondition()
-
processName
public GeneralChangeProcessorScenarioType processName(String value)
-
beanName
public GeneralChangeProcessorScenarioType beanName(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public GeneralChangeProcessorScenarioType clone()
Creates and returns a deep copy of this object.
-
-