public class LaunchApplicationActionType extends ActionEventType
Java class for LaunchApplicationActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LaunchApplicationActionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
<all>
<element name="applicationPath" type="{http://schema.webpdf.de/1.0/operation}FileSpecificationType" minOccurs="0"/>
<element name="launchParameters" type="{http://schema.webpdf.de/1.0/operation}LaunchParameterType" minOccurs="0"/>
</all>
<attribute name="newWindow" type="{http://schema.webpdf.de/1.0/operation}OpenModeType" default="userPreferences" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileSpecificationType |
applicationPath |
protected LaunchParameterType |
launchParameters |
protected OpenModeType |
newWindow |
| Constructor and Description |
|---|
LaunchApplicationActionType() |
| Modifier and Type | Method and Description |
|---|---|
FileSpecificationType |
getApplicationPath()
Gets the value of the applicationPath property.
|
LaunchParameterType |
getLaunchParameters()
Gets the value of the launchParameters property.
|
OpenModeType |
getNewWindow()
Gets the value of the newWindow property.
|
boolean |
isSetApplicationPath() |
boolean |
isSetLaunchParameters() |
boolean |
isSetNewWindow() |
void |
setApplicationPath(FileSpecificationType value)
Sets the value of the applicationPath property.
|
void |
setLaunchParameters(LaunchParameterType value)
Sets the value of the launchParameters property.
|
void |
setNewWindow(OpenModeType value)
Sets the value of the newWindow property.
|
protected FileSpecificationType applicationPath
protected LaunchParameterType launchParameters
protected OpenModeType newWindow
public FileSpecificationType getApplicationPath()
FileSpecificationTypepublic void setApplicationPath(FileSpecificationType value)
value - allowed object is
FileSpecificationTypepublic boolean isSetApplicationPath()
public LaunchParameterType getLaunchParameters()
LaunchParameterTypepublic void setLaunchParameters(LaunchParameterType value)
value - allowed object is
LaunchParameterTypepublic boolean isSetLaunchParameters()
public OpenModeType getNewWindow()
OpenModeTypepublic void setNewWindow(OpenModeType value)
value - allowed object is
OpenModeTypepublic boolean isSetNewWindow()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.