public class ComplexJobAudioOutputType extends ComplexJobOutputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ComplexJobAudioOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobAudioOutputType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobOutputType"> <sequence> <element name="thumbnailUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexJobAudioOutputType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<String> |
thumbnailUri |
bitrate, codec, codecName, codecTag, codecTagString, edl, id, metadata, objectTracking, preset, setting, start, timeBase
Constructor and Description |
---|
ComplexJobAudioOutputType() |
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 List<String> getThumbnailUri()
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 thumbnailUri property.
For example, to add a new item, do as follows:
getThumbnailUri().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetThumbnailUri()
public void unsetThumbnailUri()
public Object clone()
clone
in class ComplexJobOutputType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class ComplexJobOutputType
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 ComplexJobOutputType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class ComplexJobOutputType
public ComplexJobAudioOutputType withThumbnailUri(String... values)
public ComplexJobAudioOutputType withThumbnailUri(Collection<String> values)
public ComplexJobAudioOutputType withId(Integer... values)
withId
in class ComplexJobOutputType
public ComplexJobAudioOutputType withId(Collection<Integer> values)
withId
in class ComplexJobOutputType
public ComplexJobAudioOutputType withStart(TimeCodeType value)
withStart
in class ComplexJobOutputType
public ComplexJobAudioOutputType withCodec(String value)
withCodec
in class ComplexJobOutputType
public ComplexJobAudioOutputType withCodecTag(Long value)
withCodecTag
in class ComplexJobOutputType
public ComplexJobAudioOutputType withCodecTagString(String value)
withCodecTagString
in class ComplexJobOutputType
public ComplexJobAudioOutputType withCodecName(String value)
withCodecName
in class ComplexJobOutputType
public ComplexJobAudioOutputType withBitrate(Long value)
withBitrate
in class ComplexJobOutputType
public ComplexJobAudioOutputType withTimeBase(TimeBaseType value)
withTimeBase
in class ComplexJobOutputType
public ComplexJobAudioOutputType withPreset(String... values)
withPreset
in class ComplexJobOutputType
public ComplexJobAudioOutputType withPreset(Collection<String> values)
withPreset
in class ComplexJobOutputType
public ComplexJobAudioOutputType withEdl(EDLType value)
withEdl
in class ComplexJobOutputType
public ComplexJobAudioOutputType withSetting(KeyValuePairType... values)
withSetting
in class ComplexJobOutputType
public ComplexJobAudioOutputType withSetting(Collection<KeyValuePairType> values)
withSetting
in class ComplexJobOutputType
public ComplexJobAudioOutputType withObjectTracking(ComplexJobOTIFType value)
withObjectTracking
in class ComplexJobOutputType
public ComplexJobAudioOutputType withMetadata(KeyValuePairType... values)
withMetadata
in class ComplexJobOutputType
public ComplexJobAudioOutputType withMetadata(Collection<KeyValuePairType> values)
withMetadata
in class ComplexJobOutputType
public ComplexJobAudioOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class ComplexJobOutputType
Copyright © 2017. All rights reserved.