Package com.vidispine.generated
Class NLEJob2VideoOutputType
java.lang.Object
com.vidispine.generated.ComplexJobOutputType
com.vidispine.generated.ComplexJobVideoOutputType
com.vidispine.generated.NLEJob2VideoOutputType
- 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
public class NLEJob2VideoOutputType
extends ComplexJobVideoOutputType
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 NLEJob2VideoOutputType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJob2VideoOutputType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobVideoOutputType">
<sequence>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="sequence" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.vidispine.generated.ComplexJobVideoOutputType
ComplexJobVideoOutputType.DetectFaces, ComplexJobVideoOutputType.GeneratePosters, ComplexJobVideoOutputType.GenerateThumbnails
-
Field Summary
FieldsFields inherited from class com.vidispine.generated.ComplexJobVideoOutputType
addParameterSets, burnTimecode, colorSiting, containerSAR, detectFaces, disableFrameDupDrop, displayHeight, displayWidth, displayXOffset, displayYOffset, forceCFR, generatePosters, generateThumbnails, gopSize, imageQuality, level, maxBFrames, maxBitrate, minBitrate, overlay, parameterSets, pixelFormat, rcBufferSize, rcInitialBufferOccupancy, resolution, scaling, stripParameterSets, textOverlay
Fields inherited from class com.vidispine.generated.ComplexJobOutputType
bitrate, codec, codecName, codecTag, codecTagString, edl, id, metadata, objectTracking, preset, setting, start, 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
Gets the value of the sequence property.getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
isSetUri()
void
setSequence
(int value) Sets the value of the sequence property.void
Sets the value of the uri property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAddParameterSets
(Boolean value) Sets the value of the addParameterSets property.withBitrate
(Long value) Sets the value of the bitrate property.withBurnTimecode
(Boolean value) Sets the value of the burnTimecode property.Sets the value of the codec property.withCodecName
(String value) Sets the value of the codecName property.withCodecTag
(Long value) Sets the value of the codecTag property.withCodecTagString
(String value) Sets the value of the codecTagString property.withColorSiting
(Integer value) Sets the value of the colorSiting property.withContainerSAR
(AspectRatioType value) Sets the value of the containerSAR property.Sets the value of the detectFaces property.withDisableFrameDupDrop
(Boolean value) Sets the value of the disableFrameDupDrop property.withDisplayHeight
(RationalType value) Sets the value of the displayHeight property.withDisplayWidth
(RationalType value) Sets the value of the displayWidth property.withDisplayXOffset
(RationalType value) Sets the value of the displayXOffset property.withDisplayYOffset
(RationalType value) Sets the value of the displayYOffset property.Sets the value of the edl property.withForceCFR
(Boolean value) Sets the value of the forceCFR property.Sets the value of the generatePosters property.Sets the value of the generateThumbnails property.withGopSize
(Integer value) Sets the value of the gopSize property.Adds objects to the list of Id using add methodwithId
(Collection<Integer> values) Adds objects to the list of Id using addAll methodwithImageQuality
(BigInteger value) Sets the value of the imageQuality property.Sets the value of the level property.withMaxBFrames
(Integer value) Sets the value of the maxBFrames property.withMaxBitrate
(Long value) Sets the value of the maxBitrate property.withMetadata
(KeyValuePairType... values) Adds objects to the list of Metadata using add methodwithMetadata
(Collection<KeyValuePairType> values) Adds objects to the list of Metadata using addAll methodwithMinBitrate
(Long value) Sets the value of the minBitrate property.Sets the value of the objectTracking property.withOverlay
(OverlayType... values) Adds objects to the list of Overlay using add methodwithOverlay
(Collection<OverlayType> values) Adds objects to the list of Overlay using addAll methodwithParameterSets
(byte[] value) Sets the value of the parameterSets property.withPixelFormat
(String value) Sets the value of the pixelFormat property.withPreset
(String... values) Adds objects to the list of Preset using add methodwithPreset
(Collection<String> values) Adds objects to the list of Preset using addAll methodwithRcBufferSize
(Long value) Sets the value of the rcBufferSize property.withRcInitialBufferOccupancy
(Long value) Sets the value of the rcInitialBufferOccupancy property.withResolution
(ResolutionType value) Sets the value of the resolution property.withScaling
(ScalingType value) Sets the value of the scaling property.withSequence
(int value) Sets the value of the sequence property.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStart
(TimeCodeType value) Sets the value of the start property.withStripParameterSets
(Boolean value) Sets the value of the stripParameterSets property.withTextOverlay
(TextOverlayType... values) Adds objects to the list of TextOverlay using add methodwithTextOverlay
(Collection<TextOverlayType> values) Adds objects to the list of TextOverlay using addAll methodwithTimeBase
(TimeBaseType value) Sets the value of the timeBase property.Sets the value of the uri property.Methods inherited from class com.vidispine.generated.ComplexJobVideoOutputType
getColorSiting, getContainerSAR, getDetectFaces, getDisplayHeight, getDisplayWidth, getDisplayXOffset, getDisplayYOffset, getGeneratePosters, getGenerateThumbnails, getGopSize, getImageQuality, getLevel, getMaxBFrames, getMaxBitrate, getMinBitrate, getOverlay, getParameterSets, getPixelFormat, getRcBufferSize, getRcInitialBufferOccupancy, getResolution, getScaling, getTextOverlay, isAddParameterSets, isBurnTimecode, isDisableFrameDupDrop, isForceCFR, isSetAddParameterSets, isSetBurnTimecode, isSetColorSiting, isSetContainerSAR, isSetDetectFaces, isSetDisableFrameDupDrop, isSetDisplayHeight, isSetDisplayWidth, isSetDisplayXOffset, isSetDisplayYOffset, isSetForceCFR, isSetGeneratePosters, isSetGenerateThumbnails, isSetGopSize, isSetImageQuality, isSetLevel, isSetMaxBFrames, isSetMaxBitrate, isSetMinBitrate, isSetOverlay, isSetParameterSets, isSetPixelFormat, isSetRcBufferSize, isSetRcInitialBufferOccupancy, isSetResolution, isSetScaling, isSetStripParameterSets, isSetTextOverlay, isStripParameterSets, setAddParameterSets, setBurnTimecode, setColorSiting, setContainerSAR, setDetectFaces, setDisableFrameDupDrop, setDisplayHeight, setDisplayWidth, setDisplayXOffset, setDisplayYOffset, setForceCFR, setGeneratePosters, setGenerateThumbnails, setGopSize, setImageQuality, setLevel, setMaxBFrames, setMaxBitrate, setMinBitrate, setParameterSets, setPixelFormat, setRcBufferSize, setRcInitialBufferOccupancy, setResolution, setScaling, setStripParameterSets, unsetOverlay, unsetTextOverlay
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
-
Field Details
-
uri
-
sequence
protected int sequence
-
-
Constructor Details
-
NLEJob2VideoOutputType
public NLEJob2VideoOutputType()
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri() -
getSequence
public int getSequence()Gets the value of the sequence property. -
setSequence
public void setSequence(int value) Sets the value of the sequence property. -
isSetSequence
public boolean isSetSequence() -
clone
- Overrides:
clone
in classComplexJobVideoOutputType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classComplexJobVideoOutputType
-
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 classComplexJobVideoOutputType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classComplexJobVideoOutputType
-
withUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSequence
Sets the value of the sequence property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withScaling
Sets the value of the scaling property.- Overrides:
withScaling
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isScalingType
- Returns:
- The class instance
-
withResolution
Sets the value of the resolution property.- Overrides:
withResolution
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isResolutionType
- Returns:
- The class instance
-
withPixelFormat
Sets the value of the pixelFormat property.- Overrides:
withPixelFormat
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withGopSize
Sets the value of the gopSize property.- Overrides:
withGopSize
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withMaxBFrames
Sets the value of the maxBFrames property.- Overrides:
withMaxBFrames
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withRcBufferSize
Sets the value of the rcBufferSize property.- Overrides:
withRcBufferSize
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withRcInitialBufferOccupancy
Sets the value of the rcInitialBufferOccupancy property.- Overrides:
withRcInitialBufferOccupancy
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withMinBitrate
Sets the value of the minBitrate property.- Overrides:
withMinBitrate
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withMaxBitrate
Sets the value of the maxBitrate property.- Overrides:
withMaxBitrate
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withColorSiting
Sets the value of the colorSiting property.- Overrides:
withColorSiting
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withGenerateThumbnails
public NLEJob2VideoOutputType withGenerateThumbnails(ComplexJobVideoOutputType.GenerateThumbnails value) Sets the value of the generateThumbnails property.- Overrides:
withGenerateThumbnails
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isComplexJobVideoOutputType.GenerateThumbnails
- Returns:
- The class instance
-
withGeneratePosters
Sets the value of the generatePosters property.- Overrides:
withGeneratePosters
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isComplexJobVideoOutputType.GeneratePosters
- Returns:
- The class instance
-
withDetectFaces
Sets the value of the detectFaces property.- Overrides:
withDetectFaces
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isComplexJobVideoOutputType.DetectFaces
- Returns:
- The class instance
-
withOverlay
Adds objects to the list of Overlay using add method- Overrides:
withOverlay
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Overlay- Returns:
- The class instance
-
withOverlay
Adds objects to the list of Overlay using addAll method- Overrides:
withOverlay
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Overlay- Returns:
- The class instance
-
withTextOverlay
Adds objects to the list of TextOverlay using add method- Overrides:
withTextOverlay
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list TextOverlay- Returns:
- The class instance
-
withTextOverlay
Adds objects to the list of TextOverlay using addAll method- Overrides:
withTextOverlay
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list TextOverlay- Returns:
- The class instance
-
withStripParameterSets
Sets the value of the stripParameterSets property.- Overrides:
withStripParameterSets
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withAddParameterSets
Sets the value of the addParameterSets property.- Overrides:
withAddParameterSets
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withParameterSets
Sets the value of the parameterSets property.- Overrides:
withParameterSets
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object is byte[]- Returns:
- The class instance
-
withLevel
Sets the value of the level property.- Overrides:
withLevel
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withDisableFrameDupDrop
Sets the value of the disableFrameDupDrop property.- Overrides:
withDisableFrameDupDrop
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withForceCFR
Sets the value of the forceCFR property.- Overrides:
withForceCFR
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withBurnTimecode
Sets the value of the burnTimecode property.- Overrides:
withBurnTimecode
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withImageQuality
Sets the value of the imageQuality property.- Overrides:
withImageQuality
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withDisplayWidth
Sets the value of the displayWidth property.- Overrides:
withDisplayWidth
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withDisplayHeight
Sets the value of the displayHeight property.- Overrides:
withDisplayHeight
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withDisplayXOffset
Sets the value of the displayXOffset property.- Overrides:
withDisplayXOffset
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withDisplayYOffset
Sets the value of the displayYOffset property.- Overrides:
withDisplayYOffset
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withContainerSAR
Sets the value of the containerSAR property.- Overrides:
withContainerSAR
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isAspectRatioType
- Returns:
- The class instance
-
withId
Adds objects to the list of Id using add method- Overrides:
withId
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Id- Returns:
- The class instance
-
withId
Adds objects to the list of Id using addAll method- Overrides:
withId
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Id- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Overrides:
withStart
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withCodec
Sets the value of the codec property.- Overrides:
withCodec
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodecTag
Sets the value of the codecTag property.- Overrides:
withCodecTag
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withCodecTagString
Sets the value of the codecTagString property.- Overrides:
withCodecTagString
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodecName
Sets the value of the codecName property.- Overrides:
withCodecName
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Overrides:
withBitrate
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Overrides:
withTimeBase
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isTimeBaseType
- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using add method- Overrides:
withPreset
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using addAll method- Overrides:
withPreset
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withEdl
Sets the value of the edl property.- Overrides:
withEdl
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isEDLType
- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Overrides:
withSetting
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Overrides:
withSetting
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withObjectTracking
Sets the value of the objectTracking property.- Overrides:
withObjectTracking
in classComplexJobVideoOutputType
- Parameters:
value
- allowed object isComplexJobOTIFType
- Returns:
- The class instance
-
withMetadata
Adds objects to the list of Metadata using add method- Overrides:
withMetadata
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Metadata- Returns:
- The class instance
-
withMetadata
Adds objects to the list of Metadata using addAll method- Overrides:
withMetadata
in classComplexJobVideoOutputType
- Parameters:
values
- objects to add to the list Metadata- 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 classComplexJobVideoOutputType
-
equals
- Overrides:
equals
in classComplexJobVideoOutputType
-
visit
- Overrides:
visit
in classComplexJobVideoOutputType
-
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 classComplexJobVideoOutputType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classComplexJobVideoOutputType
-
toString
- Overrides:
toString
in classComplexJobVideoOutputType
-
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 classComplexJobVideoOutputType
-
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 classComplexJobVideoOutputType
-