Package com.vidispine.generated
Class LoudnessMixType
- java.lang.Object
-
- com.vidispine.generated.LoudnessMixType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class LoudnessMixType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoudnessMixType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
name
protected Integer
sourceChannel
protected String
sourceItemTrack
protected Integer
sourceStream
protected Double
weightdB
-
Constructor Summary
Constructors Constructor Description LoudnessMixType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getWeightdB
public Double getWeightdB()
Gets the value of the weightdB property.- Returns:
- possible object is
Double
-
setWeightdB
public void setWeightdB(Double value)
Sets the value of the weightdB property.- Parameters:
value
- allowed object isDouble
-
isSetWeightdB
public boolean isSetWeightdB()
-
getSourceItemTrack
public String getSourceItemTrack()
Gets the value of the sourceItemTrack property.- Returns:
- possible object is
String
-
setSourceItemTrack
public void setSourceItemTrack(String value)
Sets the value of the sourceItemTrack property.- Parameters:
value
- allowed object isString
-
isSetSourceItemTrack
public boolean isSetSourceItemTrack()
-
getSourceStream
public Integer getSourceStream()
Gets the value of the sourceStream property.- Returns:
- possible object is
Integer
-
setSourceStream
public void setSourceStream(Integer value)
Sets the value of the sourceStream property.- Parameters:
value
- allowed object isInteger
-
isSetSourceStream
public boolean isSetSourceStream()
-
getSourceChannel
public Integer getSourceChannel()
Gets the value of the sourceChannel property.- Returns:
- possible object is
Integer
-
setSourceChannel
public void setSourceChannel(Integer value)
Sets the value of the sourceChannel property.- Parameters:
value
- allowed object isInteger
-
isSetSourceChannel
public boolean isSetSourceChannel()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withName
public LoudnessMixType withName(String value)
-
withWeightdB
public LoudnessMixType withWeightdB(Double value)
-
withSourceItemTrack
public LoudnessMixType withSourceItemTrack(String value)
-
withSourceStream
public LoudnessMixType withSourceStream(Integer value)
-
withSourceChannel
public LoudnessMixType withSourceChannel(Integer value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public LoudnessMixType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-