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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the override property.boolean
void
setOverride
(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:
clone
in classTimeCodeType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTimeCodeType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTimeCodeType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in 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:
withSamples
in classTimeCodeType
- Parameters:
value
- allowed object is long- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Overrides:
withTimeBase
in 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classTimeCodeType
-
equals
- Overrides:
equals
in classTimeCodeType
-
visit
- Overrides:
visit
in classTimeCodeType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classTimeCodeType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTimeCodeType
-
toString
- Overrides:
toString
in classTimeCodeType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classTimeCodeType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classTimeCodeType
-