public class AudioTranscodePresetChannelMixType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AudioTranscodePresetChannelMixType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioTranscodePresetChannelMixType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="stream" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="channel" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="gain" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
channel |
protected Float |
gain |
protected Integer |
id |
protected int |
stream |
| Constructor and Description |
|---|
AudioTranscodePresetChannelMixType() |
| 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() |
int |
getChannel()
Gets the value of the channel property.
|
float |
getGain()
Gets the value of the gain property.
|
int |
getId()
Gets the value of the id property.
|
int |
getStream()
Gets the value of the stream property.
|
boolean |
isSetChannel() |
boolean |
isSetGain() |
boolean |
isSetId() |
boolean |
isSetStream() |
void |
setChannel(int value)
Sets the value of the channel property.
|
void |
setGain(float value)
Sets the value of the gain property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setStream(int value)
Sets the value of the stream property.
|
void |
unsetGain() |
void |
unsetId() |
AudioTranscodePresetChannelMixType |
withChannel(int value) |
AudioTranscodePresetChannelMixType |
withGain(float value) |
AudioTranscodePresetChannelMixType |
withId(int value) |
AudioTranscodePresetChannelMixType |
withStream(int value) |
protected Integer id
protected int stream
protected int channel
protected Float gain
public int getId()
Integerpublic void setId(int value)
value - allowed object is
Integerpublic boolean isSetId()
public void unsetId()
public int getStream()
public void setStream(int value)
public boolean isSetStream()
public int getChannel()
public void setChannel(int value)
public boolean isSetChannel()
public float getGain()
Floatpublic void setGain(float value)
value - allowed object is
Floatpublic boolean isSetGain()
public void unsetGain()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic AudioTranscodePresetChannelMixType withId(int value)
public AudioTranscodePresetChannelMixType withStream(int value)
public AudioTranscodePresetChannelMixType withChannel(int value)
public AudioTranscodePresetChannelMixType withGain(float value)
Copyright © 2015. All rights reserved.