public class TaskDefinitionDependency extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
TaskDefinitionDependency.PropInfo |
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() |
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) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TaskDefinitionDependency |
withAllPrevious(Boolean value) |
TaskDefinitionDependency |
withPrevious(Boolean value) |
TaskDefinitionDependency |
withStep(BigInteger value) |
protected BigInteger step
protected Boolean previous
protected Boolean allPrevious
public BigInteger getStep()
BigInteger
public void setStep(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetStep()
public Boolean isPrevious()
Boolean
public void setPrevious(Boolean value)
value
- allowed object is
Boolean
public boolean isSetPrevious()
public Boolean isAllPrevious()
Boolean
public void setAllPrevious(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAllPrevious()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public TaskDefinitionDependency withStep(BigInteger value)
public TaskDefinitionDependency withPrevious(Boolean value)
public TaskDefinitionDependency withAllPrevious(Boolean value)
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 TaskDefinitionDependency visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.