Package com.vidispine.generated
Class FastStartSettingType.FastStartDuration
java.lang.Object
com.vidispine.generated.TimeCodeType
com.vidispine.generated.FastStartSettingType.FastStartDuration
- 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
- Enclosing class:
- FastStartSettingType
public static class FastStartSettingType.FastStartDuration
extends TimeCodeType
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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.TimeCodeType
samples, timeBase -
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) inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanGets the value of the override property.booleanvoidsetOverride(boolean value) Sets the value of the override property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withOverride(boolean value) Sets the value of the override property.withSamples(long value) Sets the value of the samples property.withTimeBase(TimeBaseType value) Sets the value of the timeBase property.Methods inherited from class com.vidispine.generated.TimeCodeType
getSamples, getTimeBase, isSetSamples, isSetTimeBase, setSamples, setTimeBase
-
Field Details
-
override
protected boolean override
-
-
Constructor Details
-
FastStartDuration
public FastStartDuration()
-
-
Method Details
-
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
- Overrides:
clonein classTimeCodeType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTimeCodeType
-
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- Overrides:
copyToin classTimeCodeType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classTimeCodeType
-
withOverride
Sets the value of the override property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withSamples
Sets the value of the samples property.- Overrides:
withSamplesin classTimeCodeType- Parameters:
value- allowed object is long- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Overrides:
withTimeBasein classTimeCodeType- Parameters:
value- allowed object isTimeBaseType- 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- Overrides:
equalsin classTimeCodeType
-
equals
- Overrides:
equalsin classTimeCodeType
-
visit
- Overrides:
visitin classTimeCodeType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classTimeCodeType
-
hashCode
public int hashCode()- Overrides:
hashCodein classTimeCodeType
-
toString
- Overrides:
toStringin classTimeCodeType
-
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- Overrides:
appendin classTimeCodeType
-
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- Overrides:
appendFieldsin classTimeCodeType
-