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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
arguments |
protected String |
directory |
protected String |
fileName |
protected ApplicationOperationType |
operation |
| Constructor and Description |
|---|
Windows() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments()
Gets the value of the arguments property.
|
String |
getDirectory()
Gets the value of the directory property.
|
String |
getFileName()
Gets the value of the fileName property.
|
ApplicationOperationType |
getOperation()
Gets the value of the operation property.
|
boolean |
isSetArguments() |
boolean |
isSetDirectory() |
boolean |
isSetFileName() |
boolean |
isSetOperation() |
void |
setArguments(String value)
Sets the value of the arguments property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setOperation(ApplicationOperationType value)
Sets the value of the operation property.
|
protected String fileName
protected String directory
protected ApplicationOperationType operation
protected String arguments
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic boolean isSetFileName()
public String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic boolean isSetDirectory()
public ApplicationOperationType getOperation()
ApplicationOperationTypepublic void setOperation(ApplicationOperationType value)
value - allowed object is
ApplicationOperationTypepublic boolean isSetOperation()
public String getArguments()
Stringpublic void setArguments(String value)
value - allowed object is
Stringpublic boolean isSetArguments()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.