Class NLEJob2AudioOutputType
- java.lang.Object
-
- com.vidispine.generated.ComplexJobOutputType
-
- com.vidispine.generated.ComplexJobAudioOutputType
-
- com.vidispine.generated.NLEJob2AudioOutputType
-
- 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 NLEJob2AudioOutputType extends ComplexJobAudioOutputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for NLEJob2AudioOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJob2AudioOutputType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobAudioOutputType"> <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" maxOccurs="unbounded"/> <element name="mix" type="{http://xml.vidispine.com/schema/vidispine}NLEJob2MixType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NLEJob2AudioOutputType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<NLEJob2MixType>
mix
protected List<Integer>
sequence
protected String
uri
-
Fields inherited from class com.vidispine.generated.ComplexJobAudioOutputType
channelLayout, channelLayoutName, thumbnailUri
-
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 NLEJob2AudioOutputType()
-
Method Summary
-
Methods inherited from class com.vidispine.generated.ComplexJobAudioOutputType
getChannelLayout, getChannelLayoutName, getThumbnailUri, isSetChannelLayout, isSetChannelLayoutName, isSetThumbnailUri, setChannelLayout, setChannelLayoutName, unsetThumbnailUri
-
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
-
mix
protected List<NLEJob2MixType> mix
-
-
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 List<Integer> 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
Integer
-
isSetSequence
public boolean isSetSequence()
-
unsetSequence
public void unsetSequence()
-
getMix
public List<NLEJob2MixType> getMix()
Gets the value of the mix 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 mix property.For example, to add a new item, do as follows:
getMix().add(newItem);
Objects of the following type(s) are allowed in the list
NLEJob2MixType
-
isSetMix
public boolean isSetMix()
-
unsetMix
public void unsetMix()
-
clone
public Object clone()
- Overrides:
clone
in classComplexJobAudioOutputType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComplexJobAudioOutputType
-
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 classComplexJobAudioOutputType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classComplexJobAudioOutputType
-
withUri
public NLEJob2AudioOutputType withUri(String value)
-
withSequence
public NLEJob2AudioOutputType withSequence(Integer... values)
-
withSequence
public NLEJob2AudioOutputType withSequence(Collection<Integer> values)
-
withMix
public NLEJob2AudioOutputType withMix(NLEJob2MixType... values)
-
withMix
public NLEJob2AudioOutputType withMix(Collection<NLEJob2MixType> values)
-
withThumbnailUri
public NLEJob2AudioOutputType withThumbnailUri(String... values)
- Overrides:
withThumbnailUri
in classComplexJobAudioOutputType
-
withThumbnailUri
public NLEJob2AudioOutputType withThumbnailUri(Collection<String> values)
- Overrides:
withThumbnailUri
in classComplexJobAudioOutputType
-
withChannelLayout
public NLEJob2AudioOutputType withChannelLayout(Long value)
- Overrides:
withChannelLayout
in classComplexJobAudioOutputType
-
withChannelLayoutName
public NLEJob2AudioOutputType withChannelLayoutName(String value)
- Overrides:
withChannelLayoutName
in classComplexJobAudioOutputType
-
withId
public NLEJob2AudioOutputType withId(Integer... values)
- Overrides:
withId
in classComplexJobAudioOutputType
-
withId
public NLEJob2AudioOutputType withId(Collection<Integer> values)
- Overrides:
withId
in classComplexJobAudioOutputType
-
withStart
public NLEJob2AudioOutputType withStart(TimeCodeType value)
- Overrides:
withStart
in classComplexJobAudioOutputType
-
withCodec
public NLEJob2AudioOutputType withCodec(String value)
- Overrides:
withCodec
in classComplexJobAudioOutputType
-
withCodecTag
public NLEJob2AudioOutputType withCodecTag(Long value)
- Overrides:
withCodecTag
in classComplexJobAudioOutputType
-
withCodecTagString
public NLEJob2AudioOutputType withCodecTagString(String value)
- Overrides:
withCodecTagString
in classComplexJobAudioOutputType
-
withCodecName
public NLEJob2AudioOutputType withCodecName(String value)
- Overrides:
withCodecName
in classComplexJobAudioOutputType
-
withBitrate
public NLEJob2AudioOutputType withBitrate(Long value)
- Overrides:
withBitrate
in classComplexJobAudioOutputType
-
withTimeBase
public NLEJob2AudioOutputType withTimeBase(TimeBaseType value)
- Overrides:
withTimeBase
in classComplexJobAudioOutputType
-
withPreset
public NLEJob2AudioOutputType withPreset(String... values)
- Overrides:
withPreset
in classComplexJobAudioOutputType
-
withPreset
public NLEJob2AudioOutputType withPreset(Collection<String> values)
- Overrides:
withPreset
in classComplexJobAudioOutputType
-
withEdl
public NLEJob2AudioOutputType withEdl(EDLType value)
- Overrides:
withEdl
in classComplexJobAudioOutputType
-
withSetting
public NLEJob2AudioOutputType withSetting(KeyValuePairType... values)
- Overrides:
withSetting
in classComplexJobAudioOutputType
-
withSetting
public NLEJob2AudioOutputType withSetting(Collection<KeyValuePairType> values)
- Overrides:
withSetting
in classComplexJobAudioOutputType
-
withObjectTracking
public NLEJob2AudioOutputType withObjectTracking(ComplexJobOTIFType value)
- Overrides:
withObjectTracking
in classComplexJobAudioOutputType
-
withMetadata
public NLEJob2AudioOutputType withMetadata(KeyValuePairType... values)
- Overrides:
withMetadata
in classComplexJobAudioOutputType
-
withMetadata
public NLEJob2AudioOutputType withMetadata(Collection<KeyValuePairType> values)
- Overrides:
withMetadata
in classComplexJobAudioOutputType
-
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 classComplexJobAudioOutputType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classComplexJobAudioOutputType
-
visit
public NLEJob2AudioOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classComplexJobAudioOutputType
-
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 classComplexJobAudioOutputType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classComplexJobAudioOutputType
-
-