Class AnalyzeAudioChannelType

  • 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 AnalyzeAudioChannelType
    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 AnalyzeAudioChannelType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AnalyzeAudioChannelType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tone" type="{http://www.w3.org/2001/XMLSchema}float" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="channel" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="thresh" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AnalyzeAudioChannelType

        public AnalyzeAudioChannelType()
    • Method Detail

      • getTone

        public List<Float> getTone()
        Gets the value of the tone property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tone property.

        For example, to add a new item, do as follows:

            getTone().add(newItem);
         

        Objects of the following type(s) are allowed in the list Float

      • isSetTone

        public boolean isSetTone()
      • unsetTone

        public void unsetTone()
      • getStream

        public int getStream()
        Gets the value of the stream property.
        Returns:
        possible object is Integer
      • setStream

        public void setStream​(int value)
        Sets the value of the stream property.
        Parameters:
        value - allowed object is Integer
      • isSetStream

        public boolean isSetStream()
      • unsetStream

        public void unsetStream()
      • getChannel

        public int getChannel()
        Gets the value of the channel property.
        Returns:
        possible object is Integer
      • setChannel

        public void setChannel​(int value)
        Sets the value of the channel property.
        Parameters:
        value - allowed object is Integer
      • isSetChannel

        public boolean isSetChannel()
      • unsetChannel

        public void unsetChannel()
      • getThresh

        public float getThresh()
        Gets the value of the thresh property.
        Returns:
        possible object is Float
      • setThresh

        public void setThresh​(float value)
        Sets the value of the thresh property.
        Parameters:
        value - allowed object is Float
      • isSetThresh

        public boolean isSetThresh()
      • unsetThresh

        public void unsetThresh()
      • 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
      • 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