public static interface DownloadFileDocument.DownloadFile extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
DownloadFileDocument.DownloadFile.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 |
addNewDestinationFileName()
Appends and returns a new empty "DestinationFileName" attribute
|
XmlAnySimpleType |
addNewDestinationFolder()
Appends and returns a new empty "DestinationFolder" attribute
|
XmlAnySimpleType |
addNewDownloadedFile()
Appends and returns a new empty "DownloadedFile" attribute
|
XmlAnySimpleType |
addNewRetries()
Appends and returns a new empty "Retries" attribute
|
XmlAnySimpleType |
addNewRetryDelayMilliseconds()
Appends and returns a new empty "RetryDelayMilliseconds" attribute
|
XmlAnySimpleType |
addNewSkipUnchangedFiles()
Appends and returns a new empty "SkipUnchangedFiles" attribute
|
XmlAnySimpleType |
addNewSourceUrl()
Appends and returns a new empty "SourceUrl" attribute
|
XmlAnySimpleType |
getDestinationFileName()
Gets the "DestinationFileName" attribute
|
XmlAnySimpleType |
getDestinationFolder()
Gets the "DestinationFolder" attribute
|
XmlAnySimpleType |
getDownloadedFile()
Gets the "DownloadedFile" attribute
|
XmlAnySimpleType |
getRetries()
Gets the "Retries" attribute
|
XmlAnySimpleType |
getRetryDelayMilliseconds()
Gets the "RetryDelayMilliseconds" attribute
|
XmlAnySimpleType |
getSkipUnchangedFiles()
Gets the "SkipUnchangedFiles" attribute
|
XmlAnySimpleType |
getSourceUrl()
Gets the "SourceUrl" attribute
|
boolean |
isSetDestinationFileName()
True if has "DestinationFileName" attribute
|
boolean |
isSetDownloadedFile()
True if has "DownloadedFile" attribute
|
boolean |
isSetRetries()
True if has "Retries" attribute
|
boolean |
isSetRetryDelayMilliseconds()
True if has "RetryDelayMilliseconds" attribute
|
boolean |
isSetSkipUnchangedFiles()
True if has "SkipUnchangedFiles" attribute
|
void |
setDestinationFileName(XmlAnySimpleType destinationFileName)
Sets the "DestinationFileName" attribute
|
void |
setDestinationFolder(XmlAnySimpleType destinationFolder)
Sets the "DestinationFolder" attribute
|
void |
setDownloadedFile(XmlAnySimpleType downloadedFile)
Sets the "DownloadedFile" attribute
|
void |
setRetries(XmlAnySimpleType retries)
Sets the "Retries" attribute
|
void |
setRetryDelayMilliseconds(XmlAnySimpleType retryDelayMilliseconds)
Sets the "RetryDelayMilliseconds" attribute
|
void |
setSkipUnchangedFiles(XmlAnySimpleType skipUnchangedFiles)
Sets the "SkipUnchangedFiles" attribute
|
void |
setSourceUrl(XmlAnySimpleType sourceUrl)
Sets the "SourceUrl" attribute
|
void |
unsetDestinationFileName()
Unsets the "DestinationFileName" attribute
|
void |
unsetDownloadedFile()
Unsets the "DownloadedFile" attribute
|
void |
unsetRetries()
Unsets the "Retries" attribute
|
void |
unsetRetryDelayMilliseconds()
Unsets the "RetryDelayMilliseconds" attribute
|
void |
unsetSkipUnchangedFiles()
Unsets 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 getDestinationFileName()
boolean isSetDestinationFileName()
void setDestinationFileName(XmlAnySimpleType destinationFileName)
XmlAnySimpleType addNewDestinationFileName()
void unsetDestinationFileName()
XmlAnySimpleType getDestinationFolder()
void setDestinationFolder(XmlAnySimpleType destinationFolder)
XmlAnySimpleType addNewDestinationFolder()
XmlAnySimpleType getDownloadedFile()
boolean isSetDownloadedFile()
void setDownloadedFile(XmlAnySimpleType downloadedFile)
XmlAnySimpleType addNewDownloadedFile()
void unsetDownloadedFile()
XmlAnySimpleType getRetries()
boolean isSetRetries()
void setRetries(XmlAnySimpleType retries)
XmlAnySimpleType addNewRetries()
void unsetRetries()
XmlAnySimpleType getRetryDelayMilliseconds()
boolean isSetRetryDelayMilliseconds()
void setRetryDelayMilliseconds(XmlAnySimpleType retryDelayMilliseconds)
XmlAnySimpleType addNewRetryDelayMilliseconds()
void unsetRetryDelayMilliseconds()
XmlAnySimpleType getSkipUnchangedFiles()
boolean isSetSkipUnchangedFiles()
void setSkipUnchangedFiles(XmlAnySimpleType skipUnchangedFiles)
XmlAnySimpleType addNewSkipUnchangedFiles()
void unsetSkipUnchangedFiles()
XmlAnySimpleType getSourceUrl()
void setSourceUrl(XmlAnySimpleType sourceUrl)
XmlAnySimpleType addNewSourceUrl()