public static interface CombinePathDocument.CombinePath extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
CombinePathDocument.CombinePath.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 |
addNewBasePath()
Appends and returns a new empty "BasePath" attribute
|
XmlAnySimpleType |
addNewCombinedPaths()
Appends and returns a new empty "CombinedPaths" attribute
|
XmlAnySimpleType |
addNewPaths()
Appends and returns a new empty "Paths" attribute
|
XmlAnySimpleType |
getBasePath()
Gets the "BasePath" attribute
|
XmlAnySimpleType |
getCombinedPaths()
Gets the "CombinedPaths" attribute
|
XmlAnySimpleType |
getPaths()
Gets the "Paths" attribute
|
boolean |
isSetBasePath()
True if has "BasePath" attribute
|
boolean |
isSetCombinedPaths()
True if has "CombinedPaths" attribute
|
void |
setBasePath(XmlAnySimpleType basePath)
Sets the "BasePath" attribute
|
void |
setCombinedPaths(XmlAnySimpleType combinedPaths)
Sets the "CombinedPaths" attribute
|
void |
setPaths(XmlAnySimpleType paths)
Sets the "Paths" attribute
|
void |
unsetBasePath()
Unsets the "BasePath" attribute
|
void |
unsetCombinedPaths()
Unsets the "CombinedPaths" 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 getBasePath()
boolean isSetBasePath()
void setBasePath(XmlAnySimpleType basePath)
XmlAnySimpleType addNewBasePath()
void unsetBasePath()
XmlAnySimpleType getCombinedPaths()
boolean isSetCombinedPaths()
void setCombinedPaths(XmlAnySimpleType combinedPaths)
XmlAnySimpleType addNewCombinedPaths()
void unsetCombinedPaths()
XmlAnySimpleType getPaths()
void setPaths(XmlAnySimpleType paths)
XmlAnySimpleType addNewPaths()