Class 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>
     
    • Constructor Detail

      • LaunchApplicationActionType

        public LaunchApplicationActionType()
    • Method Detail

      • isSetApplicationPath

        public boolean isSetApplicationPath()
      • setLaunchParameters

        public void setLaunchParameters​(LaunchParameterType value)
        Sets the value of the launchParameters property.
        Parameters:
        value - allowed object is LaunchParameterType
      • 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 is OpenModeType
      • isSetNewWindow

        public boolean isSetNewWindow()