Class NLEJobType
- java.lang.Object
-
- com.vidispine.generated.TranscoderJobType
-
- com.vidispine.generated.NLEJobType
-
- 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 NLEJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NLEJobType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description NLEJobType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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()
NLEJobType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NLEJobType
withAudioClip(AudioClipType... values)
NLEJobType
withAudioClip(Collection<AudioClipType> values)
NLEJobType
withDar(AspectRatioType value)
NLEJobType
withFrameRate(FrameRateType value)
NLEJobType
withHeight(int value)
NLEJobType
withOutput(NLEJobOutputType... values)
NLEJobType
withOutput(Collection<NLEJobOutputType> values)
NLEJobType
withOutput2(NLEJob2OutputType... values)
NLEJobType
withOutput2(Collection<NLEJob2OutputType> values)
NLEJobType
withPauseFrame(Long value)
NLEJobType
withSampleRate(long value)
NLEJobType
withSequence(NLEJobSequenceType... values)
NLEJobType
withSequence(Collection<NLEJobSequenceType> values)
NLEJobType
withSubtitleClip(SubtitleClipType... values)
NLEJobType
withSubtitleClip(Collection<SubtitleClipType> values)
NLEJobType
withVideoClip(VideoClipType... values)
NLEJobType
withVideoClip(Collection<VideoClipType> values)
NLEJobType
withWidth(int value)
-
-
-
Field Detail
-
frameRate
protected FrameRateType frameRate
-
width
protected int width
-
height
protected int height
-
dar
protected AspectRatioType dar
-
sampleRate
protected long sampleRate
-
pauseFrame
protected Long pauseFrame
-
videoClip
protected List<VideoClipType> videoClip
-
audioClip
protected List<AudioClipType> audioClip
-
subtitleClip
protected List<SubtitleClipType> subtitleClip
-
sequence
protected List<NLEJobSequenceType> sequence
-
output
protected List<NLEJobOutputType> output
-
output2
protected List<NLEJob2OutputType> output2
-
-
Method Detail
-
getFrameRate
public FrameRateType getFrameRate()
Gets the value of the frameRate property.- Returns:
- possible object is
FrameRateType
-
setFrameRate
public void setFrameRate(FrameRateType value)
Sets the value of the frameRate property.- Parameters:
value
- allowed object isFrameRateType
-
isSetFrameRate
public boolean isSetFrameRate()
-
getWidth
public int getWidth()
Gets the value of the width property.
-
setWidth
public void setWidth(int value)
Sets the value of the width property.
-
isSetWidth
public boolean isSetWidth()
-
getHeight
public int getHeight()
Gets the value of the height property.
-
setHeight
public void setHeight(int value)
Sets the value of the height property.
-
isSetHeight
public boolean isSetHeight()
-
getDar
public AspectRatioType getDar()
Gets the value of the dar property.- Returns:
- possible object is
AspectRatioType
-
setDar
public void setDar(AspectRatioType value)
Sets the value of the dar property.- Parameters:
value
- allowed object isAspectRatioType
-
isSetDar
public boolean isSetDar()
-
getSampleRate
public long getSampleRate()
Gets the value of the sampleRate property.
-
setSampleRate
public void setSampleRate(long value)
Sets the value of the sampleRate property.
-
isSetSampleRate
public boolean isSetSampleRate()
-
getPauseFrame
public Long getPauseFrame()
Gets the value of the pauseFrame property.- Returns:
- possible object is
Long
-
setPauseFrame
public void setPauseFrame(Long value)
Sets the value of the pauseFrame property.- Parameters:
value
- allowed object isLong
-
isSetPauseFrame
public boolean isSetPauseFrame()
-
getVideoClip
public List<VideoClipType> getVideoClip()
Gets the value of the videoClip property.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
-
isSetVideoClip
public boolean isSetVideoClip()
-
unsetVideoClip
public void unsetVideoClip()
-
getAudioClip
public List<AudioClipType> getAudioClip()
Gets the value of the audioClip property.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
-
isSetAudioClip
public boolean isSetAudioClip()
-
unsetAudioClip
public void unsetAudioClip()
-
getSubtitleClip
public List<SubtitleClipType> getSubtitleClip()
Gets the value of the subtitleClip property.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
-
isSetSubtitleClip
public boolean isSetSubtitleClip()
-
unsetSubtitleClip
public void unsetSubtitleClip()
-
getSequence
public List<NLEJobSequenceType> getSequence()
Gets the value of the sequence property.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
-
isSetSequence
public boolean isSetSequence()
-
unsetSequence
public void unsetSequence()
-
getOutput
public List<NLEJobOutputType> getOutput()
Gets the value of the output property.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
-
isSetOutput
public boolean isSetOutput()
-
unsetOutput
public void unsetOutput()
-
getOutput2
public List<NLEJob2OutputType> getOutput2()
Gets the value of the output2 property.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
-
isSetOutput2
public boolean isSetOutput2()
-
unsetOutput2
public void unsetOutput2()
-
clone
public Object clone()
- Overrides:
clone
in classTranscoderJobType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTranscoderJobType
-
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 classTranscoderJobType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classTranscoderJobType
-
withFrameRate
public NLEJobType withFrameRate(FrameRateType value)
-
withWidth
public NLEJobType withWidth(int value)
-
withHeight
public NLEJobType withHeight(int value)
-
withDar
public NLEJobType withDar(AspectRatioType value)
-
withSampleRate
public NLEJobType withSampleRate(long value)
-
withPauseFrame
public NLEJobType withPauseFrame(Long value)
-
withVideoClip
public NLEJobType withVideoClip(VideoClipType... values)
-
withVideoClip
public NLEJobType withVideoClip(Collection<VideoClipType> values)
-
withAudioClip
public NLEJobType withAudioClip(AudioClipType... values)
-
withAudioClip
public NLEJobType withAudioClip(Collection<AudioClipType> values)
-
withSubtitleClip
public NLEJobType withSubtitleClip(SubtitleClipType... values)
-
withSubtitleClip
public NLEJobType withSubtitleClip(Collection<SubtitleClipType> values)
-
withSequence
public NLEJobType withSequence(NLEJobSequenceType... values)
-
withSequence
public NLEJobType withSequence(Collection<NLEJobSequenceType> values)
-
withOutput
public NLEJobType withOutput(NLEJobOutputType... values)
-
withOutput
public NLEJobType withOutput(Collection<NLEJobOutputType> values)
-
withOutput2
public NLEJobType withOutput2(NLEJob2OutputType... values)
-
withOutput2
public NLEJobType withOutput2(Collection<NLEJob2OutputType> values)
-
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 classTranscoderJobType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classTranscoderJobType
-
visit
public NLEJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classTranscoderJobType
-
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 classTranscoderJobType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTranscoderJobType
-
-