public class AudioTranscodePresetType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AudioTranscodePresetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioTranscodePresetType"> <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="stream" 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="noAudio" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/> <element name="otif" type="{http://xml.vidispine.com/schema/vidispine}OtifPresetType" minOccurs="0"/> <element name="monoFile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="allChannel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="output" type="{http://xml.vidispine.com/schema/vidispine}AudioOutputType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allChannel |
protected Integer |
bitrate |
protected List<Integer> |
channel |
protected String |
codec |
protected TimeBaseType |
framerate |
protected List<AudioTranscodePresetMixType> |
mix |
protected Boolean |
monoFile |
protected Boolean |
noAudio |
protected OtifPresetType |
otif |
protected List<AudioOutputType> |
output |
protected List<String> |
preset |
protected List<KeyValuePairType> |
setting |
protected List<Integer> |
stream |
Constructor and Description |
---|
AudioTranscodePresetType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
OtifPresetType |
getOtif()
Gets the value of the otif property.
|
List<AudioOutputType> |
getOutput()
Gets the value of the output property.
|
List<String> |
getPreset()
Gets the value of the preset property.
|
List<KeyValuePairType> |
getSetting()
Gets the value of the setting property.
|
List<Integer> |
getStream()
Gets the value of the stream property.
|
Boolean |
isAllChannel()
Gets the value of the allChannel property.
|
Boolean |
isMonoFile()
Gets the value of the monoFile property.
|
Boolean |
isNoAudio()
Gets the value of the noAudio property.
|
boolean |
isSetAllChannel() |
boolean |
isSetBitrate() |
boolean |
isSetChannel() |
boolean |
isSetCodec() |
boolean |
isSetFramerate() |
boolean |
isSetMix() |
boolean |
isSetMonoFile() |
boolean |
isSetNoAudio() |
boolean |
isSetOtif() |
boolean |
isSetOutput() |
boolean |
isSetPreset() |
boolean |
isSetSetting() |
boolean |
isSetStream() |
void |
setAllChannel(Boolean value)
Sets the value of the allChannel property.
|
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 |
setMonoFile(Boolean value)
Sets the value of the monoFile property.
|
void |
setNoAudio(Boolean value)
Sets the value of the noAudio property.
|
void |
setOtif(OtifPresetType value)
Sets the value of the otif property.
|
void |
unsetChannel() |
void |
unsetMix() |
void |
unsetOutput() |
void |
unsetPreset() |
void |
unsetSetting() |
void |
unsetStream() |
protected String codec
protected Integer bitrate
protected TimeBaseType framerate
protected Boolean noAudio
protected List<KeyValuePairType> setting
protected List<AudioTranscodePresetMixType> mix
protected OtifPresetType otif
protected Boolean monoFile
protected Boolean allChannel
protected List<AudioOutputType> output
public String getCodec()
String
public void setCodec(String value)
value
- allowed object is
String
public boolean isSetCodec()
public Integer getBitrate()
Integer
public void setBitrate(Integer value)
value
- allowed object is
Integer
public boolean isSetBitrate()
public TimeBaseType getFramerate()
TimeBaseType
public void setFramerate(TimeBaseType value)
value
- allowed object is
TimeBaseType
public boolean isSetFramerate()
public List<Integer> getChannel()
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
public boolean isSetChannel()
public void unsetChannel()
public List<Integer> getStream()
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 stream property.
For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isSetStream()
public void unsetStream()
public List<String> getPreset()
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
public boolean isSetPreset()
public void unsetPreset()
public Boolean isNoAudio()
Boolean
public void setNoAudio(Boolean value)
value
- allowed object is
Boolean
public boolean isSetNoAudio()
public List<KeyValuePairType> getSetting()
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
public boolean isSetSetting()
public void unsetSetting()
public List<AudioTranscodePresetMixType> getMix()
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
public boolean isSetMix()
public void unsetMix()
public OtifPresetType getOtif()
OtifPresetType
public void setOtif(OtifPresetType value)
value
- allowed object is
OtifPresetType
public boolean isSetOtif()
public Boolean isMonoFile()
Boolean
public void setMonoFile(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMonoFile()
public Boolean isAllChannel()
Boolean
public void setAllChannel(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAllChannel()
public List<AudioOutputType> getOutput()
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 output property.
For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
AudioOutputType
public boolean isSetOutput()
public void unsetOutput()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.