Class NotificationType.Action

java.lang.Object
com.vidispine.generated.NotificationType.Action
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
Enclosing class:
NotificationType

public static class NotificationType.Action extends Object 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 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: