public static interface UnzipDocument.Unzip extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
UnzipDocument.Unzip.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 |
addNewDestinationFiles()
Appends and returns a new empty "DestinationFiles" attribute
|
XmlAnySimpleType |
addNewDestinationFolder()
Appends and returns a new empty "DestinationFolder" attribute
|
XmlAnySimpleType |
addNewSourceFiles()
Appends and returns a new empty "SourceFiles" attribute
|
XmlAnySimpleType |
addNewUnzippedFiles()
Appends and returns a new empty "UnzippedFiles" attribute
|
XmlAnySimpleType |
getDestinationFiles()
Gets the "DestinationFiles" attribute
|
XmlAnySimpleType |
getDestinationFolder()
Gets the "DestinationFolder" attribute
|
String |
getOverwriteReadOnlyFiles()
Gets the "OverwriteReadOnlyFiles" attribute
|
String |
getSkipUnchangedFiles()
Gets the "SkipUnchangedFiles" attribute
|
XmlAnySimpleType |
getSourceFiles()
Gets the "SourceFiles" attribute
|
XmlAnySimpleType |
getUnzippedFiles()
Gets the "UnzippedFiles" attribute
|
boolean |
isSetDestinationFiles()
True if has "DestinationFiles" attribute
|
boolean |
isSetOverwriteReadOnlyFiles()
True if has "OverwriteReadOnlyFiles" attribute
|
boolean |
isSetSkipUnchangedFiles()
True if has "SkipUnchangedFiles" attribute
|
boolean |
isSetUnzippedFiles()
True if has "UnzippedFiles" attribute
|
void |
setDestinationFiles(XmlAnySimpleType destinationFiles)
Sets the "DestinationFiles" attribute
|
void |
setDestinationFolder(XmlAnySimpleType destinationFolder)
Sets the "DestinationFolder" attribute
|
void |
setOverwriteReadOnlyFiles(String overwriteReadOnlyFiles)
Sets the "OverwriteReadOnlyFiles" attribute
|
void |
setSkipUnchangedFiles(String skipUnchangedFiles)
Sets the "SkipUnchangedFiles" attribute
|
void |
setSourceFiles(XmlAnySimpleType sourceFiles)
Sets the "SourceFiles" attribute
|
void |
setUnzippedFiles(XmlAnySimpleType unzippedFiles)
Sets the "UnzippedFiles" attribute
|
void |
unsetDestinationFiles()
Unsets the "DestinationFiles" attribute
|
void |
unsetOverwriteReadOnlyFiles()
Unsets the "OverwriteReadOnlyFiles" attribute
|
void |
unsetSkipUnchangedFiles()
Unsets the "SkipUnchangedFiles" attribute
|
void |
unsetUnzippedFiles()
Unsets the "UnzippedFiles" attribute
|
Boolean |
xgetOverwriteReadOnlyFiles()
Gets (as xml) the "OverwriteReadOnlyFiles" attribute
|
Boolean |
xgetSkipUnchangedFiles()
Gets (as xml) the "SkipUnchangedFiles" attribute
|
void |
xsetOverwriteReadOnlyFiles(Boolean overwriteReadOnlyFiles)
Sets (as xml) the "OverwriteReadOnlyFiles" attribute
|
void |
xsetSkipUnchangedFiles(Boolean skipUnchangedFiles)
Sets (as xml) the "SkipUnchangedFiles" 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 getDestinationFiles()
boolean isSetDestinationFiles()
void setDestinationFiles(XmlAnySimpleType destinationFiles)
XmlAnySimpleType addNewDestinationFiles()
void unsetDestinationFiles()
XmlAnySimpleType getDestinationFolder()
void setDestinationFolder(XmlAnySimpleType destinationFolder)
XmlAnySimpleType addNewDestinationFolder()
String getOverwriteReadOnlyFiles()
Boolean xgetOverwriteReadOnlyFiles()
boolean isSetOverwriteReadOnlyFiles()
void setOverwriteReadOnlyFiles(String overwriteReadOnlyFiles)
void xsetOverwriteReadOnlyFiles(Boolean overwriteReadOnlyFiles)
void unsetOverwriteReadOnlyFiles()
String getSkipUnchangedFiles()
Boolean xgetSkipUnchangedFiles()
boolean isSetSkipUnchangedFiles()
void setSkipUnchangedFiles(String skipUnchangedFiles)
void xsetSkipUnchangedFiles(Boolean skipUnchangedFiles)
void unsetSkipUnchangedFiles()
XmlAnySimpleType getSourceFiles()
void setSourceFiles(XmlAnySimpleType sourceFiles)
XmlAnySimpleType addNewSourceFiles()
XmlAnySimpleType getUnzippedFiles()
boolean isSetUnzippedFiles()
void setUnzippedFiles(XmlAnySimpleType unzippedFiles)
XmlAnySimpleType addNewUnzippedFiles()
void unsetUnzippedFiles()