public static class NotificationType.Action extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotificationType.Action.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected NotificationEjbActionType |
ejb |
protected NotificationHttpActionType |
http |
protected NotificationJavaScriptActionType |
javascript |
protected NotificationJmsActionType |
jms |
protected NotificationSQSActionType |
sqs |
Constructor and Description |
---|
Action() |
protected NotificationHttpActionType http
protected NotificationEjbActionType ejb
protected NotificationJmsActionType jms
protected NotificationJavaScriptActionType javascript
protected NotificationSQSActionType sqs
public NotificationHttpActionType getHttp()
NotificationHttpActionType
public void setHttp(NotificationHttpActionType value)
value
- allowed object is
NotificationHttpActionType
public boolean isSetHttp()
public NotificationEjbActionType getEjb()
NotificationEjbActionType
public void setEjb(NotificationEjbActionType value)
value
- allowed object is
NotificationEjbActionType
public boolean isSetEjb()
public NotificationJmsActionType getJms()
NotificationJmsActionType
public void setJms(NotificationJmsActionType value)
value
- allowed object is
NotificationJmsActionType
public boolean isSetJms()
public NotificationJavaScriptActionType getJavascript()
NotificationJavaScriptActionType
public void setJavascript(NotificationJavaScriptActionType value)
value
- allowed object is
NotificationJavaScriptActionType
public boolean isSetJavascript()
public NotificationSQSActionType getSqs()
NotificationSQSActionType
public void setSqs(NotificationSQSActionType value)
value
- allowed object is
NotificationSQSActionType
public boolean isSetSqs()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public NotificationType.Action withHttp(NotificationHttpActionType value)
public NotificationType.Action withEjb(NotificationEjbActionType value)
public NotificationType.Action withJms(NotificationJmsActionType value)
public NotificationType.Action withJavascript(NotificationJavaScriptActionType value)
public NotificationType.Action withSqs(NotificationSQSActionType value)
public NotificationType.Action visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.