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:
  • Field Details

    • sequence

      protected List<Integer> sequence
    • channelLayout

      protected Long channelLayout
    • channelLayoutName

      protected String channelLayoutName
    • uri

      protected String uri
    • codec

      protected String codec
    • bitrate

      protected Long bitrate
  • Constructor Details

    • NLEJobAudioOutputType

      public NLEJobAudioOutputType()
  • Method Details

    • getSequence

      public List<Integer> 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

      public Long getChannelLayout()
      Gets the value of the channelLayout property.
      Returns:
      possible object is Long
    • setChannelLayout

      public void setChannelLayout(Long value)
      Sets the value of the channelLayout property.
      Parameters:
      value - allowed object is Long
    • isSetChannelLayout

      public boolean isSetChannelLayout()
    • getChannelLayoutName

      public String getChannelLayoutName()
      Gets the value of the channelLayoutName property.
      Returns:
      possible object is String
    • setChannelLayoutName

      public void setChannelLayoutName(String value)
      Sets the value of the channelLayoutName property.
      Parameters:
      value - allowed object is String
    • isSetChannelLayoutName

      public boolean isSetChannelLayoutName()
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • isSetUri

      public boolean isSetUri()
    • 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 is String
    • 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 is Long
    • isSetBitrate

      public boolean isSetBitrate()
    • unsetBitrate

      public void unsetBitrate()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withSequence

      public NLEJobAudioOutputType withSequence(Integer... values)
      Adds objects to the list of Sequence using add method
      Parameters:
      values - objects to add to the list Sequence
      Returns:
      The class instance
    • withSequence

      public NLEJobAudioOutputType withSequence(Collection<Integer> values)
      Adds objects to the list of Sequence using addAll method
      Parameters:
      values - objects to add to the list Sequence
      Returns:
      The class instance
    • withChannelLayout

      public NLEJobAudioOutputType withChannelLayout(Long value)
      Sets the value of the channelLayout property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withChannelLayoutName

      public NLEJobAudioOutputType withChannelLayoutName(String value)
      Sets the value of the channelLayoutName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUri

      public NLEJobAudioOutputType withUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCodec

      public NLEJobAudioOutputType withCodec(String value)
      Sets the value of the codec property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBitrate

      public NLEJobAudioOutputType withBitrate(long value)
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public NLEJobAudioOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString