public static interface FindInListDocument.FindInList extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
FindInListDocument.FindInList.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 |
addNewItemFound()
Appends and returns a new empty "ItemFound" attribute
|
XmlAnySimpleType |
addNewItemSpecToFind()
Appends and returns a new empty "ItemSpecToFind" attribute
|
XmlAnySimpleType |
addNewList()
Appends and returns a new empty "List" attribute
|
String |
getCaseSensitive()
Gets the "CaseSensitive" attribute
|
String |
getFindLastMatch()
Gets the "FindLastMatch" attribute
|
XmlAnySimpleType |
getItemFound()
Gets the "ItemFound" attribute
|
XmlAnySimpleType |
getItemSpecToFind()
Gets the "ItemSpecToFind" attribute
|
XmlAnySimpleType |
getList()
Gets the "List" attribute
|
String |
getMatchFileNameOnly()
Gets the "MatchFileNameOnly" attribute
|
boolean |
isSetCaseSensitive()
True if has "CaseSensitive" attribute
|
boolean |
isSetFindLastMatch()
True if has "FindLastMatch" attribute
|
boolean |
isSetItemFound()
True if has "ItemFound" attribute
|
boolean |
isSetMatchFileNameOnly()
True if has "MatchFileNameOnly" attribute
|
void |
setCaseSensitive(String caseSensitive)
Sets the "CaseSensitive" attribute
|
void |
setFindLastMatch(String findLastMatch)
Sets the "FindLastMatch" attribute
|
void |
setItemFound(XmlAnySimpleType itemFound)
Sets the "ItemFound" attribute
|
void |
setItemSpecToFind(XmlAnySimpleType itemSpecToFind)
Sets the "ItemSpecToFind" attribute
|
void |
setList(XmlAnySimpleType list)
Sets the "List" attribute
|
void |
setMatchFileNameOnly(String matchFileNameOnly)
Sets the "MatchFileNameOnly" attribute
|
void |
unsetCaseSensitive()
Unsets the "CaseSensitive" attribute
|
void |
unsetFindLastMatch()
Unsets the "FindLastMatch" attribute
|
void |
unsetItemFound()
Unsets the "ItemFound" attribute
|
void |
unsetMatchFileNameOnly()
Unsets the "MatchFileNameOnly" attribute
|
Boolean |
xgetCaseSensitive()
Gets (as xml) the "CaseSensitive" attribute
|
Boolean |
xgetFindLastMatch()
Gets (as xml) the "FindLastMatch" attribute
|
Boolean |
xgetMatchFileNameOnly()
Gets (as xml) the "MatchFileNameOnly" attribute
|
void |
xsetCaseSensitive(Boolean caseSensitive)
Sets (as xml) the "CaseSensitive" attribute
|
void |
xsetFindLastMatch(Boolean findLastMatch)
Sets (as xml) the "FindLastMatch" attribute
|
void |
xsetMatchFileNameOnly(Boolean matchFileNameOnly)
Sets (as xml) the "MatchFileNameOnly" 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 getCaseSensitive()
Boolean xgetCaseSensitive()
boolean isSetCaseSensitive()
void setCaseSensitive(String caseSensitive)
void xsetCaseSensitive(Boolean caseSensitive)
void unsetCaseSensitive()
String getFindLastMatch()
Boolean xgetFindLastMatch()
boolean isSetFindLastMatch()
void setFindLastMatch(String findLastMatch)
void xsetFindLastMatch(Boolean findLastMatch)
void unsetFindLastMatch()
XmlAnySimpleType getItemFound()
boolean isSetItemFound()
void setItemFound(XmlAnySimpleType itemFound)
XmlAnySimpleType addNewItemFound()
void unsetItemFound()
XmlAnySimpleType getItemSpecToFind()
void setItemSpecToFind(XmlAnySimpleType itemSpecToFind)
XmlAnySimpleType addNewItemSpecToFind()
XmlAnySimpleType getList()
void setList(XmlAnySimpleType list)
XmlAnySimpleType addNewList()
String getMatchFileNameOnly()
Boolean xgetMatchFileNameOnly()
boolean isSetMatchFileNameOnly()
void setMatchFileNameOnly(String matchFileNameOnly)
void xsetMatchFileNameOnly(Boolean matchFileNameOnly)
void unsetMatchFileNameOnly()