Class NotificationJobTriggerType

  • 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 NotificationJobTriggerType
    extends NotificationTriggerType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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:
    Serialized Form