Class NLEJobAudioOutputType

  • 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 NLEJobAudioOutputType
    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 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:
    Serialized Form
    • Field Detail

      • channelLayout

        protected Long channelLayout
      • channelLayoutName

        protected String channelLayoutName
      • codec

        protected String codec
      • bitrate

        protected Long bitrate
    • Constructor Detail

      • NLEJobAudioOutputType

        public NLEJobAudioOutputType()
    • Method Detail

      • 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

      • 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()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object