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"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NotificationEjbActionType |
ejb |
protected NotificationHttpActionType |
http |
protected NotificationJavaScriptActionType |
javascript |
protected NotificationJmsActionType |
jms |
| Constructor and Description |
|---|
NotificationType.Action() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
NotificationEjbActionType |
getEjb()
Gets the value of the ejb property.
|
NotificationHttpActionType |
getHttp()
Gets the value of the http property.
|
NotificationJavaScriptActionType |
getJavascript()
Gets the value of the javascript property.
|
NotificationJmsActionType |
getJms()
Gets the value of the jms property.
|
boolean |
isSetEjb() |
boolean |
isSetHttp() |
boolean |
isSetJavascript() |
boolean |
isSetJms() |
void |
setEjb(NotificationEjbActionType value)
Sets the value of the ejb property.
|
void |
setHttp(NotificationHttpActionType value)
Sets the value of the http property.
|
void |
setJavascript(NotificationJavaScriptActionType value)
Sets the value of the javascript property.
|
void |
setJms(NotificationJmsActionType value)
Sets the value of the jms property.
|
NotificationType.Action |
withEjb(NotificationEjbActionType value) |
NotificationType.Action |
withHttp(NotificationHttpActionType value) |
NotificationType.Action |
withJavascript(NotificationJavaScriptActionType value) |
NotificationType.Action |
withJms(NotificationJmsActionType value) |
protected NotificationHttpActionType http
protected NotificationEjbActionType ejb
protected NotificationJmsActionType jms
protected NotificationJavaScriptActionType javascript
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 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)
Copyright © 2015. All rights reserved.