Class JavaScriptActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.JavaScriptActionType
-
public class JavaScriptActionType extends ActionEventType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The executeJavaScript action runs passed JavaScript code.</p>
Java class for JavaScriptActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JavaScriptActionType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType"> <attribute name="jsAction" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description JavaScriptActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJsAction()Gets the value of the jsAction property.booleanisSetJsAction()voidsetJsAction(String value)Sets the value of the jsAction property.
-
-
-
Field Detail
-
jsAction
protected String jsAction
-
-
Method Detail
-
getJsAction
public String getJsAction()
Gets the value of the jsAction property.- Returns:
- possible object is
String
-
setJsAction
public void setJsAction(String value)
Sets the value of the jsAction property.- Parameters:
value- allowed object isString
-
isSetJsAction
public boolean isSetJsAction()
-
-