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="sourceItemTrack" type="{http://www.w3.org/2001/XMLSchema}string" 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 String |
sourceItemTrack |
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.
|
String |
getSourceItemTrack()
Gets the value of the sourceItemTrack property.
|
Integer |
getSourceStream()
Gets the value of the sourceStream property.
|
Double |
getWeightdB()
Gets the value of the weightdB property.
|
boolean |
isSetName() |
boolean |
isSetSourceChannel() |
boolean |
isSetSourceItemTrack() |
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 |
setSourceItemTrack(String value)
Sets the value of the sourceItemTrack property.
|
void |
setSourceStream(Integer value)
Sets the value of the sourceStream property.
|
void |
setWeightdB(Double value)
Sets the value of the weightdB property.
|
LoudnessMixType |
withName(String value) |
LoudnessMixType |
withSourceChannel(Integer value) |
LoudnessMixType |
withSourceItemTrack(String value) |
LoudnessMixType |
withSourceStream(Integer value) |
LoudnessMixType |
withWeightdB(Double value) |
protected String name
protected Double weightdB
protected String sourceItemTrack
protected Integer sourceStream
protected Integer sourceChannel
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public Double getWeightdB()
Doublepublic void setWeightdB(Double value)
value - allowed object is
Doublepublic boolean isSetWeightdB()
public String getSourceItemTrack()
Stringpublic void setSourceItemTrack(String value)
value - allowed object is
Stringpublic boolean isSetSourceItemTrack()
public Integer getSourceStream()
Integerpublic void setSourceStream(Integer value)
value - allowed object is
Integerpublic boolean isSetSourceStream()
public Integer getSourceChannel()
Integerpublic void setSourceChannel(Integer value)
value - allowed object is
Integerpublic boolean isSetSourceChannel()
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 LoudnessMixType withName(String value)
public LoudnessMixType withWeightdB(Double value)
public LoudnessMixType withSourceItemTrack(String value)
public LoudnessMixType withSourceStream(Integer value)
public LoudnessMixType withSourceChannel(Integer value)
Copyright © 2015. All rights reserved.