public class NLEJob2AudioOutputType extends ComplexJobAudioOutputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NLEJob2AudioOutputType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<Integer> |
sequence |
protected String |
uri |
thumbnailUri
bitrate, codec, codecName, codecTag, codecTagString, edl, id, metadata, objectTracking, preset, setting, start, timeBase
Constructor and Description |
---|
NLEJob2AudioOutputType() |
getThumbnailUri, isSetThumbnailUri, unsetThumbnailUri
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
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public List<Integer> getSequence()
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
public boolean isSetSequence()
public void unsetSequence()
public Object clone()
clone
in class ComplexJobAudioOutputType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class ComplexJobAudioOutputType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class ComplexJobAudioOutputType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withUri(String value)
public NLEJob2AudioOutputType withSequence(Integer... values)
public NLEJob2AudioOutputType withSequence(Collection<Integer> values)
public NLEJob2AudioOutputType withThumbnailUri(String... values)
withThumbnailUri
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withThumbnailUri(Collection<String> values)
withThumbnailUri
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withId(Integer... values)
withId
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withId(Collection<Integer> values)
withId
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withStart(TimeCodeType value)
withStart
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withCodec(String value)
withCodec
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withCodecTag(Long value)
withCodecTag
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withCodecTagString(String value)
withCodecTagString
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withCodecName(String value)
withCodecName
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withBitrate(Long value)
withBitrate
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withTimeBase(TimeBaseType value)
withTimeBase
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withPreset(String... values)
withPreset
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withPreset(Collection<String> values)
withPreset
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withEdl(EDLType value)
withEdl
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withSetting(KeyValuePairType... values)
withSetting
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withSetting(Collection<KeyValuePairType> values)
withSetting
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withObjectTracking(ComplexJobOTIFType value)
withObjectTracking
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withMetadata(KeyValuePairType... values)
withMetadata
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType withMetadata(Collection<KeyValuePairType> values)
withMetadata
in class ComplexJobAudioOutputType
public NLEJob2AudioOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class ComplexJobAudioOutputType
Copyright © 2017. All rights reserved.