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, setNamepublic String getFileType()
Stringpublic void setFileType(String value)
value - allowed object is
Stringpublic String getOutputDirectory()
StringCopyright © 2005-2025 LSC project. All Rights Reserved.