Package com.vidispine.generated
Class AnalyzeAudioChannelType
- java.lang.Object
-
- com.vidispine.generated.AnalyzeAudioChannelType
-
- 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 AnalyzeAudioChannelType 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 AnalyzeAudioChannelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalyzeAudioChannelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tone" type="{http://www.w3.org/2001/XMLSchema}float" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="channel" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="thresh" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnalyzeAudioChannelType.PropInfo
-
Constructor Summary
Constructors Constructor Description AnalyzeAudioChannelType()
-
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)
int
getChannel()
Gets the value of the channel property.int
getStream()
Gets the value of the stream property.float
getThresh()
Gets the value of the thresh property.List<Float>
getTone()
Gets the value of the tone property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetChannel()
boolean
isSetStream()
boolean
isSetThresh()
boolean
isSetTone()
void
setChannel(int value)
Sets the value of the channel property.void
setStream(int value)
Sets the value of the stream property.void
setThresh(float value)
Sets the value of the thresh property.void
unsetChannel()
void
unsetStream()
void
unsetThresh()
void
unsetTone()
AnalyzeAudioChannelType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AnalyzeAudioChannelType
withChannel(int value)
AnalyzeAudioChannelType
withStream(int value)
AnalyzeAudioChannelType
withThresh(float value)
AnalyzeAudioChannelType
withTone(Float... values)
AnalyzeAudioChannelType
withTone(Collection<Float> values)
-
-
-
Method Detail
-
getTone
public List<Float> getTone()
Gets the value of the tone 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 tone property.For example, to add a new item, do as follows:
getTone().add(newItem);
Objects of the following type(s) are allowed in the list
Float
-
isSetTone
public boolean isSetTone()
-
unsetTone
public void unsetTone()
-
getStream
public int getStream()
Gets the value of the stream property.- Returns:
- possible object is
Integer
-
setStream
public void setStream(int value)
Sets the value of the stream property.- Parameters:
value
- allowed object isInteger
-
isSetStream
public boolean isSetStream()
-
unsetStream
public void unsetStream()
-
getChannel
public int getChannel()
Gets the value of the channel property.- Returns:
- possible object is
Integer
-
setChannel
public void setChannel(int value)
Sets the value of the channel property.- Parameters:
value
- allowed object isInteger
-
isSetChannel
public boolean isSetChannel()
-
unsetChannel
public void unsetChannel()
-
getThresh
public float getThresh()
Gets the value of the thresh property.- Returns:
- possible object is
Float
-
setThresh
public void setThresh(float value)
Sets the value of the thresh property.- Parameters:
value
- allowed object isFloat
-
isSetThresh
public boolean isSetThresh()
-
unsetThresh
public void unsetThresh()
-
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
-
withTone
public AnalyzeAudioChannelType withTone(Float... values)
-
withTone
public AnalyzeAudioChannelType withTone(Collection<Float> values)
-
withStream
public AnalyzeAudioChannelType withStream(int value)
-
withChannel
public AnalyzeAudioChannelType withChannel(int value)
-
withThresh
public AnalyzeAudioChannelType withThresh(float 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 AnalyzeAudioChannelType 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
-
-