Class NotificationDocumentTriggerType

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 NotificationDocumentTriggerType extends NotificationMetadataTriggerType 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 NotificationDocumentTriggerType complex type

.

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


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