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) booleanbooleanequals(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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisSetEnd()booleanbooleanbooleanisSetId()booleanbooleanbooleanisSetMix()booleanbooleanbooleanbooleanbooleanvoidSets the value of the end property.voidsetEndLoudness(String value) Sets the value of the endLoudness property.voidsetEndRange(String value) Sets the value of the endRange property.voidSets the value of the id property.voidsetLoudnessLU(Double value) Sets the value of the loudnessLU property.voidsetLoudnessRangeLU(Double value) Sets the value of the loudnessRangeLU property.voidSets the value of the shape property.voidsetShapeTag(String value) Sets the value of the shapeTag property.voidSets the value of the start property.voidsetStartLoudness(String value) Sets the value of the startLoudness property.voidsetStartRange(String value) Sets the value of the startRange property.toString()voidunsetMix()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
setmethod 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:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-