Class 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
    • Field Detail

      • weightdB

        protected Double weightdB
      • sourceItemTrack

        protected String sourceItemTrack
      • sourceStream

        protected Integer sourceStream
      • sourceChannel

        protected Integer sourceChannel
    • Constructor Detail

      • LoudnessMixType

        public LoudnessMixType()
    • 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 is String
      • 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 is Double
      • 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 is String
      • 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 is Integer
      • 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 is Integer
      • isSetSourceChannel

        public boolean isSetSourceChannel()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.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 interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.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 interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object