Class LoudnessType

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

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

     <complexType name="LoudnessType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
             <element name="shape" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
             <element name="shapeTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="mix" type="{http://xml.vidispine.com/schema/vidispine}LoudnessMixType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="start" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="end" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="startLoudness" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="endLoudness" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="startRange" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="endRange" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="loudnessLU" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="loudnessRangeLU" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • LoudnessType

        public LoudnessType()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • isSetId

        public boolean isSetId()
      • getShape

        public String getShape()
        Gets the value of the shape property.
        Returns:
        possible object is String
      • setShape

        public void setShape​(String value)
        Sets the value of the shape property.
        Parameters:
        value - allowed object is String
      • isSetShape

        public boolean isSetShape()
      • getShapeTag

        public String getShapeTag()
        Gets the value of the shapeTag property.
        Returns:
        possible object is String
      • setShapeTag

        public void setShapeTag​(String value)
        Sets the value of the shapeTag property.
        Parameters:
        value - allowed object is String
      • isSetShapeTag

        public boolean isSetShapeTag()
      • getMix

        public List<LoudnessMixType> getMix()
        Gets the value of the mix 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 mix property.

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

            getMix().add(newItem);
         

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

      • isSetMix

        public boolean isSetMix()
      • unsetMix

        public void unsetMix()
      • getStart

        public String getStart()
        Gets the value of the start property.
        Returns:
        possible object is String
      • setStart

        public void setStart​(String value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is String
      • isSetStart

        public boolean isSetStart()
      • getEnd

        public String getEnd()
        Gets the value of the end property.
        Returns:
        possible object is String
      • setEnd

        public void setEnd​(String value)
        Sets the value of the end property.
        Parameters:
        value - allowed object is String
      • isSetEnd

        public boolean isSetEnd()
      • getStartLoudness

        public String getStartLoudness()
        Gets the value of the startLoudness property.
        Returns:
        possible object is String
      • setStartLoudness

        public void setStartLoudness​(String value)
        Sets the value of the startLoudness property.
        Parameters:
        value - allowed object is String
      • isSetStartLoudness

        public boolean isSetStartLoudness()
      • getEndLoudness

        public String getEndLoudness()
        Gets the value of the endLoudness property.
        Returns:
        possible object is String
      • setEndLoudness

        public void setEndLoudness​(String value)
        Sets the value of the endLoudness property.
        Parameters:
        value - allowed object is String
      • isSetEndLoudness

        public boolean isSetEndLoudness()
      • getStartRange

        public String getStartRange()
        Gets the value of the startRange property.
        Returns:
        possible object is String
      • setStartRange

        public void setStartRange​(String value)
        Sets the value of the startRange property.
        Parameters:
        value - allowed object is String
      • isSetStartRange

        public boolean isSetStartRange()
      • getEndRange

        public String getEndRange()
        Gets the value of the endRange property.
        Returns:
        possible object is String
      • setEndRange

        public void setEndRange​(String value)
        Sets the value of the endRange property.
        Parameters:
        value - allowed object is String
      • isSetEndRange

        public boolean isSetEndRange()
      • getLoudnessLU

        public Double getLoudnessLU()
        Gets the value of the loudnessLU property.
        Returns:
        possible object is Double
      • setLoudnessLU

        public void setLoudnessLU​(Double value)
        Sets the value of the loudnessLU property.
        Parameters:
        value - allowed object is Double
      • isSetLoudnessLU

        public boolean isSetLoudnessLU()
      • getLoudnessRangeLU

        public Double getLoudnessRangeLU()
        Gets the value of the loudnessRangeLU property.
        Returns:
        possible object is Double
      • setLoudnessRangeLU

        public void setLoudnessRangeLU​(Double value)
        Sets the value of the loudnessRangeLU property.
        Parameters:
        value - allowed object is Double
      • isSetLoudnessRangeLU

        public boolean isSetLoudnessRangeLU()
      • 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 LoudnessType 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