public class WfExecutionTasksConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for WfExecutionTasksConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfExecutionTasksConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialization" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksSerializationType" minOccurs="0"/> <element name="executionConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskExecutionConstraintsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected TaskExecutionConstraintsType |
executionConstraints |
static QName |
F_EXECUTION_CONSTRAINTS |
static QName |
F_SERIALIZATION |
protected WfExecutionTasksSerializationType |
serialization |
Constructor and Description |
---|
WfExecutionTasksConfigurationType()
Creates a new
WfExecutionTasksConfigurationType instance. |
WfExecutionTasksConfigurationType(WfExecutionTasksConfigurationType o)
Creates a new
WfExecutionTasksConfigurationType instance by deeply copying a given WfExecutionTasksConfigurationType instance. |
Modifier and Type | Method and Description |
---|---|
TaskExecutionConstraintsType |
beginExecutionConstraints() |
WfExecutionTasksSerializationType |
beginSerialization() |
WfExecutionTasksConfigurationType |
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) |
WfExecutionTasksConfigurationType |
executionConstraints(TaskExecutionConstraintsType value) |
TaskExecutionConstraintsType |
getExecutionConstraints()
Gets the value of the executionConstraints property.
|
WfExecutionTasksSerializationType |
getSerialization()
Gets the value of the serialization property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
WfExecutionTasksConfigurationType |
serialization(WfExecutionTasksSerializationType value) |
void |
setExecutionConstraints(TaskExecutionConstraintsType value)
Sets the value of the executionConstraints property.
|
void |
setSerialization(WfExecutionTasksSerializationType value)
Sets the value of the serialization property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected WfExecutionTasksSerializationType serialization
protected TaskExecutionConstraintsType executionConstraints
public static final QName COMPLEX_TYPE
public static final QName F_SERIALIZATION
public static final QName F_EXECUTION_CONSTRAINTS
public WfExecutionTasksConfigurationType()
WfExecutionTasksConfigurationType
instance.public WfExecutionTasksConfigurationType(WfExecutionTasksConfigurationType o)
WfExecutionTasksConfigurationType
instance by deeply copying a given WfExecutionTasksConfigurationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public WfExecutionTasksSerializationType getSerialization()
WfExecutionTasksSerializationType
public void setSerialization(WfExecutionTasksSerializationType value)
value
- allowed object is
WfExecutionTasksSerializationType
public TaskExecutionConstraintsType getExecutionConstraints()
TaskExecutionConstraintsType
public void setExecutionConstraints(TaskExecutionConstraintsType value)
value
- allowed object is
TaskExecutionConstraintsType
public 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.HashCode
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public WfExecutionTasksConfigurationType serialization(WfExecutionTasksSerializationType value)
public WfExecutionTasksSerializationType beginSerialization()
public WfExecutionTasksConfigurationType executionConstraints(TaskExecutionConstraintsType value)
public TaskExecutionConstraintsType beginExecutionConstraints()
public WfExecutionTasksConfigurationType clone()
Copyright © 2017 Evolveum. All rights reserved.