public class WfExecutionTasksSerializationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for WfExecutionTasksSerializationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfExecutionTasksSerializationType"> <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="scope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfExecutionTasksSerializationScopeType" maxOccurs="unbounded" minOccurs="0"/> <element name="retryAfter" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="groupPrefix" type="{http://www.w3.org/2001/XMLSchema}string" 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_GROUP_PREFIX |
static QName |
F_RETRY_AFTER |
static QName |
F_SCOPE |
protected String |
groupPrefix |
protected Duration |
retryAfter |
protected List<WfExecutionTasksSerializationScopeType> |
scope |
Constructor and Description |
---|
WfExecutionTasksSerializationType()
Creates a new
WfExecutionTasksSerializationType instance. |
WfExecutionTasksSerializationType(WfExecutionTasksSerializationType o)
Creates a new
WfExecutionTasksSerializationType instance by deeply copying a given WfExecutionTasksSerializationType instance. |
Modifier and Type | Method and Description |
---|---|
WfExecutionTasksSerializationType |
clone()
Creates and returns a deep copy of this object.
|
WfExecutionTasksSerializationType |
enabled(Boolean value) |
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) |
String |
getGroupPrefix()
Gets the value of the groupPrefix property.
|
Duration |
getRetryAfter()
Gets the value of the retryAfter property.
|
List<WfExecutionTasksSerializationScopeType> |
getScope()
Gets the value of the scope property.
|
WfExecutionTasksSerializationType |
groupPrefix(String value) |
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.
|
WfExecutionTasksSerializationType |
retryAfter(Duration value) |
WfExecutionTasksSerializationType |
scope(WfExecutionTasksSerializationScopeType value) |
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setGroupPrefix(String value)
Sets the value of the groupPrefix property.
|
void |
setRetryAfter(Duration value)
Sets the value of the retryAfter property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean enabled
protected List<WfExecutionTasksSerializationScopeType> scope
protected Duration retryAfter
protected String groupPrefix
public static final QName COMPLEX_TYPE
public static final QName F_ENABLED
public static final QName F_SCOPE
public static final QName F_RETRY_AFTER
public static final QName F_GROUP_PREFIX
public WfExecutionTasksSerializationType()
WfExecutionTasksSerializationType
instance.public WfExecutionTasksSerializationType(WfExecutionTasksSerializationType o)
WfExecutionTasksSerializationType
instance by deeply copying a given WfExecutionTasksSerializationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Boolean isEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public List<WfExecutionTasksSerializationScopeType> getScope()
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 scope property.
For example, to add a new item, do as follows:
getScope().add(newItem);
Objects of the following type(s) are allowed in the list
WfExecutionTasksSerializationScopeType
public Duration getRetryAfter()
Duration
public void setRetryAfter(Duration value)
value
- allowed object is
Duration
public String getGroupPrefix()
String
public void setGroupPrefix(String value)
value
- allowed object is
String
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 WfExecutionTasksSerializationType enabled(Boolean value)
public WfExecutionTasksSerializationType scope(WfExecutionTasksSerializationScopeType value)
public WfExecutionTasksSerializationType retryAfter(Duration value)
public WfExecutionTasksSerializationType groupPrefix(String value)
public WfExecutionTasksSerializationType clone()
Copyright © 2018 Evolveum. All rights reserved.