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() |
protected Integer id
protected int stream
protected int channel
protected Float gain
public int getId()
Integer
public void setId(int value)
value
- allowed object is
Integer
public 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()
Float
public void setGain(float value)
value
- allowed object is
Float
public boolean isSetGain()
public void unsetGain()
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 © 2016. All rights reserved.