Class LaunchParameterType.Windows

  • Enclosing class:
    LaunchParameterType

    public static class LaunchParameterType.Windows
    extends Object

    Java class for anonymous complex type.

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

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

      • Windows

        public Windows()
    • Method Detail

      • getFileName

        public String getFileName()
        Gets the value of the fileName property.
        Returns:
        possible object is String
      • setFileName

        public void setFileName​(String value)
        Sets the value of the fileName property.
        Parameters:
        value - allowed object is String
      • isSetFileName

        public boolean isSetFileName()
      • getDirectory

        public String getDirectory()
        Gets the value of the directory property.
        Returns:
        possible object is String
      • setDirectory

        public void setDirectory​(String value)
        Sets the value of the directory property.
        Parameters:
        value - allowed object is String
      • isSetDirectory

        public boolean isSetDirectory()
      • isSetOperation

        public boolean isSetOperation()
      • getArguments

        public String getArguments()
        Gets the value of the arguments property.
        Returns:
        possible object is String
      • setArguments

        public void setArguments​(String value)
        Sets the value of the arguments property.
        Parameters:
        value - allowed object is String
      • isSetArguments

        public boolean isSetArguments()