public class FastStartSettingType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FastStartSettingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FastStartSettingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requireFastStart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="analyzeDuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fastStartDuration" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FastStartSettingType.FastStartDuration
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
analyzeDuration |
protected FastStartSettingType.FastStartDuration |
fastStartDuration |
protected Boolean |
requireFastStart |
| Constructor and Description |
|---|
FastStartSettingType() |
| 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() |
FastStartSettingType.FastStartDuration |
getFastStartDuration()
Gets the value of the fastStartDuration property.
|
Boolean |
isAnalyzeDuration()
Gets the value of the analyzeDuration property.
|
Boolean |
isRequireFastStart()
Gets the value of the requireFastStart property.
|
boolean |
isSetAnalyzeDuration() |
boolean |
isSetFastStartDuration() |
boolean |
isSetRequireFastStart() |
void |
setAnalyzeDuration(Boolean value)
Sets the value of the analyzeDuration property.
|
void |
setFastStartDuration(FastStartSettingType.FastStartDuration value)
Sets the value of the fastStartDuration property.
|
void |
setRequireFastStart(Boolean value)
Sets the value of the requireFastStart property.
|
FastStartSettingType |
withAnalyzeDuration(Boolean value) |
FastStartSettingType |
withFastStartDuration(FastStartSettingType.FastStartDuration value) |
FastStartSettingType |
withRequireFastStart(Boolean value) |
protected Boolean requireFastStart
protected Boolean analyzeDuration
protected FastStartSettingType.FastStartDuration fastStartDuration
public Boolean isRequireFastStart()
Booleanpublic void setRequireFastStart(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRequireFastStart()
public Boolean isAnalyzeDuration()
Booleanpublic void setAnalyzeDuration(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAnalyzeDuration()
public FastStartSettingType.FastStartDuration getFastStartDuration()
FastStartSettingType.FastStartDurationpublic void setFastStartDuration(FastStartSettingType.FastStartDuration value)
value - allowed object is
FastStartSettingType.FastStartDurationpublic boolean isSetFastStartDuration()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic FastStartSettingType withRequireFastStart(Boolean value)
public FastStartSettingType withAnalyzeDuration(Boolean value)
public FastStartSettingType withFastStartDuration(FastStartSettingType.FastStartDuration value)
Copyright © 2015. All rights reserved.