public class GeneralChangeProcessorScenarioType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionType |
activationCondition |
protected String |
beanName |
static QName |
COMPLEX_TYPE |
protected Boolean |
enabled |
static QName |
F_ACTIVATION_CONDITION |
static QName |
F_BEAN_NAME |
static QName |
F_ENABLED |
static QName |
F_NAME |
static QName |
F_PROCESS_NAME |
protected String |
name |
protected String |
processName |
| Constructor and Description |
|---|
GeneralChangeProcessorScenarioType()
Creates a new
GeneralChangeProcessorScenarioType instance. |
GeneralChangeProcessorScenarioType(GeneralChangeProcessorScenarioType o)
Creates a new
GeneralChangeProcessorScenarioType instance by deeply copying a given GeneralChangeProcessorScenarioType instance. |
| Modifier and Type | Method and Description |
|---|---|
GeneralChangeProcessorScenarioType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
ExpressionType |
getActivationCondition()
Gets the value of the activationCondition property.
|
String |
getBeanName()
Gets the value of the beanName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getProcessName()
Gets the value of the processName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setActivationCondition(ExpressionType value)
Sets the value of the activationCondition property.
|
void |
setBeanName(String value)
Sets the value of the beanName property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProcessName(String value)
Sets the value of the processName property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean enabled
protected String name
protected ExpressionType activationCondition
protected String processName
protected String beanName
public static final QName COMPLEX_TYPE
public static final QName F_ENABLED
public static final QName F_NAME
public static final QName F_ACTIVATION_CONDITION
public static final QName F_PROCESS_NAME
public static final QName F_BEAN_NAME
public GeneralChangeProcessorScenarioType()
GeneralChangeProcessorScenarioType instance.public GeneralChangeProcessorScenarioType(GeneralChangeProcessorScenarioType o)
GeneralChangeProcessorScenarioType instance by deeply copying a given GeneralChangeProcessorScenarioType instance.o - The instance to copy.NullPointerException - if o is null.public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ExpressionType getActivationCondition()
ExpressionTypepublic void setActivationCondition(ExpressionType value)
value - allowed object is
ExpressionTypepublic String getProcessName()
Stringpublic void setProcessName(String value)
value - allowed object is
Stringpublic String getBeanName()
Stringpublic void setBeanName(String value)
value - allowed object is
Stringpublic String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic GeneralChangeProcessorScenarioType clone()
Copyright © 2016 Evolveum. All rights reserved.