public class XaFileDestinationServiceType extends ServiceType
Java class for xaFileDestinationServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xaFileDestinationServiceType"> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}serviceType"> <sequence> <element name="fileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
ServiceType.Connection
Constructor and Description |
---|
XaFileDestinationServiceType() |
Modifier and Type | Method and Description |
---|---|
String |
getFileType()
Gets the value of the fileType property.
|
String |
getOutputDirectory()
Gets the value of the outputDirectory property.
|
void |
setFileType(String value)
Sets the value of the fileType property.
|
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property.
|
getConnection, getId, getName, setConnection, setId, setName
public String getFileType()
String
public void setFileType(String value)
value
- allowed object is
String
public String getOutputDirectory()
String
Copyright © 2005-2024 LSC project. All Rights Reserved.