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 AspectRatioType
protected FrameRateType
protected int
protected TimeIntervalType
protected List<NLEJobOutputType>
protected List<NLEJob2OutputType>
protected Long
protected long
protected 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) boolean
boolean
equals
(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.int
Gets 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.long
Gets 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.int
getWidth()
Gets the value of the width property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
isSetDar()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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
setInterval
(TimeIntervalType value) Sets the value of the interval 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.toString()
void
void
void
void
void
void
visit
(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
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
- 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
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
- 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
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
- 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
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
- 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
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
- 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
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
- Returns:
- The value of the output2 property.
-
isSetOutput2
public boolean isSetOutput2() -
unsetOutput2
public void unsetOutput2() -
clone
- Overrides:
clone
in classTranscoderJobType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTranscoderJobType
-
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 classTranscoderJobType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classTranscoderJobType
-
equals
- Overrides:
equals
in classTranscoderJobType
-
visit
- Overrides:
visit
in classTranscoderJobType
-
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 classTranscoderJobType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTranscoderJobType
-
toString
- Overrides:
toString
in classTranscoderJobType
-
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 classTranscoderJobType
-
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 classTranscoderJobType
-