public class NotificationJavaScriptActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationJavaScriptActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationJavaScriptActionType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationActionType"> <sequence> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
script |
extradata, retry, synchronous
Constructor and Description |
---|
NotificationJavaScriptActionType() |
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() |
String |
getScript()
Gets the value of the script property.
|
boolean |
isSetScript() |
void |
setScript(String value)
Sets the value of the script property.
|
getExtradata, getRetry, isSetExtradata, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setRetry, setSynchronous
protected String script
public String getScript()
String
public void setScript(String value)
value
- allowed object is
String
public boolean isSetScript()
public Object clone()
clone
in class NotificationActionType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationActionType
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
copyTo
in class NotificationActionType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class NotificationActionType
Copyright © 2016. All rights reserved.