Class AudioTranscodePresetType
- java.lang.Object
-
- com.vidispine.generated.AudioTranscodePresetType
-
- 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 AudioTranscodePresetType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioTranscodePresetType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description AudioTranscodePresetType()
-
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.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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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()
AudioTranscodePresetType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AudioTranscodePresetType
withAllChannel(Boolean value)
AudioTranscodePresetType
withBitrate(Integer value)
AudioTranscodePresetType
withChannel(Integer... values)
AudioTranscodePresetType
withChannel(Collection<Integer> values)
AudioTranscodePresetType
withCodec(String value)
AudioTranscodePresetType
withFramerate(TimeBaseType value)
AudioTranscodePresetType
withMix(AudioTranscodePresetMixType... values)
AudioTranscodePresetType
withMix(Collection<AudioTranscodePresetMixType> values)
AudioTranscodePresetType
withMonoFile(Boolean value)
AudioTranscodePresetType
withNoAudio(Boolean value)
AudioTranscodePresetType
withOtif(OtifPresetType value)
AudioTranscodePresetType
withOutput(AudioOutputType... values)
AudioTranscodePresetType
withOutput(Collection<AudioOutputType> values)
AudioTranscodePresetType
withPreset(String... values)
AudioTranscodePresetType
withPreset(Collection<String> values)
AudioTranscodePresetType
withSetting(KeyValuePairType... values)
AudioTranscodePresetType
withSetting(Collection<KeyValuePairType> values)
AudioTranscodePresetType
withStream(Integer... values)
AudioTranscodePresetType
withStream(Collection<Integer> values)
-
-
-
Field Detail
-
codec
protected String codec
-
bitrate
protected Integer bitrate
-
framerate
protected TimeBaseType framerate
-
noAudio
protected Boolean noAudio
-
setting
protected List<KeyValuePairType> setting
-
mix
protected List<AudioTranscodePresetMixType> mix
-
otif
protected OtifPresetType otif
-
monoFile
protected Boolean monoFile
-
allChannel
protected Boolean allChannel
-
output
protected List<AudioOutputType> output
-
-
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()
-
getStream
public List<Integer> getStream()
Gets the value of the stream 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 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
-
isSetStream
public boolean isSetStream()
-
unsetStream
public void unsetStream()
-
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()
-
isNoAudio
public Boolean isNoAudio()
Gets the value of the noAudio property.- Returns:
- possible object is
Boolean
-
setNoAudio
public void setNoAudio(Boolean value)
Sets the value of the noAudio property.- Parameters:
value
- allowed object isBoolean
-
isSetNoAudio
public boolean isSetNoAudio()
-
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()
-
getOtif
public OtifPresetType getOtif()
Gets the value of the otif property.- Returns:
- possible object is
OtifPresetType
-
setOtif
public void setOtif(OtifPresetType value)
Sets the value of the otif property.- Parameters:
value
- allowed object isOtifPresetType
-
isSetOtif
public boolean isSetOtif()
-
isMonoFile
public Boolean isMonoFile()
Gets the value of the monoFile property.- Returns:
- possible object is
Boolean
-
setMonoFile
public void setMonoFile(Boolean value)
Sets the value of the monoFile property.- Parameters:
value
- allowed object isBoolean
-
isSetMonoFile
public boolean isSetMonoFile()
-
isAllChannel
public Boolean isAllChannel()
Gets the value of the allChannel property.- Returns:
- possible object is
Boolean
-
setAllChannel
public void setAllChannel(Boolean value)
Sets the value of the allChannel property.- Parameters:
value
- allowed object isBoolean
-
isSetAllChannel
public boolean isSetAllChannel()
-
getOutput
public List<AudioOutputType> getOutput()
Gets the value of the output 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 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
-
isSetOutput
public boolean isSetOutput()
-
unsetOutput
public void unsetOutput()
-
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 AudioTranscodePresetType withCodec(String value)
-
withBitrate
public AudioTranscodePresetType withBitrate(Integer value)
-
withFramerate
public AudioTranscodePresetType withFramerate(TimeBaseType value)
-
withChannel
public AudioTranscodePresetType withChannel(Integer... values)
-
withChannel
public AudioTranscodePresetType withChannel(Collection<Integer> values)
-
withStream
public AudioTranscodePresetType withStream(Integer... values)
-
withStream
public AudioTranscodePresetType withStream(Collection<Integer> values)
-
withPreset
public AudioTranscodePresetType withPreset(String... values)
-
withPreset
public AudioTranscodePresetType withPreset(Collection<String> values)
-
withNoAudio
public AudioTranscodePresetType withNoAudio(Boolean value)
-
withSetting
public AudioTranscodePresetType withSetting(KeyValuePairType... values)
-
withSetting
public AudioTranscodePresetType withSetting(Collection<KeyValuePairType> values)
-
withMix
public AudioTranscodePresetType withMix(AudioTranscodePresetMixType... values)
-
withMix
public AudioTranscodePresetType withMix(Collection<AudioTranscodePresetMixType> values)
-
withOtif
public AudioTranscodePresetType withOtif(OtifPresetType value)
-
withMonoFile
public AudioTranscodePresetType withMonoFile(Boolean value)
-
withAllChannel
public AudioTranscodePresetType withAllChannel(Boolean value)
-
withOutput
public AudioTranscodePresetType withOutput(AudioOutputType... values)
-
withOutput
public AudioTranscodePresetType withOutput(Collection<AudioOutputType> 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 AudioTranscodePresetType 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
-
-