Class LaunchApplicationActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.LaunchApplicationActionType
-
public class LaunchApplicationActionType 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 launchApplication element will open another application or document when activated. The "applicationPath" subelement is required. "launchParameters" is optional.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FileSpecificationTypeapplicationPathprotected LaunchParameterTypelaunchParametersprotected OpenModeTypenewWindow
-
Constructor Summary
Constructors Constructor Description LaunchApplicationActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSpecificationTypegetApplicationPath()Gets the value of the applicationPath property.LaunchParameterTypegetLaunchParameters()Gets the value of the launchParameters property.OpenModeTypegetNewWindow()Gets the value of the newWindow property.booleanisSetApplicationPath()booleanisSetLaunchParameters()booleanisSetNewWindow()voidsetApplicationPath(FileSpecificationType value)Sets the value of the applicationPath property.voidsetLaunchParameters(LaunchParameterType value)Sets the value of the launchParameters property.voidsetNewWindow(OpenModeType value)Sets the value of the newWindow property.
-
-
-
Field Detail
-
applicationPath
protected FileSpecificationType applicationPath
-
launchParameters
protected LaunchParameterType launchParameters
-
newWindow
protected OpenModeType newWindow
-
-
Method Detail
-
getApplicationPath
public FileSpecificationType getApplicationPath()
Gets the value of the applicationPath property.- Returns:
- possible object is
FileSpecificationType
-
setApplicationPath
public void setApplicationPath(FileSpecificationType value)
Sets the value of the applicationPath property.- Parameters:
value- allowed object isFileSpecificationType
-
isSetApplicationPath
public boolean isSetApplicationPath()
-
getLaunchParameters
public LaunchParameterType getLaunchParameters()
Gets the value of the launchParameters property.- Returns:
- possible object is
LaunchParameterType
-
setLaunchParameters
public void setLaunchParameters(LaunchParameterType value)
Sets the value of the launchParameters property.- Parameters:
value- allowed object isLaunchParameterType
-
isSetLaunchParameters
public boolean isSetLaunchParameters()
-
getNewWindow
public OpenModeType getNewWindow()
Gets the value of the newWindow property.- Returns:
- possible object is
OpenModeType
-
setNewWindow
public void setNewWindow(OpenModeType value)
Sets the value of the newWindow property.- Parameters:
value- allowed object isOpenModeType
-
isSetNewWindow
public boolean isSetNewWindow()
-
-