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.
|
protected NotificationHttpActionType http
protected NotificationEjbActionType ejb
protected NotificationJmsActionType jms
protected NotificationJavaScriptActionType javascript
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 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
Copyright © 2016. All rights reserved.