public static interface ZipDirectoryDocument.ZipDirectory extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
ZipDirectoryDocument.ZipDirectory.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 |
addNewDestinationFile()
Appends and returns a new empty "DestinationFile" attribute
|
XmlAnySimpleType |
getDestinationFile()
Gets the "DestinationFile" attribute
|
String |
getOverwrite()
Gets the "Overwrite" attribute
|
String |
getSourceDirectory()
Gets the "SourceDirectory" attribute
|
boolean |
isSetOverwrite()
True if has "Overwrite" attribute
|
boolean |
isSetSourceDirectory()
True if has "SourceDirectory" attribute
|
void |
setDestinationFile(XmlAnySimpleType destinationFile)
Sets the "DestinationFile" attribute
|
void |
setOverwrite(String overwrite)
Sets the "Overwrite" attribute
|
void |
setSourceDirectory(String sourceDirectory)
Sets the "SourceDirectory" attribute
|
void |
unsetOverwrite()
Unsets the "Overwrite" attribute
|
void |
unsetSourceDirectory()
Unsets the "SourceDirectory" attribute
|
Boolean |
xgetOverwrite()
Gets (as xml) the "Overwrite" attribute
|
Boolean |
xgetSourceDirectory()
Gets (as xml) the "SourceDirectory" attribute
|
void |
xsetOverwrite(Boolean overwrite)
Sets (as xml) the "Overwrite" attribute
|
void |
xsetSourceDirectory(Boolean sourceDirectory)
Sets (as xml) the "SourceDirectory" 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 getDestinationFile()
void setDestinationFile(XmlAnySimpleType destinationFile)
XmlAnySimpleType addNewDestinationFile()
String getOverwrite()
Boolean xgetOverwrite()
boolean isSetOverwrite()
void setOverwrite(String overwrite)
void xsetOverwrite(Boolean overwrite)
void unsetOverwrite()
String getSourceDirectory()
Boolean xgetSourceDirectory()
boolean isSetSourceDirectory()
void setSourceDirectory(String sourceDirectory)
void xsetSourceDirectory(Boolean sourceDirectory)
void unsetSourceDirectory()