public class LoudnessMixType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for LoudnessMixType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoudnessMixType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="weightdB" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="sourceStream" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="sourceChannel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Integer |
sourceChannel |
protected Integer |
sourceStream |
protected Double |
weightdB |
Constructor and Description |
---|
LoudnessMixType() |
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() |
String |
getName()
Gets the value of the name property.
|
Integer |
getSourceChannel()
Gets the value of the sourceChannel property.
|
Integer |
getSourceStream()
Gets the value of the sourceStream property.
|
Double |
getWeightdB()
Gets the value of the weightdB property.
|
boolean |
isSetName() |
boolean |
isSetSourceChannel() |
boolean |
isSetSourceStream() |
boolean |
isSetWeightdB() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setSourceChannel(Integer value)
Sets the value of the sourceChannel property.
|
void |
setSourceStream(Integer value)
Sets the value of the sourceStream property.
|
void |
setWeightdB(Double value)
Sets the value of the weightdB property.
|
protected String name
protected Double weightdB
protected Integer sourceStream
protected Integer sourceChannel
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public Double getWeightdB()
Double
public void setWeightdB(Double value)
value
- allowed object is
Double
public boolean isSetWeightdB()
public Integer getSourceStream()
Integer
public void setSourceStream(Integer value)
value
- allowed object is
Integer
public boolean isSetSourceStream()
public Integer getSourceChannel()
Integer
public void setSourceChannel(Integer value)
value
- allowed object is
Integer
public boolean isSetSourceChannel()
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.