Class NotificationMetadataTriggerType

java.lang.Object
com.vidispine.generated.NotificationTriggerType
com.vidispine.generated.NotificationMetadataTriggerType
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
Direct Known Subclasses:
NotificationDocumentTriggerType

public class NotificationMetadataTriggerType 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 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: