Package com.vidispine.generated
Class ComplexJobType.Input.FaststartDuration
- java.lang.Object
-
- com.vidispine.generated.TimeCodeType
-
- com.vidispine.generated.ComplexJobType.Input.FaststartDuration
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ComplexJobType.Input
public static class ComplexJobType.Input.FaststartDuration extends TimeCodeType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"> <attribute name="override" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobType.Input.FaststartDuration.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected boolean
override
-
Fields inherited from class com.vidispine.generated.TimeCodeType
samples, timeBase
-
-
Constructor Summary
Constructors Constructor Description FaststartDuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isOverride()
Gets the value of the override property.boolean
isSetOverride()
void
setOverride(boolean value)
Sets the value of the override property.ComplexJobType.Input.FaststartDuration
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobType.Input.FaststartDuration
withOverride(boolean value)
ComplexJobType.Input.FaststartDuration
withSamples(long value)
ComplexJobType.Input.FaststartDuration
withTimeBase(TimeBaseType value)
-
Methods inherited from class com.vidispine.generated.TimeCodeType
getSamples, getTimeBase, isSetSamples, isSetTimeBase, setSamples, setTimeBase
-
-
-
-
Method Detail
-
isOverride
public boolean isOverride()
Gets the value of the override property.
-
setOverride
public void setOverride(boolean value)
Sets the value of the override property.
-
isSetOverride
public boolean isSetOverride()
-
clone
public Object clone()
- Overrides:
clone
in classTimeCodeType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTimeCodeType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTimeCodeType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classTimeCodeType
-
withOverride
public ComplexJobType.Input.FaststartDuration withOverride(boolean value)
-
withSamples
public ComplexJobType.Input.FaststartDuration withSamples(long value)
- Overrides:
withSamples
in classTimeCodeType
-
withTimeBase
public ComplexJobType.Input.FaststartDuration withTimeBase(TimeBaseType value)
- Overrides:
withTimeBase
in classTimeCodeType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classTimeCodeType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classTimeCodeType
-
visit
public ComplexJobType.Input.FaststartDuration visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classTimeCodeType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classTimeCodeType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTimeCodeType
-
-