Class BinaryComponentType

  • 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 BinaryComponentType
    extends ComponentType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for BinaryComponentType complex type.

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

     <complexType name="BinaryComponentType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}ComponentType">
           <sequence>
             <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="offset" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="length" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="mediaInfo" type="{http://xml.vidispine.com/schema/vidispine}BaseMediaInfoType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form