public class LoudnessMixType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
LoudnessMixType.PropInfo |
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() |
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) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
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 String getSourceItemTrack()
String
public void setSourceItemTrack(String value)
value
- allowed object is
String
public boolean isSetSourceItemTrack()
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
public LoudnessMixType withName(String value)
public LoudnessMixType withWeightdB(Double value)
public LoudnessMixType withSourceItemTrack(String value)
public LoudnessMixType withSourceStream(Integer value)
public LoudnessMixType withSourceChannel(Integer 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 LoudnessMixType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.