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()
NotificationHttpActionTypepublic void setHttp(NotificationHttpActionType value)
value - allowed object is
NotificationHttpActionTypepublic boolean isSetHttp()
public NotificationEjbActionType getEjb()
NotificationEjbActionTypepublic void setEjb(NotificationEjbActionType value)
value - allowed object is
NotificationEjbActionTypepublic boolean isSetEjb()
public NotificationJmsActionType getJms()
NotificationJmsActionTypepublic void setJms(NotificationJmsActionType value)
value - allowed object is
NotificationJmsActionTypepublic boolean isSetJms()
public NotificationJavaScriptActionType getJavascript()
NotificationJavaScriptActionTypepublic void setJavascript(NotificationJavaScriptActionType value)
value - allowed object is
NotificationJavaScriptActionTypepublic boolean isSetJavascript()
public NotificationSQSActionType getSqs()
NotificationSQSActionTypepublic void setSqs(NotificationSQSActionType value)
value - allowed object is
NotificationSQSActionTypepublic boolean isSetSqs()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.