Package com.vidispine.generated
Class AnalyzeAudioChannelType
java.lang.Object
com.vidispine.generated.AnalyzeAudioChannelType
- 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 AnalyzeAudioChannelType
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 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:
-
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) intGets the value of the channel property.intGets the value of the stream property.floatGets the value of the thresh property.getTone()Gets the value of the tone property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanvoidsetChannel(int value) Sets the value of the channel property.voidsetStream(int value) Sets the value of the stream property.voidsetThresh(float value) Sets the value of the thresh property.toString()voidvoidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChannel(int value) Sets the value of the channel property.withStream(int value) Sets the value of the stream property.withThresh(float value) Sets the value of the thresh property.Adds objects to the list of Tone using add methodwithTone(Collection<Float> values) Adds objects to the list of Tone using addAll method
-
Field Details
-
tone
-
stream
-
channel
-
thresh
-
-
Constructor Details
-
AnalyzeAudioChannelType
public AnalyzeAudioChannelType()
-
-
Method Details
-
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
setmethod 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- Returns:
- The value of the tone property.
-
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() -
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
-
withTone
Adds objects to the list of Tone using add method- Parameters:
values- objects to add to the list Tone- Returns:
- The class instance
-
withTone
Adds objects to the list of Tone using addAll method- Parameters:
values- objects to add to the list Tone- Returns:
- The class instance
-
withStream
Sets the value of the stream property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withChannel
Sets the value of the channel property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withThresh
Sets the value of the thresh property.- Parameters:
value- allowed object is float- 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
-