Package com.vidispine.generated
Class ComplexJobAudioOutputType
java.lang.Object
com.vidispine.generated.ComplexJobOutputType
com.vidispine.generated.ComplexJobAudioOutputType
- 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
- Direct Known Subclasses:
NLEJob2AudioOutputType
public class ComplexJobAudioOutputType
extends ComplexJobOutputType
implements 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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields 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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the channelLayout property.Gets the value of the channelLayoutName property.Gets the value of the thumbnailUri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
void
setChannelLayout
(Long value) Sets the value of the channelLayout property.void
setChannelLayoutName
(String value) Sets the value of the channelLayoutName property.toString()
void
visit
(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 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 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.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 Details
-
thumbnailUri
-
channelLayout
-
channelLayoutName
-
-
Constructor Details
-
ComplexJobAudioOutputType
public ComplexJobAudioOutputType()
-
-
Method Details
-
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
- Returns:
- The value of the thumbnailUri property.
-
isSetThumbnailUri
public boolean isSetThumbnailUri() -
unsetThumbnailUri
public void unsetThumbnailUri() -
getChannelLayout
Gets the value of the channelLayout property.- Returns:
- possible object is
Long
-
setChannelLayout
Sets the value of the channelLayout property.- Parameters:
value
- allowed object isLong
-
isSetChannelLayout
public boolean isSetChannelLayout() -
getChannelLayoutName
Gets the value of the channelLayoutName property.- Returns:
- possible object is
String
-
setChannelLayoutName
Sets the value of the channelLayoutName property.- Parameters:
value
- allowed object isString
-
isSetChannelLayoutName
public boolean isSetChannelLayoutName() -
clone
- Overrides:
clone
in classComplexJobOutputType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classComplexJobOutputType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classComplexJobOutputType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classComplexJobOutputType
-
withThumbnailUri
Adds objects to the list of ThumbnailUri using add method- Parameters:
values
- objects to add to the list ThumbnailUri- Returns:
- The class instance
-
withThumbnailUri
Adds objects to the list of ThumbnailUri using addAll method- Parameters:
values
- objects to add to the list ThumbnailUri- Returns:
- The class instance
-
withChannelLayout
Sets the value of the channelLayout property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withChannelLayoutName
Sets the value of the channelLayoutName property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withId
Adds objects to the list of Id using add method- Overrides:
withId
in classComplexJobOutputType
- 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:
withId
in classComplexJobOutputType
- Parameters:
values
- objects to add to the list Id- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Overrides:
withStart
in classComplexJobOutputType
- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withCodec
Sets the value of the codec property.- Overrides:
withCodec
in classComplexJobOutputType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodecTag
Sets the value of the codecTag property.- Overrides:
withCodecTag
in classComplexJobOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withCodecTagString
Sets the value of the codecTagString property.- Overrides:
withCodecTagString
in classComplexJobOutputType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodecName
Sets the value of the codecName property.- Overrides:
withCodecName
in classComplexJobOutputType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Overrides:
withBitrate
in classComplexJobOutputType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Overrides:
withTimeBase
in classComplexJobOutputType
- Parameters:
value
- allowed object isTimeBaseType
- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using add method- Overrides:
withPreset
in classComplexJobOutputType
- 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:
withPreset
in classComplexJobOutputType
- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withEdl
Sets the value of the edl property.- Overrides:
withEdl
in classComplexJobOutputType
- Parameters:
value
- allowed object isEDLType
- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Overrides:
withSetting
in classComplexJobOutputType
- 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:
withSetting
in classComplexJobOutputType
- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withObjectTracking
Sets the value of the objectTracking property.- Overrides:
withObjectTracking
in classComplexJobOutputType
- Parameters:
value
- allowed object isComplexJobOTIFType
- Returns:
- The class instance
-
withMetadata
Adds objects to the list of Metadata using add method- Overrides:
withMetadata
in classComplexJobOutputType
- 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:
withMetadata
in classComplexJobOutputType
- 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classComplexJobOutputType
-
equals
- Overrides:
equals
in classComplexJobOutputType
-
visit
- Overrides:
visit
in classComplexJobOutputType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classComplexJobOutputType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classComplexJobOutputType
-
toString
- Overrides:
toString
in classComplexJobOutputType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classComplexJobOutputType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classComplexJobOutputType
-