Class LoudnessType

java.lang.Object
com.vidispine.generated.LoudnessType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class LoudnessType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

    • id

      protected String id
    • shape

      protected String shape
    • shapeTag

      protected String shapeTag
    • mix

      protected List<LoudnessMixType> mix
    • start

      protected String start
    • end

      protected String end
    • startLoudness

      protected String startLoudness
    • endLoudness

      protected String endLoudness
    • startRange

      protected String startRange
    • endRange

      protected String endRange
    • loudnessLU

      protected Double loudnessLU
    • loudnessRangeLU

      protected Double loudnessRangeLU
  • Constructor Details

    • LoudnessType

      public LoudnessType()
  • Method Details

    • 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

      Returns:
      The value of the mix property.
    • 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()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withId

      public LoudnessType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withShape

      public LoudnessType withShape(String value)
      Sets the value of the shape property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withShapeTag

      public LoudnessType withShapeTag(String value)
      Sets the value of the shapeTag property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMix

      public LoudnessType withMix(LoudnessMixType... values)
      Adds objects to the list of Mix using add method
      Parameters:
      values - objects to add to the list Mix
      Returns:
      The class instance
    • withMix

      public LoudnessType withMix(Collection<LoudnessMixType> values)
      Adds objects to the list of Mix using addAll method
      Parameters:
      values - objects to add to the list Mix
      Returns:
      The class instance
    • withStart

      public LoudnessType withStart(String value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEnd

      public LoudnessType withEnd(String value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartLoudness

      public LoudnessType withStartLoudness(String value)
      Sets the value of the startLoudness property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEndLoudness

      public LoudnessType withEndLoudness(String value)
      Sets the value of the endLoudness property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartRange

      public LoudnessType withStartRange(String value)
      Sets the value of the startRange property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEndRange

      public LoudnessType withEndRange(String value)
      Sets the value of the endRange property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLoudnessLU

      public LoudnessType withLoudnessLU(Double value)
      Sets the value of the loudnessLU property.
      Parameters:
      value - allowed object is Double
      Returns:
      The class instance
    • withLoudnessRangeLU

      public LoudnessType withLoudnessRangeLU(Double value)
      Sets the value of the loudnessRangeLU property.
      Parameters:
      value - allowed object is Double
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public LoudnessType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString