Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getEnd()
Gets the value of the end property.Gets the value of the endLoudness property.Gets the value of the endRange property.getId()
Gets the value of the id property.Gets the value of the loudnessLU property.Gets the value of the loudnessRangeLU property.getMix()
Gets the value of the mix property.getShape()
Gets the value of the shape property.Gets the value of the shapeTag property.getStart()
Gets the value of the start property.Gets the value of the startLoudness property.Gets the value of the startRange property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetEnd()
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
isSetMix()
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the end property.void
setEndLoudness
(String value) Sets the value of the endLoudness property.void
setEndRange
(String value) Sets the value of the endRange property.void
Sets the value of the id property.void
setLoudnessLU
(Double value) Sets the value of the loudnessLU property.void
setLoudnessRangeLU
(Double value) Sets the value of the loudnessRangeLU property.void
Sets the value of the shape property.void
setShapeTag
(String value) Sets the value of the shapeTag property.void
Sets the value of the start property.void
setStartLoudness
(String value) Sets the value of the startLoudness property.void
setStartRange
(String value) Sets the value of the startRange property.toString()
void
unsetMix()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the end property.withEndLoudness
(String value) Sets the value of the endLoudness property.withEndRange
(String value) Sets the value of the endRange property.Sets the value of the id property.withLoudnessLU
(Double value) Sets the value of the loudnessLU property.withLoudnessRangeLU
(Double value) Sets the value of the loudnessRangeLU property.withMix
(LoudnessMixType... values) Adds objects to the list of Mix using add methodwithMix
(Collection<LoudnessMixType> values) Adds objects to the list of Mix using addAll methodSets the value of the shape property.withShapeTag
(String value) Sets the value of the shapeTag property.Sets the value of the start property.withStartLoudness
(String value) Sets the value of the startLoudness property.withStartRange
(String value) Sets the value of the startRange property.
-
Field Details
-
id
-
shape
-
shapeTag
-
mix
-
start
-
end
-
startLoudness
-
endLoudness
-
startRange
-
endRange
-
loudnessLU
-
loudnessRangeLU
-
-
Constructor Details
-
LoudnessType
public LoudnessType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getShape
Gets the value of the shape property.- Returns:
- possible object is
String
-
setShape
Sets the value of the shape property.- Parameters:
value
- allowed object isString
-
isSetShape
public boolean isSetShape() -
getShapeTag
Gets the value of the shapeTag property.- Returns:
- possible object is
String
-
setShapeTag
Sets the value of the shapeTag property.- Parameters:
value
- allowed object isString
-
isSetShapeTag
public boolean isSetShapeTag() -
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
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value
- allowed object isString
-
isSetStart
public boolean isSetStart() -
getEnd
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
Sets the value of the end property.- Parameters:
value
- allowed object isString
-
isSetEnd
public boolean isSetEnd() -
getStartLoudness
Gets the value of the startLoudness property.- Returns:
- possible object is
String
-
setStartLoudness
Sets the value of the startLoudness property.- Parameters:
value
- allowed object isString
-
isSetStartLoudness
public boolean isSetStartLoudness() -
getEndLoudness
Gets the value of the endLoudness property.- Returns:
- possible object is
String
-
setEndLoudness
Sets the value of the endLoudness property.- Parameters:
value
- allowed object isString
-
isSetEndLoudness
public boolean isSetEndLoudness() -
getStartRange
Gets the value of the startRange property.- Returns:
- possible object is
String
-
setStartRange
Sets the value of the startRange property.- Parameters:
value
- allowed object isString
-
isSetStartRange
public boolean isSetStartRange() -
getEndRange
Gets the value of the endRange property.- Returns:
- possible object is
String
-
setEndRange
Sets the value of the endRange property.- Parameters:
value
- allowed object isString
-
isSetEndRange
public boolean isSetEndRange() -
getLoudnessLU
Gets the value of the loudnessLU property.- Returns:
- possible object is
Double
-
setLoudnessLU
Sets the value of the loudnessLU property.- Parameters:
value
- allowed object isDouble
-
isSetLoudnessLU
public boolean isSetLoudnessLU() -
getLoudnessRangeLU
Gets the value of the loudnessRangeLU property.- Returns:
- possible object is
Double
-
setLoudnessRangeLU
Sets the value of the loudnessRangeLU property.- Parameters:
value
- allowed object isDouble
-
isSetLoudnessRangeLU
public boolean isSetLoudnessRangeLU() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withShape
Sets the value of the shape property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withShapeTag
Sets the value of the shapeTag property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMix
Adds objects to the list of Mix using add method- Parameters:
values
- objects to add to the list Mix- Returns:
- The class instance
-
withMix
Adds objects to the list of Mix using addAll method- Parameters:
values
- objects to add to the list Mix- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withEnd
Sets the value of the end property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStartLoudness
Sets the value of the startLoudness property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withEndLoudness
Sets the value of the endLoudness property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStartRange
Sets the value of the startRange property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withEndRange
Sets the value of the endRange property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLoudnessLU
Sets the value of the loudnessLU property.- Parameters:
value
- allowed object isDouble
- Returns:
- The class instance
-
withLoudnessRangeLU
Sets the value of the loudnessRangeLU property.- Parameters:
value
- allowed object isDouble
- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-