Package com.vidispine.generated
Class ComplexJobSubtitleOutputType
- java.lang.Object
-
- com.vidispine.generated.ComplexJobOutputType
-
- com.vidispine.generated.ComplexJobSubtitleOutputType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ComplexJobSubtitleOutputType extends ComplexJobOutputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ComplexJobSubtitleOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobSubtitleOutputType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobOutputType"> <sequence> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobSubtitleOutputType.PropInfo
-
Field Summary
-
Fields inherited from class com.vidispine.generated.ComplexJobOutputType
bitrate, codec, codecName, codecTag, codecTagString, edl, id, metadata, objectTracking, preset, setting, start, timeBase
-
-
Constructor Summary
Constructors Constructor Description ComplexJobSubtitleOutputType()
-
Method Summary
-
Methods inherited from class com.vidispine.generated.ComplexJobOutputType
getBitrate, getCodec, getCodecName, getCodecTag, getCodecTagString, getEdl, getId, getMetadata, getObjectTracking, getPreset, getSetting, getStart, getTimeBase, isSetBitrate, isSetCodec, isSetCodecName, isSetCodecTag, isSetCodecTagString, isSetEdl, isSetId, isSetMetadata, isSetObjectTracking, isSetPreset, isSetSetting, isSetStart, isSetTimeBase, setBitrate, setCodec, setCodecName, setCodecTag, setCodecTagString, setEdl, setObjectTracking, setStart, setTimeBase, unsetId, unsetMetadata, unsetPreset, unsetSetting
-
-
-
-
Method Detail
-
clone
public Object clone()
- Overrides:
clone
in classComplexJobOutputType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComplexJobOutputType
-
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 classComplexJobOutputType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classComplexJobOutputType
-
withId
public ComplexJobSubtitleOutputType withId(Integer... values)
- Overrides:
withId
in classComplexJobOutputType
-
withId
public ComplexJobSubtitleOutputType withId(Collection<Integer> values)
- Overrides:
withId
in classComplexJobOutputType
-
withStart
public ComplexJobSubtitleOutputType withStart(TimeCodeType value)
- Overrides:
withStart
in classComplexJobOutputType
-
withCodec
public ComplexJobSubtitleOutputType withCodec(String value)
- Overrides:
withCodec
in classComplexJobOutputType
-
withCodecTag
public ComplexJobSubtitleOutputType withCodecTag(Long value)
- Overrides:
withCodecTag
in classComplexJobOutputType
-
withCodecTagString
public ComplexJobSubtitleOutputType withCodecTagString(String value)
- Overrides:
withCodecTagString
in classComplexJobOutputType
-
withCodecName
public ComplexJobSubtitleOutputType withCodecName(String value)
- Overrides:
withCodecName
in classComplexJobOutputType
-
withBitrate
public ComplexJobSubtitleOutputType withBitrate(Long value)
- Overrides:
withBitrate
in classComplexJobOutputType
-
withTimeBase
public ComplexJobSubtitleOutputType withTimeBase(TimeBaseType value)
- Overrides:
withTimeBase
in classComplexJobOutputType
-
withPreset
public ComplexJobSubtitleOutputType withPreset(String... values)
- Overrides:
withPreset
in classComplexJobOutputType
-
withPreset
public ComplexJobSubtitleOutputType withPreset(Collection<String> values)
- Overrides:
withPreset
in classComplexJobOutputType
-
withEdl
public ComplexJobSubtitleOutputType withEdl(EDLType value)
- Overrides:
withEdl
in classComplexJobOutputType
-
withSetting
public ComplexJobSubtitleOutputType withSetting(KeyValuePairType... values)
- Overrides:
withSetting
in classComplexJobOutputType
-
withSetting
public ComplexJobSubtitleOutputType withSetting(Collection<KeyValuePairType> values)
- Overrides:
withSetting
in classComplexJobOutputType
-
withObjectTracking
public ComplexJobSubtitleOutputType withObjectTracking(ComplexJobOTIFType value)
- Overrides:
withObjectTracking
in classComplexJobOutputType
-
withMetadata
public ComplexJobSubtitleOutputType withMetadata(KeyValuePairType... values)
- Overrides:
withMetadata
in classComplexJobOutputType
-
withMetadata
public ComplexJobSubtitleOutputType withMetadata(Collection<KeyValuePairType> values)
- Overrides:
withMetadata
in classComplexJobOutputType
-
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 classComplexJobOutputType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classComplexJobOutputType
-
visit
public ComplexJobSubtitleOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classComplexJobOutputType
-
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 classComplexJobOutputType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classComplexJobOutputType
-
-