Class AudioTrackTranscodePresetType
- java.lang.Object
-
- com.vidispine.generated.AudioTrackTranscodePresetType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class AudioTrackTranscodePresetType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for AudioTrackTranscodePresetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioTrackTranscodePresetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bitrate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="framerate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/> <element name="channel" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="preset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="mix" type="{http://xml.vidispine.com/schema/vidispine}AudioTranscodePresetMixType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioTrackTranscodePresetType.PropInfo
-
Constructor Summary
Constructors Constructor Description AudioTrackTranscodePresetType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
Integer
getBitrate()
Gets the value of the bitrate property.List<Integer>
getChannel()
Gets the value of the channel property.String
getCodec()
Gets the value of the codec property.TimeBaseType
getFramerate()
Gets the value of the framerate property.List<AudioTranscodePresetMixType>
getMix()
Gets the value of the mix property.List<String>
getPreset()
Gets the value of the preset property.List<KeyValuePairType>
getSetting()
Gets the value of the setting property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetBitrate()
boolean
isSetChannel()
boolean
isSetCodec()
boolean
isSetFramerate()
boolean
isSetMix()
boolean
isSetPreset()
boolean
isSetSetting()
void
setBitrate(Integer value)
Sets the value of the bitrate property.void
setCodec(String value)
Sets the value of the codec property.void
setFramerate(TimeBaseType value)
Sets the value of the framerate property.void
unsetChannel()
void
unsetMix()
void
unsetPreset()
void
unsetSetting()
AudioTrackTranscodePresetType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AudioTrackTranscodePresetType
withBitrate(Integer value)
AudioTrackTranscodePresetType
withChannel(Integer... values)
AudioTrackTranscodePresetType
withChannel(Collection<Integer> values)
AudioTrackTranscodePresetType
withCodec(String value)
AudioTrackTranscodePresetType
withFramerate(TimeBaseType value)
AudioTrackTranscodePresetType
withMix(AudioTranscodePresetMixType... values)
AudioTrackTranscodePresetType
withMix(Collection<AudioTranscodePresetMixType> values)
AudioTrackTranscodePresetType
withPreset(String... values)
AudioTrackTranscodePresetType
withPreset(Collection<String> values)
AudioTrackTranscodePresetType
withSetting(KeyValuePairType... values)
AudioTrackTranscodePresetType
withSetting(Collection<KeyValuePairType> values)
-
-
-
Field Detail
-
codec
protected String codec
-
bitrate
protected Integer bitrate
-
framerate
protected TimeBaseType framerate
-
setting
protected List<KeyValuePairType> setting
-
mix
protected List<AudioTranscodePresetMixType> mix
-
-
Method Detail
-
getCodec
public String getCodec()
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
public void setCodec(String value)
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec()
-
getBitrate
public Integer getBitrate()
Gets the value of the bitrate property.- Returns:
- possible object is
Integer
-
setBitrate
public void setBitrate(Integer value)
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
-
isSetBitrate
public boolean isSetBitrate()
-
getFramerate
public TimeBaseType getFramerate()
Gets the value of the framerate property.- Returns:
- possible object is
TimeBaseType
-
setFramerate
public void setFramerate(TimeBaseType value)
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetFramerate
public boolean isSetFramerate()
-
getChannel
public List<Integer> getChannel()
Gets the value of the channel 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 channel property.For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
isSetChannel
public boolean isSetChannel()
-
unsetChannel
public void unsetChannel()
-
getPreset
public List<String> getPreset()
Gets the value of the preset 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 preset property.For example, to add a new item, do as follows:
getPreset().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPreset
public boolean isSetPreset()
-
unsetPreset
public void unsetPreset()
-
getSetting
public List<KeyValuePairType> getSetting()
Gets the value of the setting 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 setting property.For example, to add a new item, do as follows:
getSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
-
isSetSetting
public boolean isSetSetting()
-
unsetSetting
public void unsetSetting()
-
getMix
public List<AudioTranscodePresetMixType> 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
set
method 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
AudioTranscodePresetMixType
-
isSetMix
public boolean isSetMix()
-
unsetMix
public void unsetMix()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withCodec
public AudioTrackTranscodePresetType withCodec(String value)
-
withBitrate
public AudioTrackTranscodePresetType withBitrate(Integer value)
-
withFramerate
public AudioTrackTranscodePresetType withFramerate(TimeBaseType value)
-
withChannel
public AudioTrackTranscodePresetType withChannel(Integer... values)
-
withChannel
public AudioTrackTranscodePresetType withChannel(Collection<Integer> values)
-
withPreset
public AudioTrackTranscodePresetType withPreset(String... values)
-
withPreset
public AudioTrackTranscodePresetType withPreset(Collection<String> values)
-
withSetting
public AudioTrackTranscodePresetType withSetting(KeyValuePairType... values)
-
withSetting
public AudioTrackTranscodePresetType withSetting(Collection<KeyValuePairType> values)
-
withMix
public AudioTrackTranscodePresetType withMix(AudioTranscodePresetMixType... values)
-
withMix
public AudioTrackTranscodePresetType withMix(Collection<AudioTranscodePresetMixType> values)
-
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
-
visit
public AudioTrackTranscodePresetType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
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
-
-