Class AudioTrackTranscodePresetType
- 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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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.Gets the value of the preset property.Gets the value of the setting property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
isSetMix()
boolean
boolean
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.toString()
void
void
unsetMix()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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 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 method
-
Field Details
-
codec
-
bitrate
-
framerate
-
channel
-
preset
-
setting
-
mix
-
-
Constructor Details
-
AudioTrackTranscodePresetType
public AudioTrackTranscodePresetType()
-
-
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() -
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() -
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() -
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
-
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
-
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
-
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
-