public class TaskDefinitionDependency extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TaskDefinitionDependency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskDefinitionDependency">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="step" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="previous" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allPrevious" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allPrevious |
protected Boolean |
previous |
protected BigInteger |
step |
| Constructor and Description |
|---|
TaskDefinitionDependency() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
BigInteger |
getStep()
Gets the value of the step property.
|
Boolean |
isAllPrevious()
Gets the value of the allPrevious property.
|
Boolean |
isPrevious()
Gets the value of the previous property.
|
boolean |
isSetAllPrevious() |
boolean |
isSetPrevious() |
boolean |
isSetStep() |
void |
setAllPrevious(Boolean value)
Sets the value of the allPrevious property.
|
void |
setPrevious(Boolean value)
Sets the value of the previous property.
|
void |
setStep(BigInteger value)
Sets the value of the step property.
|
TaskDefinitionDependency |
withAllPrevious(Boolean value) |
TaskDefinitionDependency |
withPrevious(Boolean value) |
TaskDefinitionDependency |
withStep(BigInteger value) |
protected BigInteger step
protected Boolean previous
protected Boolean allPrevious
public BigInteger getStep()
BigIntegerpublic void setStep(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetStep()
public Boolean isPrevious()
Booleanpublic void setPrevious(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPrevious()
public Boolean isAllPrevious()
Booleanpublic void setAllPrevious(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAllPrevious()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic TaskDefinitionDependency withStep(BigInteger value)
public TaskDefinitionDependency withPrevious(Boolean value)
public TaskDefinitionDependency withAllPrevious(Boolean value)
Copyright © 2015. All rights reserved.