public static interface CopyDocument.Copy extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
CopyDocument.Copy.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 |
addNewRetries()
Appends and returns a new empty "Retries" attribute
|
XmlAnySimpleType |
addNewRetryDelayMilliseconds()
Appends and returns a new empty "RetryDelayMilliseconds" attribute
|
XmlAnySimpleType |
addNewSourceFiles()
Appends and returns a new empty "SourceFiles" attribute
|
XmlAnySimpleType |
getDestinationFiles()
Gets the "DestinationFiles" attribute
|
XmlAnySimpleType |
getDestinationFolder()
Gets the "DestinationFolder" attribute
|
String |
getOverwriteReadOnlyFiles()
Gets the "OverwriteReadOnlyFiles" attribute
|
XmlAnySimpleType |
getRetries()
Gets the "Retries" attribute
|
XmlAnySimpleType |
getRetryDelayMilliseconds()
Gets the "RetryDelayMilliseconds" attribute
|
String |
getSkipUnchangedFiles()
Gets the "SkipUnchangedFiles" attribute
|
XmlAnySimpleType |
getSourceFiles()
Gets the "SourceFiles" attribute
|
String |
getUseHardlinksIfPossible()
Gets the "UseHardlinksIfPossible" attribute
|
String |
getUseSymboliclinksIfPossible()
Gets the "UseSymboliclinksIfPossible" attribute
|
boolean |
isSetDestinationFiles()
True if has "DestinationFiles" attribute
|
boolean |
isSetDestinationFolder()
True if has "DestinationFolder" attribute
|
boolean |
isSetOverwriteReadOnlyFiles()
True if has "OverwriteReadOnlyFiles" attribute
|
boolean |
isSetRetries()
True if has "Retries" attribute
|
boolean |
isSetRetryDelayMilliseconds()
True if has "RetryDelayMilliseconds" attribute
|
boolean |
isSetSkipUnchangedFiles()
True if has "SkipUnchangedFiles" attribute
|
boolean |
isSetUseHardlinksIfPossible()
True if has "UseHardlinksIfPossible" attribute
|
boolean |
isSetUseSymboliclinksIfPossible()
True if has "UseSymboliclinksIfPossible" 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 |
setRetries(XmlAnySimpleType retries)
Sets the "Retries" attribute
|
void |
setRetryDelayMilliseconds(XmlAnySimpleType retryDelayMilliseconds)
Sets the "RetryDelayMilliseconds" attribute
|
void |
setSkipUnchangedFiles(String skipUnchangedFiles)
Sets the "SkipUnchangedFiles" attribute
|
void |
setSourceFiles(XmlAnySimpleType sourceFiles)
Sets the "SourceFiles" attribute
|
void |
setUseHardlinksIfPossible(String useHardlinksIfPossible)
Sets the "UseHardlinksIfPossible" attribute
|
void |
setUseSymboliclinksIfPossible(String useSymboliclinksIfPossible)
Sets the "UseSymboliclinksIfPossible" attribute
|
void |
unsetDestinationFiles()
Unsets the "DestinationFiles" attribute
|
void |
unsetDestinationFolder()
Unsets the "DestinationFolder" attribute
|
void |
unsetOverwriteReadOnlyFiles()
Unsets the "OverwriteReadOnlyFiles" attribute
|
void |
unsetRetries()
Unsets the "Retries" attribute
|
void |
unsetRetryDelayMilliseconds()
Unsets the "RetryDelayMilliseconds" attribute
|
void |
unsetSkipUnchangedFiles()
Unsets the "SkipUnchangedFiles" attribute
|
void |
unsetUseHardlinksIfPossible()
Unsets the "UseHardlinksIfPossible" attribute
|
void |
unsetUseSymboliclinksIfPossible()
Unsets the "UseSymboliclinksIfPossible" attribute
|
Boolean |
xgetOverwriteReadOnlyFiles()
Gets (as xml) the "OverwriteReadOnlyFiles" attribute
|
Boolean |
xgetSkipUnchangedFiles()
Gets (as xml) the "SkipUnchangedFiles" attribute
|
Boolean |
xgetUseHardlinksIfPossible()
Gets (as xml) the "UseHardlinksIfPossible" attribute
|
Boolean |
xgetUseSymboliclinksIfPossible()
Gets (as xml) the "UseSymboliclinksIfPossible" attribute
|
void |
xsetOverwriteReadOnlyFiles(Boolean overwriteReadOnlyFiles)
Sets (as xml) the "OverwriteReadOnlyFiles" attribute
|
void |
xsetSkipUnchangedFiles(Boolean skipUnchangedFiles)
Sets (as xml) the "SkipUnchangedFiles" attribute
|
void |
xsetUseHardlinksIfPossible(Boolean useHardlinksIfPossible)
Sets (as xml) the "UseHardlinksIfPossible" attribute
|
void |
xsetUseSymboliclinksIfPossible(Boolean useSymboliclinksIfPossible)
Sets (as xml) the "UseSymboliclinksIfPossible" 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()
boolean isSetDestinationFolder()
void setDestinationFolder(XmlAnySimpleType destinationFolder)
XmlAnySimpleType addNewDestinationFolder()
void unsetDestinationFolder()
String getOverwriteReadOnlyFiles()
Boolean xgetOverwriteReadOnlyFiles()
boolean isSetOverwriteReadOnlyFiles()
void setOverwriteReadOnlyFiles(String overwriteReadOnlyFiles)
void xsetOverwriteReadOnlyFiles(Boolean overwriteReadOnlyFiles)
void unsetOverwriteReadOnlyFiles()
XmlAnySimpleType getRetries()
boolean isSetRetries()
void setRetries(XmlAnySimpleType retries)
XmlAnySimpleType addNewRetries()
void unsetRetries()
XmlAnySimpleType getRetryDelayMilliseconds()
boolean isSetRetryDelayMilliseconds()
void setRetryDelayMilliseconds(XmlAnySimpleType retryDelayMilliseconds)
XmlAnySimpleType addNewRetryDelayMilliseconds()
void unsetRetryDelayMilliseconds()
String getSkipUnchangedFiles()
Boolean xgetSkipUnchangedFiles()
boolean isSetSkipUnchangedFiles()
void setSkipUnchangedFiles(String skipUnchangedFiles)
void xsetSkipUnchangedFiles(Boolean skipUnchangedFiles)
void unsetSkipUnchangedFiles()
String getUseHardlinksIfPossible()
Boolean xgetUseHardlinksIfPossible()
boolean isSetUseHardlinksIfPossible()
void setUseHardlinksIfPossible(String useHardlinksIfPossible)
void xsetUseHardlinksIfPossible(Boolean useHardlinksIfPossible)
void unsetUseHardlinksIfPossible()
String getUseSymboliclinksIfPossible()
Boolean xgetUseSymboliclinksIfPossible()
boolean isSetUseSymboliclinksIfPossible()
void setUseSymboliclinksIfPossible(String useSymboliclinksIfPossible)
void xsetUseSymboliclinksIfPossible(Boolean useSymboliclinksIfPossible)
void unsetUseSymboliclinksIfPossible()
XmlAnySimpleType getSourceFiles()
void setSourceFiles(XmlAnySimpleType sourceFiles)
XmlAnySimpleType addNewSourceFiles()