public class TaskExecutionConstraintsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for TaskExecutionConstraintsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskExecutionConstraintsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="groupTaskLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="allowedNode" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="disallowedNode" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="retryAfter" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
allowedNode |
static QName |
COMPLEX_TYPE |
protected List<String> |
disallowedNode |
static QName |
F_ALLOWED_NODE |
static QName |
F_DISALLOWED_NODE |
static QName |
F_GROUP |
static QName |
F_GROUP_TASK_LIMIT |
static QName |
F_RETRY_AFTER |
protected String |
group |
protected Integer |
groupTaskLimit |
protected Duration |
retryAfter |
Constructor and Description |
---|
TaskExecutionConstraintsType()
Creates a new
TaskExecutionConstraintsType instance. |
TaskExecutionConstraintsType(TaskExecutionConstraintsType o)
Creates a new
TaskExecutionConstraintsType instance by deeply copying a given TaskExecutionConstraintsType instance. |
Modifier and Type | Method and Description |
---|---|
TaskExecutionConstraintsType |
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<String> |
getAllowedNode()
Gets the value of the allowedNode property.
|
List<String> |
getDisallowedNode()
Gets the value of the disallowedNode property.
|
String |
getGroup()
Gets the value of the group property.
|
Integer |
getGroupTaskLimit()
Gets the value of the groupTaskLimit property.
|
Duration |
getRetryAfter()
Gets the value of the retryAfter property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setGroupTaskLimit(Integer value)
Sets the value of the groupTaskLimit 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 String group
protected Integer groupTaskLimit
protected Duration retryAfter
public static final QName COMPLEX_TYPE
public static final QName F_GROUP
public static final QName F_GROUP_TASK_LIMIT
public static final QName F_ALLOWED_NODE
public static final QName F_DISALLOWED_NODE
public static final QName F_RETRY_AFTER
public TaskExecutionConstraintsType()
TaskExecutionConstraintsType
instance.public TaskExecutionConstraintsType(TaskExecutionConstraintsType o)
TaskExecutionConstraintsType
instance by deeply copying a given TaskExecutionConstraintsType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public Integer getGroupTaskLimit()
Integer
public void setGroupTaskLimit(Integer value)
value
- allowed object is
Integer
public List<String> getAllowedNode()
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 allowedNode property.
For example, to add a new item, do as follows:
getAllowedNode().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getDisallowedNode()
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 disallowedNode property.
For example, to add a new item, do as follows:
getDisallowedNode().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Duration getRetryAfter()
Duration
public void setRetryAfter(Duration value)
value
- allowed object is
Duration
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 TaskExecutionConstraintsType clone()
Copyright © 2017 Evolveum. All rights reserved.