public class WfChangeProcessorConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for WfChangeProcessorConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfChangeProcessorConfigurationType">
<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="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
protected Boolean |
enabled |
static QName |
F_ENABLED |
static QName |
F_ORDER |
protected Integer |
order |
| Constructor and Description |
|---|
WfChangeProcessorConfigurationType()
Creates a new
WfChangeProcessorConfigurationType instance. |
WfChangeProcessorConfigurationType(WfChangeProcessorConfigurationType o)
Creates a new
WfChangeProcessorConfigurationType instance by deeply copying a given WfChangeProcessorConfigurationType instance. |
| Modifier and Type | Method and Description |
|---|---|
WfChangeProcessorConfigurationType |
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) |
Integer |
getOrder()
Gets the value of the order 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 |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setOrder(Integer value)
Sets the value of the order property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean enabled
protected Integer order
public static final QName COMPLEX_TYPE
public static final QName F_ENABLED
public static final QName F_ORDER
public WfChangeProcessorConfigurationType()
WfChangeProcessorConfigurationType instance.public WfChangeProcessorConfigurationType(WfChangeProcessorConfigurationType o)
WfChangeProcessorConfigurationType instance by deeply copying a given WfChangeProcessorConfigurationType instance.o - The instance to copy.NullPointerException - if o is null.public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic Integer getOrder()
Integerpublic void setOrder(Integer value)
value - allowed object is
Integerpublic 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 WfChangeProcessorConfigurationType clone()
Copyright © 2016 Evolveum. All rights reserved.