Class NotificationCollectionTriggerType

java.lang.Object
com.vidispine.generated.NotificationTriggerType
com.vidispine.generated.NotificationCollectionTriggerType
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

public class NotificationCollectionTriggerType extends NotificationTriggerType 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 NotificationCollectionTriggerType complex type

.

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


 <complexType name="NotificationCollectionTriggerType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
       <choice>
         <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="modify" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="item" type="{http://xml.vidispine.com/schema/vidispine}NotificationItemTriggerType"/>
         <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}NotificationMetadataTriggerType"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 
See Also: