Class LaunchParameterType.Windows
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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 Summary
Constructors Constructor Description Windows()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArguments()Gets the value of the arguments property.StringgetDirectory()Gets the value of the directory property.StringgetFileName()Gets the value of the fileName property.ApplicationOperationTypegetOperation()Gets the value of the operation property.booleanisSetArguments()booleanisSetDirectory()booleanisSetFileName()booleanisSetOperation()voidsetArguments(String value)Sets the value of the arguments property.voidsetDirectory(String value)Sets the value of the directory property.voidsetFileName(String value)Sets the value of the fileName property.voidsetOperation(ApplicationOperationType value)Sets the value of the operation property.
-
-
-
Field Detail
-
fileName
protected String fileName
-
directory
protected String directory
-
operation
protected ApplicationOperationType operation
-
arguments
protected String arguments
-
-
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 isString
-
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 isString
-
isSetDirectory
public boolean isSetDirectory()
-
getOperation
public ApplicationOperationType getOperation()
Gets the value of the operation property.- Returns:
- possible object is
ApplicationOperationType
-
setOperation
public void setOperation(ApplicationOperationType value)
Sets the value of the operation property.- Parameters:
value- allowed object isApplicationOperationType
-
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 isString
-
isSetArguments
public boolean isSetArguments()
-
-