Class AudioTranscodePresetType
- 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
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Integer
protected String
protected TimeBaseType
protected List<AudioTranscodePresetMixType>
protected Boolean
protected Boolean
protected OtifPresetType
protected List<AudioOutputType>
protected List<KeyValuePairType>
-
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 bitrate property.Gets the value of the channel property.getCodec()
Gets the value of the codec property.Gets the value of the framerate property.getMix()
Gets the value of the mix property.getOtif()
Gets the value of the otif property.Gets the value of the output property.Gets the value of the preset property.Gets the value of the setting property.Gets the value of the stream property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the allChannel property.Gets the value of the monoFile property.Gets the value of the noAudio property.boolean
boolean
boolean
boolean
boolean
boolean
isSetMix()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAllChannel
(Boolean value) Sets the value of the allChannel property.void
setBitrate
(Integer value) Sets the value of the bitrate property.void
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.toString()
void
void
unsetMix()
void
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAllChannel
(Boolean value) Sets the value of the allChannel property.withBitrate
(Integer value) Sets the value of the bitrate property.withChannel
(Integer... values) Adds objects to the list of Channel using add methodwithChannel
(Collection<Integer> values) Adds objects to the list of Channel using addAll methodSets the value of the codec property.withFramerate
(TimeBaseType value) Sets the value of the framerate property.withMix
(AudioTranscodePresetMixType... values) Adds objects to the list of Mix using add methodwithMix
(Collection<AudioTranscodePresetMixType> values) Adds objects to the list of Mix using addAll methodwithMonoFile
(Boolean value) Sets the value of the monoFile property.withNoAudio
(Boolean value) Sets the value of the noAudio property.withOtif
(OtifPresetType value) Sets the value of the otif property.withOutput
(AudioOutputType... values) Adds objects to the list of Output using add methodwithOutput
(Collection<AudioOutputType> values) Adds objects to the list of Output using addAll methodwithPreset
(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 methodwithStream
(Integer... values) Adds objects to the list of Stream using add methodwithStream
(Collection<Integer> values) Adds objects to the list of Stream using addAll method
-
Field Details
-
codec
-
bitrate
-
framerate
-
channel
-
stream
-
preset
-
noAudio
-
setting
-
mix
-
otif
-
monoFile
-
allChannel
-
output
-
-
Constructor Details
-
AudioTranscodePresetType
public AudioTranscodePresetType()
-
-
Method Details
-
getCodec
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec() -
getBitrate
Gets the value of the bitrate property.- Returns:
- possible object is
Integer
-
setBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
-
isSetBitrate
public boolean isSetBitrate() -
getFramerate
Gets the value of the framerate property.- Returns:
- possible object is
TimeBaseType
-
setFramerate
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetFramerate
public boolean isSetFramerate() -
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
- Returns:
- The value of the channel property.
-
isSetChannel
public boolean isSetChannel() -
unsetChannel
public void unsetChannel() -
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
- Returns:
- The value of the stream property.
-
isSetStream
public boolean isSetStream() -
unsetStream
public void unsetStream() -
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
- Returns:
- The value of the preset property.
-
isSetPreset
public boolean isSetPreset() -
unsetPreset
public void unsetPreset() -
isNoAudio
Gets the value of the noAudio property.- Returns:
- possible object is
Boolean
-
setNoAudio
Sets the value of the noAudio property.- Parameters:
value
- allowed object isBoolean
-
isSetNoAudio
public boolean isSetNoAudio() -
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
- Returns:
- The value of the setting property.
-
isSetSetting
public boolean isSetSetting() -
unsetSetting
public void unsetSetting() -
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
- Returns:
- The value of the mix property.
-
isSetMix
public boolean isSetMix() -
unsetMix
public void unsetMix() -
getOtif
Gets the value of the otif property.- Returns:
- possible object is
OtifPresetType
-
setOtif
Sets the value of the otif property.- Parameters:
value
- allowed object isOtifPresetType
-
isSetOtif
public boolean isSetOtif() -
isMonoFile
Gets the value of the monoFile property.- Returns:
- possible object is
Boolean
-
setMonoFile
Sets the value of the monoFile property.- Parameters:
value
- allowed object isBoolean
-
isSetMonoFile
public boolean isSetMonoFile() -
isAllChannel
Gets the value of the allChannel property.- Returns:
- possible object is
Boolean
-
setAllChannel
Sets the value of the allChannel property.- Parameters:
value
- allowed object isBoolean
-
isSetAllChannel
public boolean isSetAllChannel() -
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
- Returns:
- The value of the output property.
-
isSetOutput
public boolean isSetOutput() -
unsetOutput
public void unsetOutput() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
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
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withFramerate
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
- Returns:
- The class instance
-
withChannel
Adds objects to the list of Channel using add method- Parameters:
values
- objects to add to the list Channel- Returns:
- The class instance
-
withChannel
Adds objects to the list of Channel using addAll method- Parameters:
values
- objects to add to the list Channel- Returns:
- The class instance
-
withStream
Adds objects to the list of Stream using add method- Parameters:
values
- objects to add to the list Stream- Returns:
- The class instance
-
withStream
Adds objects to the list of Stream using addAll method- Parameters:
values
- objects to add to the list Stream- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using add method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using addAll method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withNoAudio
Sets the value of the noAudio property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withMix
Adds objects to the list of Mix using add method- Parameters:
values
- objects to add to the list Mix- Returns:
- The class instance
-
withMix
Adds objects to the list of Mix using addAll method- Parameters:
values
- objects to add to the list Mix- Returns:
- The class instance
-
withOtif
Sets the value of the otif property.- Parameters:
value
- allowed object isOtifPresetType
- Returns:
- The class instance
-
withMonoFile
Sets the value of the monoFile property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withAllChannel
Sets the value of the allChannel property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withOutput
Adds objects to the list of Output using add method- Parameters:
values
- objects to add to the list Output- Returns:
- The class instance
-
withOutput
Adds objects to the list of Output using addAll method- Parameters:
values
- objects to add to the list Output- 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
-
equals
-
visit
-
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
-
hashCode
public int hashCode() -
toString
-
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
-
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
-