Package com.vidispine.generated
Class ComplexJobAudioOutputType
- java.lang.Object
-
- com.vidispine.generated.ComplexJobOutputType
-
- com.vidispine.generated.ComplexJobAudioOutputType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
NLEJob2AudioOutputType
public class ComplexJobAudioOutputType extends ComplexJobOutputType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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"/> <choice minOccurs="0"> <element name="channelLayout" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="channelLayoutName" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobAudioOutputType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected Long
channelLayout
protected String
channelLayoutName
protected List<String>
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 ComplexJobAudioOutputType()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
getThumbnailUri
public List<String> getThumbnailUri()
Gets the value of the thumbnailUri 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 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
-
isSetThumbnailUri
public boolean isSetThumbnailUri()
-
unsetThumbnailUri
public void unsetThumbnailUri()
-
getChannelLayout
public Long getChannelLayout()
Gets the value of the channelLayout property.- Returns:
- possible object is
Long
-
setChannelLayout
public void setChannelLayout(Long value)
Sets the value of the channelLayout property.- Parameters:
value
- allowed object isLong
-
isSetChannelLayout
public boolean isSetChannelLayout()
-
getChannelLayoutName
public String getChannelLayoutName()
Gets the value of the channelLayoutName property.- Returns:
- possible object is
String
-
setChannelLayoutName
public void setChannelLayoutName(String value)
Sets the value of the channelLayoutName property.- Parameters:
value
- allowed object isString
-
isSetChannelLayoutName
public boolean isSetChannelLayoutName()
-
clone
public Object clone()
- Overrides:
clone
in classComplexJobOutputType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComplexJobOutputType
-
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 classComplexJobOutputType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classComplexJobOutputType
-
withThumbnailUri
public ComplexJobAudioOutputType withThumbnailUri(String... values)
-
withThumbnailUri
public ComplexJobAudioOutputType withThumbnailUri(Collection<String> values)
-
withChannelLayout
public ComplexJobAudioOutputType withChannelLayout(Long value)
-
withChannelLayoutName
public ComplexJobAudioOutputType withChannelLayoutName(String value)
-
withId
public ComplexJobAudioOutputType withId(Integer... values)
- Overrides:
withId
in classComplexJobOutputType
-
withId
public ComplexJobAudioOutputType withId(Collection<Integer> values)
- Overrides:
withId
in classComplexJobOutputType
-
withStart
public ComplexJobAudioOutputType withStart(TimeCodeType value)
- Overrides:
withStart
in classComplexJobOutputType
-
withCodec
public ComplexJobAudioOutputType withCodec(String value)
- Overrides:
withCodec
in classComplexJobOutputType
-
withCodecTag
public ComplexJobAudioOutputType withCodecTag(Long value)
- Overrides:
withCodecTag
in classComplexJobOutputType
-
withCodecTagString
public ComplexJobAudioOutputType withCodecTagString(String value)
- Overrides:
withCodecTagString
in classComplexJobOutputType
-
withCodecName
public ComplexJobAudioOutputType withCodecName(String value)
- Overrides:
withCodecName
in classComplexJobOutputType
-
withBitrate
public ComplexJobAudioOutputType withBitrate(Long value)
- Overrides:
withBitrate
in classComplexJobOutputType
-
withTimeBase
public ComplexJobAudioOutputType withTimeBase(TimeBaseType value)
- Overrides:
withTimeBase
in classComplexJobOutputType
-
withPreset
public ComplexJobAudioOutputType withPreset(String... values)
- Overrides:
withPreset
in classComplexJobOutputType
-
withPreset
public ComplexJobAudioOutputType withPreset(Collection<String> values)
- Overrides:
withPreset
in classComplexJobOutputType
-
withEdl
public ComplexJobAudioOutputType withEdl(EDLType value)
- Overrides:
withEdl
in classComplexJobOutputType
-
withSetting
public ComplexJobAudioOutputType withSetting(KeyValuePairType... values)
- Overrides:
withSetting
in classComplexJobOutputType
-
withSetting
public ComplexJobAudioOutputType withSetting(Collection<KeyValuePairType> values)
- Overrides:
withSetting
in classComplexJobOutputType
-
withObjectTracking
public ComplexJobAudioOutputType withObjectTracking(ComplexJobOTIFType value)
- Overrides:
withObjectTracking
in classComplexJobOutputType
-
withMetadata
public ComplexJobAudioOutputType withMetadata(KeyValuePairType... values)
- Overrides:
withMetadata
in classComplexJobOutputType
-
withMetadata
public ComplexJobAudioOutputType withMetadata(Collection<KeyValuePairType> values)
- Overrides:
withMetadata
in classComplexJobOutputType
-
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 classComplexJobOutputType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classComplexJobOutputType
-
visit
public ComplexJobAudioOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classComplexJobOutputType
-
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 classComplexJobOutputType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classComplexJobOutputType
-
-