Class AudioOutputType
- 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
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:
-
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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the bitrate property.Gets the value of the channel property.getCodec()
Gets the value of the codec property.Gets the value of the format property.Gets the value of the framerate property.Gets the value of the stream property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
void
setBitrate
(Integer value) Sets the value of the bitrate property.void
Sets the value of the codec property.void
Sets the value of the format property.void
setFramerate
(TimeBaseType value) Sets the value of the framerate property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBitrate
(Integer value) Sets the value of the bitrate property.withChannel
(Integer... values) Adds objects to the list of Channel using add methodwithChannel
(Collection<Integer> values) Adds objects to the list of Channel using addAll methodSets the value of the codec property.withFormat
(String value) Sets the value of the format property.withFramerate
(TimeBaseType value) Sets the value of the framerate property.withStream
(Integer... values) Adds objects to the list of Stream using add methodwithStream
(Collection<Integer> values) Adds objects to the list of Stream using addAll method
-
Field Details
-
format
-
codec
-
bitrate
-
framerate
-
channel
-
stream
-
-
Constructor Details
-
AudioOutputType
public AudioOutputType()
-
-
Method Details
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat() -
getCodec
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec() -
getBitrate
Gets the value of the bitrate property.- Returns:
- possible object is
Integer
-
setBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
-
isSetBitrate
public boolean isSetBitrate() -
getFramerate
Gets the value of the framerate property.- Returns:
- possible object is
TimeBaseType
-
setFramerate
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetFramerate
public boolean isSetFramerate() -
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
- Returns:
- The value of the channel property.
-
isSetChannel
public boolean isSetChannel() -
unsetChannel
public void unsetChannel() -
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
- Returns:
- The value of the stream property.
-
isSetStream
public boolean isSetStream() -
unsetStream
public void unsetStream() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withFramerate
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
- Returns:
- The class instance
-
withChannel
Adds objects to the list of Channel using add method- Parameters:
values
- objects to add to the list Channel- Returns:
- The class instance
-
withChannel
Adds objects to the list of Channel using addAll method- Parameters:
values
- objects to add to the list Channel- Returns:
- The class instance
-
withStream
Adds objects to the list of Stream using add method- Parameters:
values
- objects to add to the list Stream- Returns:
- The class instance
-
withStream
Adds objects to the list of Stream using addAll method- Parameters:
values
- objects to add to the list Stream- 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-