public static interface VerifyFileHashDocument.VerifyFileHash extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
VerifyFileHashDocument.VerifyFileHash.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 |
addNewFile()
Appends and returns a new empty "File" attribute
|
XmlAnySimpleType |
addNewHash()
Appends and returns a new empty "Hash" attribute
|
XmlAnySimpleType |
addNewHashEncoding()
Appends and returns a new empty "HashEncoding" attribute
|
XmlAnySimpleType |
getAlgorithm()
Gets the "Algorithm" attribute
|
XmlAnySimpleType |
getFile()
Gets the "File" attribute
|
XmlAnySimpleType |
getHash()
Gets the "Hash" attribute
|
XmlAnySimpleType |
getHashEncoding()
Gets the "HashEncoding" attribute
|
boolean |
isSetAlgorithm()
True if has "Algorithm" attribute
|
boolean |
isSetHashEncoding()
True if has "HashEncoding" attribute
|
void |
setAlgorithm(XmlAnySimpleType algorithm)
Sets the "Algorithm" attribute
|
void |
setFile(XmlAnySimpleType file)
Sets the "File" attribute
|
void |
setHash(XmlAnySimpleType hash)
Sets the "Hash" attribute
|
void |
setHashEncoding(XmlAnySimpleType hashEncoding)
Sets the "HashEncoding" attribute
|
void |
unsetAlgorithm()
Unsets the "Algorithm" attribute
|
void |
unsetHashEncoding()
Unsets the "HashEncoding" 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 getFile()
void setFile(XmlAnySimpleType file)
XmlAnySimpleType addNewFile()
XmlAnySimpleType getHash()
void setHash(XmlAnySimpleType hash)
XmlAnySimpleType addNewHash()
XmlAnySimpleType getHashEncoding()
boolean isSetHashEncoding()
void setHashEncoding(XmlAnySimpleType hashEncoding)
XmlAnySimpleType addNewHashEncoding()
void unsetHashEncoding()
XmlAnySimpleType getAlgorithm()
boolean isSetAlgorithm()
void setAlgorithm(XmlAnySimpleType algorithm)
XmlAnySimpleType addNewAlgorithm()
void unsetAlgorithm()