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.
|
NotificationJavaScriptActionType |
withExtradata(String value) |
NotificationJavaScriptActionType |
withRetry(BigInteger value) |
NotificationJavaScriptActionType |
withScript(String value) |
NotificationJavaScriptActionType |
withSynchronous(boolean value) |
getExtradata, getRetry, isSetExtradata, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setRetry, setSynchronousprotected String script
public String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic boolean isSetScript()
public Object clone()
clone in class NotificationActionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationActionTypepublic 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.CopyTocopyTo in class NotificationActionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class NotificationActionTypepublic NotificationJavaScriptActionType withScript(String value)
public NotificationJavaScriptActionType withExtradata(String value)
withExtradata in class NotificationActionTypepublic NotificationJavaScriptActionType withRetry(BigInteger value)
withRetry in class NotificationActionTypepublic NotificationJavaScriptActionType withSynchronous(boolean value)
withSynchronous in class NotificationActionTypeCopyright © 2015. All rights reserved.