Package com.vidispine.generated
Class LoudnessType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoudnessType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
end
protected String
endLoudness
protected String
endRange
protected String
id
protected Double
loudnessLU
protected Double
loudnessRangeLU
protected List<LoudnessMixType>
mix
protected String
shape
protected String
shapeTag
protected String
start
protected String
startLoudness
protected String
startRange
-
Constructor Summary
Constructors Constructor Description LoudnessType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getEnd()
Gets the value of the end property.String
getEndLoudness()
Gets the value of the endLoudness property.String
getEndRange()
Gets the value of the endRange property.String
getId()
Gets the value of the id property.Double
getLoudnessLU()
Gets the value of the loudnessLU property.Double
getLoudnessRangeLU()
Gets the value of the loudnessRangeLU property.List<LoudnessMixType>
getMix()
Gets the value of the mix property.String
getShape()
Gets the value of the shape property.String
getShapeTag()
Gets the value of the shapeTag property.String
getStart()
Gets the value of the start property.String
getStartLoudness()
Gets the value of the startLoudness property.String
getStartRange()
Gets the value of the startRange property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetEnd()
boolean
isSetEndLoudness()
boolean
isSetEndRange()
boolean
isSetId()
boolean
isSetLoudnessLU()
boolean
isSetLoudnessRangeLU()
boolean
isSetMix()
boolean
isSetShape()
boolean
isSetShapeTag()
boolean
isSetStart()
boolean
isSetStartLoudness()
boolean
isSetStartRange()
void
setEnd(String value)
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
setId(String value)
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
setShape(String value)
Sets the value of the shape property.void
setShapeTag(String value)
Sets the value of the shapeTag property.void
setStart(String value)
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.void
unsetMix()
LoudnessType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
LoudnessType
withEnd(String value)
LoudnessType
withEndLoudness(String value)
LoudnessType
withEndRange(String value)
LoudnessType
withId(String value)
LoudnessType
withLoudnessLU(Double value)
LoudnessType
withLoudnessRangeLU(Double value)
LoudnessType
withMix(LoudnessMixType... values)
LoudnessType
withMix(Collection<LoudnessMixType> values)
LoudnessType
withShape(String value)
LoudnessType
withShapeTag(String value)
LoudnessType
withStart(String value)
LoudnessType
withStartLoudness(String value)
LoudnessType
withStartRange(String value)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isDouble
-
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 isDouble
-
isSetLoudnessRangeLU
public boolean isSetLoudnessRangeLU()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withId
public LoudnessType withId(String value)
-
withShape
public LoudnessType withShape(String value)
-
withShapeTag
public LoudnessType withShapeTag(String value)
-
withMix
public LoudnessType withMix(LoudnessMixType... values)
-
withMix
public LoudnessType withMix(Collection<LoudnessMixType> values)
-
withStart
public LoudnessType withStart(String value)
-
withEnd
public LoudnessType withEnd(String value)
-
withStartLoudness
public LoudnessType withStartLoudness(String value)
-
withEndLoudness
public LoudnessType withEndLoudness(String value)
-
withStartRange
public LoudnessType withStartRange(String value)
-
withEndRange
public LoudnessType withEndRange(String value)
-
withLoudnessLU
public LoudnessType withLoudnessLU(Double value)
-
withLoudnessRangeLU
public LoudnessType withLoudnessRangeLU(Double value)
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-