public class AudioTranscodePresetChannelMixType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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" 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 | Class and Description |
---|---|
static class |
AudioTranscodePresetChannelMixType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected int |
channel |
protected Float |
gain |
protected Integer |
id |
protected Integer |
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() |
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.EqualsStrategy strategy) |
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() |
void |
unsetStream() |
AudioTranscodePresetChannelMixType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AudioTranscodePresetChannelMixType |
withChannel(int value) |
AudioTranscodePresetChannelMixType |
withGain(float value) |
AudioTranscodePresetChannelMixType |
withId(int value) |
AudioTranscodePresetChannelMixType |
withStream(int value) |
protected Integer id
protected Integer 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()
Integer
public void setStream(int value)
value
- allowed object is
Integer
public boolean isSetStream()
public void unsetStream()
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
public AudioTranscodePresetChannelMixType withId(int value)
public AudioTranscodePresetChannelMixType withStream(int value)
public AudioTranscodePresetChannelMixType withChannel(int value)
public AudioTranscodePresetChannelMixType withGain(float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public AudioTranscodePresetChannelMixType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.