public class AudioOutputType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected Integer |
bitrate |
protected List<Integer> |
channel |
protected String |
codec |
protected String |
format |
protected TimeBaseType |
framerate |
protected List<Integer> |
stream |
Constructor and Description |
---|
AudioOutputType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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() |
protected String format
protected String codec
protected Integer bitrate
protected TimeBaseType framerate
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public boolean isSetFormat()
public String getCodec()
String
public void setCodec(String value)
value
- allowed object is
String
public boolean isSetCodec()
public Integer getBitrate()
Integer
public void setBitrate(Integer value)
value
- allowed object is
Integer
public boolean isSetBitrate()
public TimeBaseType getFramerate()
TimeBaseType
public void setFramerate(TimeBaseType value)
value
- allowed object is
TimeBaseType
public boolean isSetFramerate()
public List<Integer> getChannel()
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
public boolean isSetChannel()
public void unsetChannel()
public List<Integer> getStream()
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
public boolean isSetStream()
public void unsetStream()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.