Class EntitySynchronizeType

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

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

     <complexType name="EntitySynchronizeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="rule" type="{http://xml.vidispine.com/schema/vidispine}SiteRuleType" minOccurs="0"/>
             <element name="createFileStatuses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <choice>
               <element name="item" type="{http://xml.vidispine.com/schema/vidispine}ItemSynchronizeType"/>
               <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}CollectionSynchronizeType"/>
               <element name="user" type="{http://xml.vidispine.com/schema/vidispine}UserSynchronizeType"/>
               <element name="group" type="{http://xml.vidispine.com/schema/vidispine}GroupSynchronizeType"/>
               <element name="library" type="{http://xml.vidispine.com/schema/vidispine}LibrarySynchronizeType"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form