Class ComplexJobAudioOutputType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Direct Known Subclasses:
    NLEJob2AudioOutputType

    public class ComplexJobAudioOutputType
    extends ComplexJobOutputType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ComplexJobAudioOutputType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ComplexJobAudioOutputType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobOutputType">
           <sequence>
             <element name="thumbnailUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
             <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>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form