Class ComplexJobAudioOutputType

java.lang.Object
com.vidispine.generated.ComplexJobOutputType
com.vidispine.generated.ComplexJobAudioOutputType
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
Direct Known Subclasses:
NLEJob2AudioOutputType

public class ComplexJobAudioOutputType extends ComplexJobOutputType 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 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: