Class NotificationJobTriggerType

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

.

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


 <complexType name="NotificationJobTriggerType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
       <sequence>
         <choice>
           <element name="update" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="stop" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="finished" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="fail" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
         <element name="placeholder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="contentFilters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="contentFilter" type="{http://xml.vidispine.com/schema/vidispine}jobNotificationContentFilter" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="filter" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="step" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="jobdata" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <choice>
                               <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               <element name="key-regex" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             </choice>
                             <choice>
                               <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               <element name="value-regex" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             </choice>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: