Class LaunchParameterType


  • public class LaunchParameterType
    extends Object
     <?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">Used to specify additional arguments for running an application and selecting the file in a platform-specific way (as of this writing, operating systems other than Microsoft Windows are not supported when it comes to passing these arguments).</p>
     

    Java class for LaunchParameterType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="LaunchParameterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="windows">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="directory" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="operation" type="{http://schema.webpdf.de/1.0/operation}ApplicationOperationType" default="open" />
                     <attribute name="arguments" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>