public class LaunchParameterType extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
LaunchParameterType.Windows
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LaunchParameterType.Windows |
windows |
| Constructor and Description |
|---|
LaunchParameterType() |
| Modifier and Type | Method and Description |
|---|---|
LaunchParameterType.Windows |
getWindows()
Gets the value of the windows property.
|
boolean |
isSetWindows() |
void |
setWindows(LaunchParameterType.Windows value)
Sets the value of the windows property.
|
protected LaunchParameterType.Windows windows
public LaunchParameterType.Windows getWindows()
LaunchParameterType.Windowspublic void setWindows(LaunchParameterType.Windows value)
value - allowed object is
LaunchParameterType.Windowspublic boolean isSetWindows()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.