Class ComponentSynchronizeType

  • 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 ComponentSynchronizeType
    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 ComponentSynchronizeType complex type.

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

     <complexType name="ComponentSynchronizeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
             <element name="file" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://xml.vidispine.com/schema/vidispine}ComponentTypeType"/>
             <choice>
               <element name="audio" type="{http://xml.vidispine.com/schema/vidispine}AudioComponentType" minOccurs="0"/>
               <element name="container" type="{http://xml.vidispine.com/schema/vidispine}ContainerComponentType" minOccurs="0"/>
               <element name="video" type="{http://xml.vidispine.com/schema/vidispine}VideoComponentType" minOccurs="0"/>
               <element name="binary" type="{http://xml.vidispine.com/schema/vidispine}BinaryComponentType" minOccurs="0"/>
               <element name="descriptor" type="{http://xml.vidispine.com/schema/vidispine}DescriptorComponentType" minOccurs="0"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form