Package com.vidispine.generated
Class NLEJobAudioOutputType
java.lang.Object
com.vidispine.generated.NLEJobAudioOutputType
- 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 NLEJobAudioOutputType
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 NLEJobAudioOutputType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJobAudioOutputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sequence" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"/>
<choice minOccurs="0">
<element name="channelLayout" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="channelLayoutName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="codec" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bitrate" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</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) long
Gets the value of the bitrate property.Gets the value of the channelLayout property.Gets the value of the channelLayoutName property.getCodec()
Gets the value of the codec property.Gets the value of the sequence property.getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
isSetUri()
void
setBitrate
(long value) Sets the value of the bitrate property.void
setChannelLayout
(Long value) Sets the value of the channelLayout property.void
setChannelLayoutName
(String value) Sets the value of the channelLayoutName property.void
Sets the value of the codec property.void
Sets the value of the uri property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBitrate
(long value) Sets the value of the bitrate property.withChannelLayout
(Long value) Sets the value of the channelLayout property.withChannelLayoutName
(String value) Sets the value of the channelLayoutName property.Sets the value of the codec property.withSequence
(Integer... values) Adds objects to the list of Sequence using add methodwithSequence
(Collection<Integer> values) Adds objects to the list of Sequence using addAll methodSets the value of the uri property.
-
Field Details
-
sequence
-
channelLayout
-
channelLayoutName
-
uri
-
codec
-
bitrate
-
-
Constructor Details
-
NLEJobAudioOutputType
public NLEJobAudioOutputType()
-
-
Method Details
-
getSequence
Gets the value of the sequence 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 sequence property.For example, to add a new item, do as follows:
getSequence().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
- Returns:
- The value of the sequence property.
-
isSetSequence
public boolean isSetSequence() -
unsetSequence
public void unsetSequence() -
getChannelLayout
Gets the value of the channelLayout property.- Returns:
- possible object is
Long
-
setChannelLayout
Sets the value of the channelLayout property.- Parameters:
value
- allowed object isLong
-
isSetChannelLayout
public boolean isSetChannelLayout() -
getChannelLayoutName
Gets the value of the channelLayoutName property.- Returns:
- possible object is
String
-
setChannelLayoutName
Sets the value of the channelLayoutName property.- Parameters:
value
- allowed object isString
-
isSetChannelLayoutName
public boolean isSetChannelLayoutName() -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri() -
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
public long getBitrate()Gets the value of the bitrate property.- Returns:
- possible object is
Long
-
setBitrate
public void setBitrate(long value) Sets the value of the bitrate property.- Parameters:
value
- allowed object isLong
-
isSetBitrate
public boolean isSetBitrate() -
unsetBitrate
public void unsetBitrate() -
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
-
withSequence
Adds objects to the list of Sequence using add method- Parameters:
values
- objects to add to the list Sequence- Returns:
- The class instance
-
withSequence
Adds objects to the list of Sequence using addAll method- Parameters:
values
- objects to add to the list Sequence- Returns:
- The class instance
-
withChannelLayout
Sets the value of the channelLayout property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withChannelLayoutName
Sets the value of the channelLayoutName property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUri
Sets the value of the uri 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 is long- 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
-