Package com.vidispine.generated
Class TaskDefinitionDependency
java.lang.Object
com.vidispine.generated.TaskDefinitionDependency
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class TaskDefinitionDependency
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getStep()Gets the value of the step property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the allPrevious property.Gets the value of the previous property.booleanbooleanbooleanvoidsetAllPrevious(Boolean value) Sets the value of the allPrevious property.voidsetPrevious(Boolean value) Sets the value of the previous property.voidsetStep(BigInteger value) Sets the value of the step property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAllPrevious(Boolean value) Sets the value of the allPrevious property.withPrevious(Boolean value) Sets the value of the previous property.withStep(BigInteger value) Sets the value of the step property.
-
Field Details
-
step
-
previous
-
allPrevious
-
-
Constructor Details
-
TaskDefinitionDependency
public TaskDefinitionDependency()
-
-
Method Details
-
getStep
Gets the value of the step property.- Returns:
- possible object is
BigInteger
-
setStep
Sets the value of the step property.- Parameters:
value- allowed object isBigInteger
-
isSetStep
public boolean isSetStep() -
isPrevious
Gets the value of the previous property.- Returns:
- possible object is
Boolean
-
setPrevious
Sets the value of the previous property.- Parameters:
value- allowed object isBoolean
-
isSetPrevious
public boolean isSetPrevious() -
isAllPrevious
Gets the value of the allPrevious property.- Returns:
- possible object is
Boolean
-
setAllPrevious
Sets the value of the allPrevious property.- Parameters:
value- allowed object isBoolean
-
isSetAllPrevious
public boolean isSetAllPrevious() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withStep
Sets the value of the step property.- Parameters:
value- allowed object isBigInteger- Returns:
- The class instance
-
withPrevious
Sets the value of the previous property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withAllPrevious
Sets the value of the allPrevious property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-