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()<?StringgetDirectory()<?StringgetFileName()<?ApplicationOperationTypegetOperation()<?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
<?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">A Windows filename using the standard Windows path syntax. If there is a backslash in the specified path, it must be escaped by preceding it with another backslash.</p>
-
directory
protected String directory
<?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 the basic path, using standard DOS syntax, from which navigation will take place.</p>
-
operation
protected ApplicationOperationType operation
<?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 the standard operation that should be carried out with the specified document. <ul><li>open = Open the document.</li><li>print = Print the document.</li></ul></p>
-
arguments
protected String arguments
<?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">The arguments that should be passed to the application when making a call.</p>
-
-
Method Detail
-
getFileName
public String getFileName()
<?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">A Windows filename using the standard Windows path syntax. If there is a backslash in the specified path, it must be escaped by preceding it with another backslash.</p>
- Returns:
- possible object is
String
-
setFileName
public void setFileName(String value)
Sets the value of the fileName property.- Parameters:
value- allowed object isString- See Also:
getFileName()
-
isSetFileName
public boolean isSetFileName()
-
getDirectory
public String getDirectory()
<?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 the basic path, using standard DOS syntax, from which navigation will take place.</p>
- Returns:
- possible object is
String
-
setDirectory
public void setDirectory(String value)
Sets the value of the directory property.- Parameters:
value- allowed object isString- See Also:
getDirectory()
-
isSetDirectory
public boolean isSetDirectory()
-
getOperation
public ApplicationOperationType getOperation()
<?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 the standard operation that should be carried out with the specified document. <ul><li>open = Open the document.</li><li>print = Print the document.</li></ul></p>- Returns:
- possible object is
ApplicationOperationType
-
setOperation
public void setOperation(ApplicationOperationType value)
Sets the value of the operation property.- Parameters:
value- allowed object isApplicationOperationType- See Also:
getOperation()
-
isSetOperation
public boolean isSetOperation()
-
getArguments
public String getArguments()
<?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">The arguments that should be passed to the application when making a call.</p>
- Returns:
- possible object is
String
-
setArguments
public void setArguments(String value)
Sets the value of the arguments property.- Parameters:
value- allowed object isString- See Also:
getArguments()
-
isSetArguments
public boolean isSetArguments()
-
-