public static interface VCMessageDocument.VCMessage extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
VCMessageDocument.VCMessage.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 |
addNewArguments()
Appends and returns a new empty "Arguments" attribute
|
XmlAnySimpleType |
addNewCode()
Appends and returns a new empty "Code" attribute
|
XmlAnySimpleType |
addNewType()
Appends and returns a new empty "Type" attribute
|
XmlAnySimpleType |
getArguments()
Gets the "Arguments" attribute
|
XmlAnySimpleType |
getCode()
Gets the "Code" attribute
|
XmlAnySimpleType |
getType()
Gets the "Type" attribute
|
boolean |
isSetArguments()
True if has "Arguments" attribute
|
boolean |
isSetType()
True if has "Type" attribute
|
void |
setArguments(XmlAnySimpleType arguments)
Sets the "Arguments" attribute
|
void |
setCode(XmlAnySimpleType code)
Sets the "Code" attribute
|
void |
setType(XmlAnySimpleType type)
Sets the "Type" attribute
|
void |
unsetArguments()
Unsets the "Arguments" attribute
|
void |
unsetType()
Unsets the "Type" 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()
void setCode(XmlAnySimpleType code)
XmlAnySimpleType addNewCode()
XmlAnySimpleType getType()
boolean isSetType()
void setType(XmlAnySimpleType type)
XmlAnySimpleType addNewType()
void unsetType()
XmlAnySimpleType getArguments()
boolean isSetArguments()
void setArguments(XmlAnySimpleType arguments)
XmlAnySimpleType addNewArguments()
void unsetArguments()