public static interface GetFileHashDocument.GetFileHash extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
GetFileHashDocument.GetFileHash.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 |
addNewAlgorithm()
Appends and returns a new empty "Algorithm" attribute
|
XmlAnySimpleType |
addNewFiles()
Appends and returns a new empty "Files" attribute
|
XmlAnySimpleType |
addNewHash()
Appends and returns a new empty "Hash" attribute
|
XmlAnySimpleType |
addNewHashEncoding()
Appends and returns a new empty "HashEncoding" attribute
|
XmlAnySimpleType |
addNewItems()
Appends and returns a new empty "Items" attribute
|
XmlAnySimpleType |
addNewMetadataName()
Appends and returns a new empty "MetadataName" attribute
|
XmlAnySimpleType |
getAlgorithm()
Gets the "Algorithm" attribute
|
XmlAnySimpleType |
getFiles()
Gets the "Files" attribute
|
XmlAnySimpleType |
getHash()
Gets the "Hash" attribute
|
XmlAnySimpleType |
getHashEncoding()
Gets the "HashEncoding" attribute
|
XmlAnySimpleType |
getItems()
Gets the "Items" attribute
|
XmlAnySimpleType |
getMetadataName()
Gets the "MetadataName" attribute
|
boolean |
isSetAlgorithm()
True if has "Algorithm" attribute
|
boolean |
isSetHash()
True if has "Hash" attribute
|
boolean |
isSetHashEncoding()
True if has "HashEncoding" attribute
|
boolean |
isSetItems()
True if has "Items" attribute
|
boolean |
isSetMetadataName()
True if has "MetadataName" attribute
|
void |
setAlgorithm(XmlAnySimpleType algorithm)
Sets the "Algorithm" attribute
|
void |
setFiles(XmlAnySimpleType files)
Sets the "Files" attribute
|
void |
setHash(XmlAnySimpleType hash)
Sets the "Hash" attribute
|
void |
setHashEncoding(XmlAnySimpleType hashEncoding)
Sets the "HashEncoding" attribute
|
void |
setItems(XmlAnySimpleType items)
Sets the "Items" attribute
|
void |
setMetadataName(XmlAnySimpleType metadataName)
Sets the "MetadataName" attribute
|
void |
unsetAlgorithm()
Unsets the "Algorithm" attribute
|
void |
unsetHash()
Unsets the "Hash" attribute
|
void |
unsetHashEncoding()
Unsets the "HashEncoding" attribute
|
void |
unsetItems()
Unsets the "Items" attribute
|
void |
unsetMetadataName()
Unsets the "MetadataName" 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 getFiles()
void setFiles(XmlAnySimpleType files)
XmlAnySimpleType addNewFiles()
XmlAnySimpleType getAlgorithm()
boolean isSetAlgorithm()
void setAlgorithm(XmlAnySimpleType algorithm)
XmlAnySimpleType addNewAlgorithm()
void unsetAlgorithm()
XmlAnySimpleType getMetadataName()
boolean isSetMetadataName()
void setMetadataName(XmlAnySimpleType metadataName)
XmlAnySimpleType addNewMetadataName()
void unsetMetadataName()
XmlAnySimpleType getHashEncoding()
boolean isSetHashEncoding()
void setHashEncoding(XmlAnySimpleType hashEncoding)
XmlAnySimpleType addNewHashEncoding()
void unsetHashEncoding()
XmlAnySimpleType getHash()
boolean isSetHash()
void setHash(XmlAnySimpleType hash)
XmlAnySimpleType addNewHash()
void unsetHash()
XmlAnySimpleType getItems()
boolean isSetItems()
void setItems(XmlAnySimpleType items)
XmlAnySimpleType addNewItems()
void unsetItems()