Class LaunchParameterType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLaunchParameterType.WindowsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected LaunchParameterType.Windowswindows
-
Constructor Summary
Constructors Constructor Description LaunchParameterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaunchParameterType.WindowsgetWindows()Gets the value of the windows property.booleanisSetWindows()voidsetWindows(LaunchParameterType.Windows value)Sets the value of the windows property.
-
-
-
Field Detail
-
windows
protected LaunchParameterType.Windows windows
-
-
Method Detail
-
getWindows
public LaunchParameterType.Windows getWindows()
Gets the value of the windows property.- Returns:
- possible object is
LaunchParameterType.Windows
-
setWindows
public void setWindows(LaunchParameterType.Windows value)
Sets the value of the windows property.- Parameters:
value- allowed object isLaunchParameterType.Windows
-
isSetWindows
public boolean isSetWindows()
-
-