public class GeneralChangeProcessorConfigurationType extends WfChangeProcessorConfigurationType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for GeneralChangeProcessorConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralChangeProcessorConfigurationType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfChangeProcessorConfigurationType">
<sequence>
<element name="scenario" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralChangeProcessorScenarioType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_SCENARIO |
protected List<GeneralChangeProcessorScenarioType> |
scenario |
enabled, F_ENABLED, F_ORDER, order| Constructor and Description |
|---|
GeneralChangeProcessorConfigurationType()
Creates a new
GeneralChangeProcessorConfigurationType instance. |
GeneralChangeProcessorConfigurationType(GeneralChangeProcessorConfigurationType o)
Creates a new
GeneralChangeProcessorConfigurationType instance by deeply copying a given GeneralChangeProcessorConfigurationType instance. |
| Modifier and Type | Method and Description |
|---|---|
GeneralChangeProcessorConfigurationType |
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) |
List<GeneralChangeProcessorScenarioType> |
getScenario()
Gets the value of the scenario property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
String |
toString()
Generates a String representation of the contents of this type.
|
getOrder, isEnabled, setEnabled, setOrderprotected List<GeneralChangeProcessorScenarioType> scenario
public static final QName COMPLEX_TYPE
public static final QName F_SCENARIO
public GeneralChangeProcessorConfigurationType()
GeneralChangeProcessorConfigurationType instance.public GeneralChangeProcessorConfigurationType(GeneralChangeProcessorConfigurationType o)
GeneralChangeProcessorConfigurationType instance by deeply copying a given GeneralChangeProcessorConfigurationType instance.o - The instance to copy.NullPointerException - if o is null.public List<GeneralChangeProcessorScenarioType> getScenario()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the scenario property.
For example, to add a new item, do as follows:
getScenario().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralChangeProcessorScenarioType
public String toString()
toString in class WfChangeProcessorConfigurationTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class WfChangeProcessorConfigurationTypepublic int hashCode()
hashCode in class WfChangeProcessorConfigurationTypepublic 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.Equalsequals in class WfChangeProcessorConfigurationTypepublic boolean equals(Object object)
equals in class WfChangeProcessorConfigurationTypepublic GeneralChangeProcessorConfigurationType clone()
clone in class WfChangeProcessorConfigurationTypeCopyright © 2016 Evolveum. All rights reserved.