Class AudioOutputType
- java.lang.Object
-
- com.vidispine.generated.AudioOutputType
-
- 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 AudioOutputType 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 AudioOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bitrate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="framerate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/> <element name="channel" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="stream" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioOutputType.PropInfo
-
Constructor Summary
Constructors Constructor Description AudioOutputType()
-
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)
Integer
getBitrate()
Gets the value of the bitrate property.List<Integer>
getChannel()
Gets the value of the channel property.String
getCodec()
Gets the value of the codec property.String
getFormat()
Gets the value of the format property.TimeBaseType
getFramerate()
Gets the value of the framerate property.List<Integer>
getStream()
Gets the value of the stream property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetBitrate()
boolean
isSetChannel()
boolean
isSetCodec()
boolean
isSetFormat()
boolean
isSetFramerate()
boolean
isSetStream()
void
setBitrate(Integer value)
Sets the value of the bitrate property.void
setCodec(String value)
Sets the value of the codec property.void
setFormat(String value)
Sets the value of the format property.void
setFramerate(TimeBaseType value)
Sets the value of the framerate property.void
unsetChannel()
void
unsetStream()
AudioOutputType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AudioOutputType
withBitrate(Integer value)
AudioOutputType
withChannel(Integer... values)
AudioOutputType
withChannel(Collection<Integer> values)
AudioOutputType
withCodec(String value)
AudioOutputType
withFormat(String value)
AudioOutputType
withFramerate(TimeBaseType value)
AudioOutputType
withStream(Integer... values)
AudioOutputType
withStream(Collection<Integer> values)
-
-
-
Method Detail
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(String value)
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat()
-
getCodec
public String getCodec()
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
public void setCodec(String value)
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec()
-
getBitrate
public Integer getBitrate()
Gets the value of the bitrate property.- Returns:
- possible object is
Integer
-
setBitrate
public void setBitrate(Integer value)
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
-
isSetBitrate
public boolean isSetBitrate()
-
getFramerate
public TimeBaseType getFramerate()
Gets the value of the framerate property.- Returns:
- possible object is
TimeBaseType
-
setFramerate
public void setFramerate(TimeBaseType value)
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetFramerate
public boolean isSetFramerate()
-
getChannel
public List<Integer> getChannel()
Gets the value of the channel 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 channel property.For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
isSetChannel
public boolean isSetChannel()
-
unsetChannel
public void unsetChannel()
-
getStream
public List<Integer> getStream()
Gets the value of the stream 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 stream property.For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
isSetStream
public boolean isSetStream()
-
unsetStream
public void unsetStream()
-
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
-
withFormat
public AudioOutputType withFormat(String value)
-
withCodec
public AudioOutputType withCodec(String value)
-
withBitrate
public AudioOutputType withBitrate(Integer value)
-
withFramerate
public AudioOutputType withFramerate(TimeBaseType value)
-
withChannel
public AudioOutputType withChannel(Integer... values)
-
withChannel
public AudioOutputType withChannel(Collection<Integer> values)
-
withStream
public AudioOutputType withStream(Integer... values)
-
withStream
public AudioOutputType withStream(Collection<Integer> values)
-
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 AudioOutputType 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
-
-