public static interface GetOutputFileNameDocument.GetOutputFileName extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
GetOutputFileNameDocument.GetOutputFileName.Factory
A factory class with static methods for creating instances
of this type.
|
TaskType.Output
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlAnySimpleType |
addNewOutputExtension()
Appends and returns a new empty "OutputExtension" attribute
|
XmlAnySimpleType |
addNewOutputFile()
Appends and returns a new empty "OutputFile" attribute
|
XmlAnySimpleType |
addNewOutputPath()
Appends and returns a new empty "OutputPath" attribute
|
XmlAnySimpleType |
addNewSourceFile()
Appends and returns a new empty "SourceFile" attribute
|
XmlAnySimpleType |
getOutputExtension()
Gets the "OutputExtension" attribute
|
XmlAnySimpleType |
getOutputFile()
Gets the "OutputFile" attribute
|
XmlAnySimpleType |
getOutputPath()
Gets the "OutputPath" attribute
|
XmlAnySimpleType |
getSourceFile()
Gets the "SourceFile" attribute
|
boolean |
isSetOutputFile()
True if has "OutputFile" attribute
|
boolean |
isSetOutputPath()
True if has "OutputPath" attribute
|
void |
setOutputExtension(XmlAnySimpleType outputExtension)
Sets the "OutputExtension" attribute
|
void |
setOutputFile(XmlAnySimpleType outputFile)
Sets the "OutputFile" attribute
|
void |
setOutputPath(XmlAnySimpleType outputPath)
Sets the "OutputPath" attribute
|
void |
setSourceFile(XmlAnySimpleType sourceFile)
Sets the "SourceFile" attribute
|
void |
unsetOutputFile()
Unsets the "OutputFile" attribute
|
void |
unsetOutputPath()
Unsets the "OutputPath" attribute
|
addNewOutput, getArchitecture, getCondition, getContinueOnError, getOutputArray, getOutputArray, getOutputList, getRuntime, insertNewOutput, isSetArchitecture, isSetCondition, isSetContinueOnError, isSetRuntime, removeOutput, setArchitecture, setCondition, setContinueOnError, setOutputArray, setOutputArray, setRuntime, sizeOfOutputArray, unsetArchitecture, unsetCondition, unsetContinueOnError, unsetRuntime, xgetArchitecture, xgetCondition, xgetContinueOnError, xgetRuntime, xsetArchitecture, xsetCondition, xsetContinueOnError, xsetRuntime
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final SchemaType type
XmlAnySimpleType getOutputExtension()
void setOutputExtension(XmlAnySimpleType outputExtension)
XmlAnySimpleType addNewOutputExtension()
XmlAnySimpleType getOutputFile()
boolean isSetOutputFile()
void setOutputFile(XmlAnySimpleType outputFile)
XmlAnySimpleType addNewOutputFile()
void unsetOutputFile()
XmlAnySimpleType getOutputPath()
boolean isSetOutputPath()
void setOutputPath(XmlAnySimpleType outputPath)
XmlAnySimpleType addNewOutputPath()
void unsetOutputPath()
XmlAnySimpleType getSourceFile()
void setSourceFile(XmlAnySimpleType sourceFile)
XmlAnySimpleType addNewSourceFile()