public static interface WarningDocument.Warning extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
WarningDocument.Warning.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 |
addNewCode()
Appends and returns a new empty "Code" attribute
|
XmlAnySimpleType |
addNewFile()
Appends and returns a new empty "File" attribute
|
XmlAnySimpleType |
addNewHelpKeyword()
Appends and returns a new empty "HelpKeyword" attribute
|
XmlAnySimpleType |
addNewText()
Appends and returns a new empty "Text" attribute
|
XmlAnySimpleType |
getCode()
Gets the "Code" attribute
|
XmlAnySimpleType |
getFile()
Gets the "File" attribute
|
XmlAnySimpleType |
getHelpKeyword()
Gets the "HelpKeyword" attribute
|
XmlAnySimpleType |
getText()
Gets the "Text" attribute
|
boolean |
isSetCode()
True if has "Code" attribute
|
boolean |
isSetFile()
True if has "File" attribute
|
boolean |
isSetHelpKeyword()
True if has "HelpKeyword" attribute
|
boolean |
isSetText()
True if has "Text" attribute
|
void |
setCode(XmlAnySimpleType code)
Sets the "Code" attribute
|
void |
setFile(XmlAnySimpleType file)
Sets the "File" attribute
|
void |
setHelpKeyword(XmlAnySimpleType helpKeyword)
Sets the "HelpKeyword" attribute
|
void |
setText(XmlAnySimpleType text)
Sets the "Text" attribute
|
void |
unsetCode()
Unsets the "Code" attribute
|
void |
unsetFile()
Unsets the "File" attribute
|
void |
unsetHelpKeyword()
Unsets the "HelpKeyword" attribute
|
void |
unsetText()
Unsets the "Text" 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 getCode()
boolean isSetCode()
void setCode(XmlAnySimpleType code)
XmlAnySimpleType addNewCode()
void unsetCode()
XmlAnySimpleType getFile()
boolean isSetFile()
void setFile(XmlAnySimpleType file)
XmlAnySimpleType addNewFile()
void unsetFile()
XmlAnySimpleType getHelpKeyword()
boolean isSetHelpKeyword()
void setHelpKeyword(XmlAnySimpleType helpKeyword)
XmlAnySimpleType addNewHelpKeyword()
void unsetHelpKeyword()
XmlAnySimpleType getText()
boolean isSetText()
void setText(XmlAnySimpleType text)
XmlAnySimpleType addNewText()
void unsetText()