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.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class NLEJob2VideoOutputType extends ComplexJobVideoOutputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NLEJob2VideoOutputType.PropInfo
-
Nested classes/interfaces inherited from class com.vidispine.generated.ComplexJobVideoOutputType
ComplexJobVideoOutputType.DetectFaces, ComplexJobVideoOutputType.GeneratePosters, ComplexJobVideoOutputType.GenerateThumbnails
-
-
Field Summary
Fields Modifier and Type Field Description protected int
sequence
protected String
uri
-
Fields 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 Constructor Description NLEJob2VideoOutputType()
-
Method Summary
-
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 Detail
-
uri
protected String uri
-
sequence
protected int sequence
-
-
Method Detail
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
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
public Object clone()
- Overrides:
clone
in classComplexJobVideoOutputType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComplexJobVideoOutputType
-
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 classComplexJobVideoOutputType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classComplexJobVideoOutputType
-
withUri
public NLEJob2VideoOutputType withUri(String value)
-
withSequence
public NLEJob2VideoOutputType withSequence(int value)
-
withScaling
public NLEJob2VideoOutputType withScaling(ScalingType value)
- Overrides:
withScaling
in classComplexJobVideoOutputType
-
withResolution
public NLEJob2VideoOutputType withResolution(ResolutionType value)
- Overrides:
withResolution
in classComplexJobVideoOutputType
-
withPixelFormat
public NLEJob2VideoOutputType withPixelFormat(String value)
- Overrides:
withPixelFormat
in classComplexJobVideoOutputType
-
withGopSize
public NLEJob2VideoOutputType withGopSize(Integer value)
- Overrides:
withGopSize
in classComplexJobVideoOutputType
-
withMaxBFrames
public NLEJob2VideoOutputType withMaxBFrames(Integer value)
- Overrides:
withMaxBFrames
in classComplexJobVideoOutputType
-
withRcBufferSize
public NLEJob2VideoOutputType withRcBufferSize(Long value)
- Overrides:
withRcBufferSize
in classComplexJobVideoOutputType
-
withRcInitialBufferOccupancy
public NLEJob2VideoOutputType withRcInitialBufferOccupancy(Long value)
- Overrides:
withRcInitialBufferOccupancy
in classComplexJobVideoOutputType
-
withMinBitrate
public NLEJob2VideoOutputType withMinBitrate(Long value)
- Overrides:
withMinBitrate
in classComplexJobVideoOutputType
-
withMaxBitrate
public NLEJob2VideoOutputType withMaxBitrate(Long value)
- Overrides:
withMaxBitrate
in classComplexJobVideoOutputType
-
withColorSiting
public NLEJob2VideoOutputType withColorSiting(Integer value)
- Overrides:
withColorSiting
in classComplexJobVideoOutputType
-
withGenerateThumbnails
public NLEJob2VideoOutputType withGenerateThumbnails(ComplexJobVideoOutputType.GenerateThumbnails value)
- Overrides:
withGenerateThumbnails
in classComplexJobVideoOutputType
-
withGeneratePosters
public NLEJob2VideoOutputType withGeneratePosters(ComplexJobVideoOutputType.GeneratePosters value)
- Overrides:
withGeneratePosters
in classComplexJobVideoOutputType
-
withDetectFaces
public NLEJob2VideoOutputType withDetectFaces(ComplexJobVideoOutputType.DetectFaces value)
- Overrides:
withDetectFaces
in classComplexJobVideoOutputType
-
withOverlay
public NLEJob2VideoOutputType withOverlay(OverlayType... values)
- Overrides:
withOverlay
in classComplexJobVideoOutputType
-
withOverlay
public NLEJob2VideoOutputType withOverlay(Collection<OverlayType> values)
- Overrides:
withOverlay
in classComplexJobVideoOutputType
-
withTextOverlay
public NLEJob2VideoOutputType withTextOverlay(TextOverlayType... values)
- Overrides:
withTextOverlay
in classComplexJobVideoOutputType
-
withTextOverlay
public NLEJob2VideoOutputType withTextOverlay(Collection<TextOverlayType> values)
- Overrides:
withTextOverlay
in classComplexJobVideoOutputType
-
withStripParameterSets
public NLEJob2VideoOutputType withStripParameterSets(Boolean value)
- Overrides:
withStripParameterSets
in classComplexJobVideoOutputType
-
withAddParameterSets
public NLEJob2VideoOutputType withAddParameterSets(Boolean value)
- Overrides:
withAddParameterSets
in classComplexJobVideoOutputType
-
withParameterSets
public NLEJob2VideoOutputType withParameterSets(byte[] value)
- Overrides:
withParameterSets
in classComplexJobVideoOutputType
-
withLevel
public NLEJob2VideoOutputType withLevel(Integer value)
- Overrides:
withLevel
in classComplexJobVideoOutputType
-
withDisableFrameDupDrop
public NLEJob2VideoOutputType withDisableFrameDupDrop(Boolean value)
- Overrides:
withDisableFrameDupDrop
in classComplexJobVideoOutputType
-
withForceCFR
public NLEJob2VideoOutputType withForceCFR(Boolean value)
- Overrides:
withForceCFR
in classComplexJobVideoOutputType
-
withBurnTimecode
public NLEJob2VideoOutputType withBurnTimecode(Boolean value)
- Overrides:
withBurnTimecode
in classComplexJobVideoOutputType
-
withImageQuality
public NLEJob2VideoOutputType withImageQuality(BigInteger value)
- Overrides:
withImageQuality
in classComplexJobVideoOutputType
-
withDisplayWidth
public NLEJob2VideoOutputType withDisplayWidth(RationalType value)
- Overrides:
withDisplayWidth
in classComplexJobVideoOutputType
-
withDisplayHeight
public NLEJob2VideoOutputType withDisplayHeight(RationalType value)
- Overrides:
withDisplayHeight
in classComplexJobVideoOutputType
-
withDisplayXOffset
public NLEJob2VideoOutputType withDisplayXOffset(RationalType value)
- Overrides:
withDisplayXOffset
in classComplexJobVideoOutputType
-
withDisplayYOffset
public NLEJob2VideoOutputType withDisplayYOffset(RationalType value)
- Overrides:
withDisplayYOffset
in classComplexJobVideoOutputType
-
withContainerSAR
public NLEJob2VideoOutputType withContainerSAR(AspectRatioType value)
- Overrides:
withContainerSAR
in classComplexJobVideoOutputType
-
withId
public NLEJob2VideoOutputType withId(Integer... values)
- Overrides:
withId
in classComplexJobVideoOutputType
-
withId
public NLEJob2VideoOutputType withId(Collection<Integer> values)
- Overrides:
withId
in classComplexJobVideoOutputType
-
withStart
public NLEJob2VideoOutputType withStart(TimeCodeType value)
- Overrides:
withStart
in classComplexJobVideoOutputType
-
withCodec
public NLEJob2VideoOutputType withCodec(String value)
- Overrides:
withCodec
in classComplexJobVideoOutputType
-
withCodecTag
public NLEJob2VideoOutputType withCodecTag(Long value)
- Overrides:
withCodecTag
in classComplexJobVideoOutputType
-
withCodecTagString
public NLEJob2VideoOutputType withCodecTagString(String value)
- Overrides:
withCodecTagString
in classComplexJobVideoOutputType
-
withCodecName
public NLEJob2VideoOutputType withCodecName(String value)
- Overrides:
withCodecName
in classComplexJobVideoOutputType
-
withBitrate
public NLEJob2VideoOutputType withBitrate(Long value)
- Overrides:
withBitrate
in classComplexJobVideoOutputType
-
withTimeBase
public NLEJob2VideoOutputType withTimeBase(TimeBaseType value)
- Overrides:
withTimeBase
in classComplexJobVideoOutputType
-
withPreset
public NLEJob2VideoOutputType withPreset(String... values)
- Overrides:
withPreset
in classComplexJobVideoOutputType
-
withPreset
public NLEJob2VideoOutputType withPreset(Collection<String> values)
- Overrides:
withPreset
in classComplexJobVideoOutputType
-
withEdl
public NLEJob2VideoOutputType withEdl(EDLType value)
- Overrides:
withEdl
in classComplexJobVideoOutputType
-
withSetting
public NLEJob2VideoOutputType withSetting(KeyValuePairType... values)
- Overrides:
withSetting
in classComplexJobVideoOutputType
-
withSetting
public NLEJob2VideoOutputType withSetting(Collection<KeyValuePairType> values)
- Overrides:
withSetting
in classComplexJobVideoOutputType
-
withObjectTracking
public NLEJob2VideoOutputType withObjectTracking(ComplexJobOTIFType value)
- Overrides:
withObjectTracking
in classComplexJobVideoOutputType
-
withMetadata
public NLEJob2VideoOutputType withMetadata(KeyValuePairType... values)
- Overrides:
withMetadata
in classComplexJobVideoOutputType
-
withMetadata
public NLEJob2VideoOutputType withMetadata(Collection<KeyValuePairType> values)
- Overrides:
withMetadata
in classComplexJobVideoOutputType
-
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 classComplexJobVideoOutputType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classComplexJobVideoOutputType
-
visit
public NLEJob2VideoOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classComplexJobVideoOutputType
-
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 classComplexJobVideoOutputType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classComplexJobVideoOutputType
-
-