Class NotificationItemTriggerType

  • 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 NotificationItemTriggerType
    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 NotificationItemTriggerType complex type.

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

     <complexType name="NotificationItemTriggerType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
           <choice>
             <element name="modify" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • modify

        protected String modify
      • delete

        protected String delete
      • create

        protected String create
    • Constructor Detail

      • NotificationItemTriggerType

        public NotificationItemTriggerType()