Class NotificationShapeTriggerType

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

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

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