Class NotificationHttpActionType

  • 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 NotificationHttpActionType
    extends NotificationActionType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for NotificationHttpActionType complex type.

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

     <complexType name="NotificationHttpActionType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationActionType">
           <sequence>
             <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form