public class NLEJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NLEJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJobType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType"> <sequence> <element name="frameRate" type="{http://xml.vidispine.com/schema/vidispine}FrameRateType"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/> <element name="dar" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType"/> <element name="sampleRate" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="pauseFrame" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="videoClip" type="{http://xml.vidispine.com/schema/vidispine}VideoClipType" maxOccurs="unbounded" minOccurs="0"/> <element name="audioClip" type="{http://xml.vidispine.com/schema/vidispine}AudioClipType" maxOccurs="unbounded" minOccurs="0"/> <element name="subtitleClip" type="{http://xml.vidispine.com/schema/vidispine}SubtitleClipType" maxOccurs="unbounded" minOccurs="0"/> <element name="sequence" type="{http://xml.vidispine.com/schema/vidispine}NLEJobSequenceType" maxOccurs="unbounded"/> <element name="output" type="{http://xml.vidispine.com/schema/vidispine}NLEJobOutputType" maxOccurs="unbounded" minOccurs="0"/> <element name="output2" type="{http://xml.vidispine.com/schema/vidispine}NLEJob2OutputType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AudioClipType> |
audioClip |
protected AspectRatioType |
dar |
protected FrameRateType |
frameRate |
protected int |
height |
protected List<NLEJobOutputType> |
output |
protected List<NLEJob2OutputType> |
output2 |
protected Long |
pauseFrame |
protected long |
sampleRate |
protected List<NLEJobSequenceType> |
sequence |
protected List<SubtitleClipType> |
subtitleClip |
protected List<VideoClipType> |
videoClip |
protected int |
width |
Constructor and Description |
---|
NLEJobType() |
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() |
List<AudioClipType> |
getAudioClip()
Gets the value of the audioClip property.
|
AspectRatioType |
getDar()
Gets the value of the dar property.
|
FrameRateType |
getFrameRate()
Gets the value of the frameRate property.
|
int |
getHeight()
Gets the value of the height property.
|
List<NLEJobOutputType> |
getOutput()
Gets the value of the output property.
|
List<NLEJob2OutputType> |
getOutput2()
Gets the value of the output2 property.
|
Long |
getPauseFrame()
Gets the value of the pauseFrame property.
|
long |
getSampleRate()
Gets the value of the sampleRate property.
|
List<NLEJobSequenceType> |
getSequence()
Gets the value of the sequence property.
|
List<SubtitleClipType> |
getSubtitleClip()
Gets the value of the subtitleClip property.
|
List<VideoClipType> |
getVideoClip()
Gets the value of the videoClip property.
|
int |
getWidth()
Gets the value of the width property.
|
boolean |
isSetAudioClip() |
boolean |
isSetDar() |
boolean |
isSetFrameRate() |
boolean |
isSetHeight() |
boolean |
isSetOutput() |
boolean |
isSetOutput2() |
boolean |
isSetPauseFrame() |
boolean |
isSetSampleRate() |
boolean |
isSetSequence() |
boolean |
isSetSubtitleClip() |
boolean |
isSetVideoClip() |
boolean |
isSetWidth() |
void |
setDar(AspectRatioType value)
Sets the value of the dar property.
|
void |
setFrameRate(FrameRateType value)
Sets the value of the frameRate property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setPauseFrame(Long value)
Sets the value of the pauseFrame property.
|
void |
setSampleRate(long value)
Sets the value of the sampleRate property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
unsetAudioClip() |
void |
unsetOutput() |
void |
unsetOutput2() |
void |
unsetSequence() |
void |
unsetSubtitleClip() |
void |
unsetVideoClip() |
protected FrameRateType frameRate
protected int width
protected int height
protected AspectRatioType dar
protected long sampleRate
protected Long pauseFrame
protected List<VideoClipType> videoClip
protected List<AudioClipType> audioClip
protected List<SubtitleClipType> subtitleClip
protected List<NLEJobSequenceType> sequence
protected List<NLEJobOutputType> output
protected List<NLEJob2OutputType> output2
public FrameRateType getFrameRate()
FrameRateType
public void setFrameRate(FrameRateType value)
value
- allowed object is
FrameRateType
public boolean isSetFrameRate()
public int getWidth()
public void setWidth(int value)
public boolean isSetWidth()
public int getHeight()
public void setHeight(int value)
public boolean isSetHeight()
public AspectRatioType getDar()
AspectRatioType
public void setDar(AspectRatioType value)
value
- allowed object is
AspectRatioType
public boolean isSetDar()
public long getSampleRate()
public void setSampleRate(long value)
public boolean isSetSampleRate()
public Long getPauseFrame()
Long
public void setPauseFrame(Long value)
value
- allowed object is
Long
public boolean isSetPauseFrame()
public List<VideoClipType> getVideoClip()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the videoClip property.
For example, to add a new item, do as follows:
getVideoClip().add(newItem);
Objects of the following type(s) are allowed in the list
VideoClipType
public boolean isSetVideoClip()
public void unsetVideoClip()
public List<AudioClipType> getAudioClip()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the audioClip property.
For example, to add a new item, do as follows:
getAudioClip().add(newItem);
Objects of the following type(s) are allowed in the list
AudioClipType
public boolean isSetAudioClip()
public void unsetAudioClip()
public List<SubtitleClipType> getSubtitleClip()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the subtitleClip property.
For example, to add a new item, do as follows:
getSubtitleClip().add(newItem);
Objects of the following type(s) are allowed in the list
SubtitleClipType
public boolean isSetSubtitleClip()
public void unsetSubtitleClip()
public List<NLEJobSequenceType> getSequence()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the sequence property.
For example, to add a new item, do as follows:
getSequence().add(newItem);
Objects of the following type(s) are allowed in the list
NLEJobSequenceType
public boolean isSetSequence()
public void unsetSequence()
public List<NLEJobOutputType> getOutput()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the output property.
For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
NLEJobOutputType
public boolean isSetOutput()
public void unsetOutput()
public List<NLEJob2OutputType> getOutput2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the output2 property.
For example, to add a new item, do as follows:
getOutput2().add(newItem);
Objects of the following type(s) are allowed in the list
NLEJob2OutputType
public boolean isSetOutput2()
public void unsetOutput2()
public Object clone()
clone
in class TranscoderJobType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TranscoderJobType
public 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.CopyTo
copyTo
in class TranscoderJobType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TranscoderJobType
Copyright © 2015. All rights reserved.