Class NLEJobType
- 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
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="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType" minOccurs="0"/>
<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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AudioClipType>protected AspectRatioTypeprotected FrameRateTypeprotected intprotected TimeIntervalTypeprotected List<NLEJobOutputType>protected List<NLEJob2OutputType>protected Longprotected longprotected List<NLEJobSequenceType>protected List<SubtitleClipType>protected List<VideoClipType>protected int -
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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the audioClip property.getDar()Gets the value of the dar property.Gets the value of the frameRate property.intGets the value of the height property.Gets the value of the interval property.Gets the value of the output property.Gets the value of the output2 property.Gets the value of the pauseFrame property.longGets the value of the sampleRate property.Gets the value of the sequence property.Gets the value of the subtitleClip property.Gets the value of the videoClip property.intgetWidth()Gets the value of the width property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanisSetDar()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetDar(AspectRatioType value) Sets the value of the dar property.voidsetFrameRate(FrameRateType value) Sets the value of the frameRate property.voidsetHeight(int value) Sets the value of the height property.voidsetInterval(TimeIntervalType value) Sets the value of the interval property.voidsetPauseFrame(Long value) Sets the value of the pauseFrame property.voidsetSampleRate(long value) Sets the value of the sampleRate property.voidsetWidth(int value) Sets the value of the width property.toString()voidvoidvoidvoidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudioClip(AudioClipType... values) Adds objects to the list of AudioClip using add methodwithAudioClip(Collection<AudioClipType> values) Adds objects to the list of AudioClip using addAll methodwithDar(AspectRatioType value) Sets the value of the dar property.withFrameRate(FrameRateType value) Sets the value of the frameRate property.withHeight(int value) Sets the value of the height property.withInterval(TimeIntervalType value) Sets the value of the interval property.withOutput(NLEJobOutputType... values) Adds objects to the list of Output using add methodwithOutput(Collection<NLEJobOutputType> values) Adds objects to the list of Output using addAll methodwithOutput2(NLEJob2OutputType... values) Adds objects to the list of Output2 using add methodwithOutput2(Collection<NLEJob2OutputType> values) Adds objects to the list of Output2 using addAll methodwithPauseFrame(Long value) Sets the value of the pauseFrame property.withSampleRate(long value) Sets the value of the sampleRate property.withSequence(NLEJobSequenceType... values) Adds objects to the list of Sequence using add methodwithSequence(Collection<NLEJobSequenceType> values) Adds objects to the list of Sequence using addAll methodwithSubtitleClip(SubtitleClipType... values) Adds objects to the list of SubtitleClip using add methodwithSubtitleClip(Collection<SubtitleClipType> values) Adds objects to the list of SubtitleClip using addAll methodwithVideoClip(VideoClipType... values) Adds objects to the list of VideoClip using add methodwithVideoClip(Collection<VideoClipType> values) Adds objects to the list of VideoClip using addAll methodwithWidth(int value) Sets the value of the width property.
-
Field Details
-
frameRate
-
interval
-
width
protected int width -
height
protected int height -
dar
-
sampleRate
protected long sampleRate -
pauseFrame
-
videoClip
-
audioClip
-
subtitleClip
-
sequence
-
output
-
output2
-
-
Constructor Details
-
NLEJobType
public NLEJobType()
-
-
Method Details
-
getFrameRate
Gets the value of the frameRate property.- Returns:
- possible object is
FrameRateType
-
setFrameRate
Sets the value of the frameRate property.- Parameters:
value- allowed object isFrameRateType
-
isSetFrameRate
public boolean isSetFrameRate() -
getInterval
Gets the value of the interval property.- Returns:
- possible object is
TimeIntervalType
-
setInterval
Sets the value of the interval property.- Parameters:
value- allowed object isTimeIntervalType
-
isSetInterval
public boolean isSetInterval() -
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
Gets the value of the dar property.- Returns:
- possible object is
AspectRatioType
-
setDar
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
Gets the value of the pauseFrame property.- Returns:
- possible object is
Long
-
setPauseFrame
Sets the value of the pauseFrame property.- Parameters:
value- allowed object isLong
-
isSetPauseFrame
public boolean isSetPauseFrame() -
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
setmethod 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- Returns:
- The value of the videoClip property.
-
isSetVideoClip
public boolean isSetVideoClip() -
unsetVideoClip
public void unsetVideoClip() -
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
setmethod 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- Returns:
- The value of the audioClip property.
-
isSetAudioClip
public boolean isSetAudioClip() -
unsetAudioClip
public void unsetAudioClip() -
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
setmethod 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- Returns:
- The value of the subtitleClip property.
-
isSetSubtitleClip
public boolean isSetSubtitleClip() -
unsetSubtitleClip
public void unsetSubtitleClip() -
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
setmethod 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- Returns:
- The value of the sequence property.
-
isSetSequence
public boolean isSetSequence() -
unsetSequence
public void unsetSequence() -
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
setmethod 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- Returns:
- The value of the output property.
-
isSetOutput
public boolean isSetOutput() -
unsetOutput
public void unsetOutput() -
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
setmethod 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- Returns:
- The value of the output2 property.
-
isSetOutput2
public boolean isSetOutput2() -
unsetOutput2
public void unsetOutput2() -
clone
- Overrides:
clonein classTranscoderJobType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTranscoderJobType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTranscoderJobType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classTranscoderJobType
-
withFrameRate
Sets the value of the frameRate property.- Parameters:
value- allowed object isFrameRateType- Returns:
- The class instance
-
withInterval
Sets the value of the interval property.- Parameters:
value- allowed object isTimeIntervalType- Returns:
- The class instance
-
withWidth
Sets the value of the width property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withHeight
Sets the value of the height property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withDar
Sets the value of the dar property.- Parameters:
value- allowed object isAspectRatioType- Returns:
- The class instance
-
withSampleRate
Sets the value of the sampleRate property.- Parameters:
value- allowed object is long- Returns:
- The class instance
-
withPauseFrame
Sets the value of the pauseFrame property.- Parameters:
value- allowed object isLong- Returns:
- The class instance
-
withVideoClip
Adds objects to the list of VideoClip using add method- Parameters:
values- objects to add to the list VideoClip- Returns:
- The class instance
-
withVideoClip
Adds objects to the list of VideoClip using addAll method- Parameters:
values- objects to add to the list VideoClip- Returns:
- The class instance
-
withAudioClip
Adds objects to the list of AudioClip using add method- Parameters:
values- objects to add to the list AudioClip- Returns:
- The class instance
-
withAudioClip
Adds objects to the list of AudioClip using addAll method- Parameters:
values- objects to add to the list AudioClip- Returns:
- The class instance
-
withSubtitleClip
Adds objects to the list of SubtitleClip using add method- Parameters:
values- objects to add to the list SubtitleClip- Returns:
- The class instance
-
withSubtitleClip
Adds objects to the list of SubtitleClip using addAll method- Parameters:
values- objects to add to the list SubtitleClip- Returns:
- The class instance
-
withSequence
Adds objects to the list of Sequence using add method- Parameters:
values- objects to add to the list Sequence- Returns:
- The class instance
-
withSequence
Adds objects to the list of Sequence using addAll method- Parameters:
values- objects to add to the list Sequence- Returns:
- The class instance
-
withOutput
Adds objects to the list of Output using add method- Parameters:
values- objects to add to the list Output- Returns:
- The class instance
-
withOutput
Adds objects to the list of Output using addAll method- Parameters:
values- objects to add to the list Output- Returns:
- The class instance
-
withOutput2
Adds objects to the list of Output2 using add method- Parameters:
values- objects to add to the list Output2- Returns:
- The class instance
-
withOutput2
Adds objects to the list of Output2 using addAll method- Parameters:
values- objects to add to the list Output2- 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classTranscoderJobType
-
equals
- Overrides:
equalsin classTranscoderJobType
-
visit
- Overrides:
visitin classTranscoderJobType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classTranscoderJobType
-
hashCode
public int hashCode()- Overrides:
hashCodein classTranscoderJobType
-
toString
- Overrides:
toStringin classTranscoderJobType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classTranscoderJobType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classTranscoderJobType
-