Class NotificationType.Action

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Enclosing class:
    NotificationType

    public static class NotificationType.Action
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="http" type="{http://xml.vidispine.com/schema/vidispine}NotificationHttpActionType"/>
             <element name="ejb" type="{http://xml.vidispine.com/schema/vidispine}NotificationEjbActionType"/>
             <element name="jms" type="{http://xml.vidispine.com/schema/vidispine}NotificationJmsActionType"/>
             <element name="javascript" type="{http://xml.vidispine.com/schema/vidispine}NotificationJavaScriptActionType"/>
             <element name="sqs" type="{http://xml.vidispine.com/schema/vidispine}NotificationSQSActionType"/>
             <element name="sns" type="{http://xml.vidispine.com/schema/vidispine}NotificationSNSActionType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form