Class NLEJob2AudioOutputType
- 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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.ComplexJobAudioOutputType
channelLayout, channelLayoutName, thumbnailUriFields inherited from class com.vidispine.generated.ComplexJobOutputType
bitrate, codec, codecName, codecTag, codecTagString, edl, id, metadata, objectTracking, preset, setting, start, timeBase -
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) getMix()Gets the value of the mix property.Gets the value of the sequence property.getUri()Gets the value of the uri property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisSetMix()booleanbooleanisSetUri()voidSets the value of the uri property.toString()voidunsetMix()voidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBitrate(Long value) Sets the value of the bitrate property.withChannelLayout(Long value) Sets the value of the channelLayout property.withChannelLayoutName(String value) Sets the value of the channelLayoutName property.Sets the value of the codec property.withCodecName(String value) Sets the value of the codecName property.withCodecTag(Long value) Sets the value of the codecTag property.withCodecTagString(String value) Sets the value of the codecTagString property.Sets the value of the edl property.Adds objects to the list of Id using add methodwithId(Collection<Integer> values) Adds objects to the list of Id using addAll methodwithMetadata(KeyValuePairType... values) Adds objects to the list of Metadata using add methodwithMetadata(Collection<KeyValuePairType> values) Adds objects to the list of Metadata using addAll methodwithMix(NLEJob2MixType... values) Adds objects to the list of Mix using add methodwithMix(Collection<NLEJob2MixType> values) Adds objects to the list of Mix using addAll methodSets the value of the objectTracking property.withPreset(String... values) Adds objects to the list of Preset using add methodwithPreset(Collection<String> values) Adds objects to the list of Preset using addAll methodwithSequence(Integer... values) Adds objects to the list of Sequence using add methodwithSequence(Collection<Integer> values) Adds objects to the list of Sequence using addAll methodwithSetting(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStart(TimeCodeType value) Sets the value of the start property.withThumbnailUri(String... values) Adds objects to the list of ThumbnailUri using add methodwithThumbnailUri(Collection<String> values) Adds objects to the list of ThumbnailUri using addAll methodwithTimeBase(TimeBaseType value) Sets the value of the timeBase property.Sets the value of the uri property.Methods inherited from class com.vidispine.generated.ComplexJobAudioOutputType
getChannelLayout, getChannelLayoutName, getThumbnailUri, isSetChannelLayout, isSetChannelLayoutName, isSetThumbnailUri, setChannelLayout, setChannelLayoutName, unsetThumbnailUriMethods 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 Details
-
uri
-
sequence
-
mix
-
-
Constructor Details
-
NLEJob2AudioOutputType
public NLEJob2AudioOutputType()
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
isSetUri
public boolean isSetUri() -
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
Integer- Returns:
- The value of the sequence property.
-
isSetSequence
public boolean isSetSequence() -
unsetSequence
public void unsetSequence() -
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
setmethod 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- Returns:
- The value of the mix property.
-
isSetMix
public boolean isSetMix() -
unsetMix
public void unsetMix() -
clone
- Overrides:
clonein classComplexJobAudioOutputType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classComplexJobAudioOutputType
-
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 classComplexJobAudioOutputType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classComplexJobAudioOutputType
-
withUri
Sets the value of the uri property.- Parameters:
value- allowed object isString- 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
-
withMix
Adds objects to the list of Mix using add method- Parameters:
values- objects to add to the list Mix- Returns:
- The class instance
-
withMix
Adds objects to the list of Mix using addAll method- Parameters:
values- objects to add to the list Mix- Returns:
- The class instance
-
withThumbnailUri
Adds objects to the list of ThumbnailUri using add method- Overrides:
withThumbnailUriin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list ThumbnailUri- Returns:
- The class instance
-
withThumbnailUri
Adds objects to the list of ThumbnailUri using addAll method- Overrides:
withThumbnailUriin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list ThumbnailUri- Returns:
- The class instance
-
withChannelLayout
Sets the value of the channelLayout property.- Overrides:
withChannelLayoutin classComplexJobAudioOutputType- Parameters:
value- allowed object isLong- Returns:
- The class instance
-
withChannelLayoutName
Sets the value of the channelLayoutName property.- Overrides:
withChannelLayoutNamein classComplexJobAudioOutputType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withId
Adds objects to the list of Id using add method- Overrides:
withIdin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Id- Returns:
- The class instance
-
withId
Adds objects to the list of Id using addAll method- Overrides:
withIdin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Id- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Overrides:
withStartin classComplexJobAudioOutputType- Parameters:
value- allowed object isTimeCodeType- Returns:
- The class instance
-
withCodec
Sets the value of the codec property.- Overrides:
withCodecin classComplexJobAudioOutputType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withCodecTag
Sets the value of the codecTag property.- Overrides:
withCodecTagin classComplexJobAudioOutputType- Parameters:
value- allowed object isLong- Returns:
- The class instance
-
withCodecTagString
Sets the value of the codecTagString property.- Overrides:
withCodecTagStringin classComplexJobAudioOutputType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withCodecName
Sets the value of the codecName property.- Overrides:
withCodecNamein classComplexJobAudioOutputType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Overrides:
withBitratein classComplexJobAudioOutputType- Parameters:
value- allowed object isLong- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Overrides:
withTimeBasein classComplexJobAudioOutputType- Parameters:
value- allowed object isTimeBaseType- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using add method- Overrides:
withPresetin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Preset- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using addAll method- Overrides:
withPresetin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Preset- Returns:
- The class instance
-
withEdl
Sets the value of the edl property.- Overrides:
withEdlin classComplexJobAudioOutputType- Parameters:
value- allowed object isEDLType- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Overrides:
withSettingin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Overrides:
withSettingin classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Setting- Returns:
- The class instance
-
withObjectTracking
Sets the value of the objectTracking property.- Overrides:
withObjectTrackingin classComplexJobAudioOutputType- Parameters:
value- allowed object isComplexJobOTIFType- Returns:
- The class instance
-
withMetadata
Adds objects to the list of Metadata using add method- Overrides:
withMetadatain classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Metadata- Returns:
- The class instance
-
withMetadata
Adds objects to the list of Metadata using addAll method- Overrides:
withMetadatain classComplexJobAudioOutputType- Parameters:
values- objects to add to the list Metadata- 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 classComplexJobAudioOutputType
-
equals
- Overrides:
equalsin classComplexJobAudioOutputType
-
visit
- Overrides:
visitin classComplexJobAudioOutputType
-
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 classComplexJobAudioOutputType
-
hashCode
public int hashCode()- Overrides:
hashCodein classComplexJobAudioOutputType
-
toString
- Overrides:
toStringin classComplexJobAudioOutputType
-
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 classComplexJobAudioOutputType
-
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 classComplexJobAudioOutputType
-