public class JavaScriptActionType extends ActionEventType
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 and Description |
|---|
JavaScriptActionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsAction()
Gets the value of the jsAction property.
|
boolean |
isSetJsAction() |
void |
setJsAction(String value)
Sets the value of the jsAction property.
|
protected String jsAction
public String getJsAction()
Stringpublic void setJsAction(String value)
value - allowed object is
Stringpublic boolean isSetJsAction()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.