public static interface TouchDocument.Touch extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
TouchDocument.Touch.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 |
addNewFiles()
Appends and returns a new empty "Files" attribute
|
XmlAnySimpleType |
addNewTime()
Appends and returns a new empty "Time" attribute
|
XmlAnySimpleType |
addNewTouchedFiles()
Appends and returns a new empty "TouchedFiles" attribute
|
String |
getAlwaysCreate()
Gets the "AlwaysCreate" attribute
|
XmlAnySimpleType |
getFiles()
Gets the "Files" attribute
|
String |
getForceTouch()
Gets the "ForceTouch" attribute
|
XmlAnySimpleType |
getTime()
Gets the "Time" attribute
|
XmlAnySimpleType |
getTouchedFiles()
Gets the "TouchedFiles" attribute
|
boolean |
isSetAlwaysCreate()
True if has "AlwaysCreate" attribute
|
boolean |
isSetForceTouch()
True if has "ForceTouch" attribute
|
boolean |
isSetTime()
True if has "Time" attribute
|
boolean |
isSetTouchedFiles()
True if has "TouchedFiles" attribute
|
void |
setAlwaysCreate(String alwaysCreate)
Sets the "AlwaysCreate" attribute
|
void |
setFiles(XmlAnySimpleType files)
Sets the "Files" attribute
|
void |
setForceTouch(String forceTouch)
Sets the "ForceTouch" attribute
|
void |
setTime(XmlAnySimpleType time)
Sets the "Time" attribute
|
void |
setTouchedFiles(XmlAnySimpleType touchedFiles)
Sets the "TouchedFiles" attribute
|
void |
unsetAlwaysCreate()
Unsets the "AlwaysCreate" attribute
|
void |
unsetForceTouch()
Unsets the "ForceTouch" attribute
|
void |
unsetTime()
Unsets the "Time" attribute
|
void |
unsetTouchedFiles()
Unsets the "TouchedFiles" attribute
|
Boolean |
xgetAlwaysCreate()
Gets (as xml) the "AlwaysCreate" attribute
|
Boolean |
xgetForceTouch()
Gets (as xml) the "ForceTouch" attribute
|
void |
xsetAlwaysCreate(Boolean alwaysCreate)
Sets (as xml) the "AlwaysCreate" attribute
|
void |
xsetForceTouch(Boolean forceTouch)
Sets (as xml) the "ForceTouch" 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
String getAlwaysCreate()
Boolean xgetAlwaysCreate()
boolean isSetAlwaysCreate()
void setAlwaysCreate(String alwaysCreate)
void xsetAlwaysCreate(Boolean alwaysCreate)
void unsetAlwaysCreate()
XmlAnySimpleType getFiles()
void setFiles(XmlAnySimpleType files)
XmlAnySimpleType addNewFiles()
String getForceTouch()
Boolean xgetForceTouch()
boolean isSetForceTouch()
void setForceTouch(String forceTouch)
void xsetForceTouch(Boolean forceTouch)
void unsetForceTouch()
XmlAnySimpleType getTime()
boolean isSetTime()
void setTime(XmlAnySimpleType time)
XmlAnySimpleType addNewTime()
void unsetTime()
XmlAnySimpleType getTouchedFiles()
boolean isSetTouchedFiles()
void setTouchedFiles(XmlAnySimpleType touchedFiles)
XmlAnySimpleType addNewTouchedFiles()
void unsetTouchedFiles()