Class NotificationMetadataTriggerType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Direct Known Subclasses:
    NotificationDocumentTriggerType

    public class NotificationMetadataTriggerType
    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 NotificationMetadataTriggerType complex type.

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

     <complexType name="NotificationMetadataTriggerType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
           <choice>
             <element name="modify">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="track" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="interval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form