public static interface SetEnvDocument.SetEnv extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
SetEnvDocument.SetEnv.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 |
addNewTarget()
Appends and returns a new empty "Target" attribute
|
XmlAnySimpleType |
addNewValue()
Appends and returns a new empty "Value" attribute
|
String |
getPrefix()
Gets the "Prefix" attribute
|
XmlAnySimpleType |
getTarget()
Gets the "Target" attribute
|
XmlAnySimpleType |
getValue()
Gets the "Value" attribute
|
boolean |
isSetTarget()
True if has "Target" attribute
|
boolean |
isSetValue()
True if has "Value" attribute
|
void |
setPrefix(String prefix)
Sets the "Prefix" attribute
|
void |
setTarget(XmlAnySimpleType target)
Sets the "Target" attribute
|
void |
setValue(XmlAnySimpleType value)
Sets the "Value" attribute
|
void |
unsetTarget()
Unsets the "Target" attribute
|
void |
unsetValue()
Unsets the "Value" attribute
|
Boolean |
xgetPrefix()
Gets (as xml) the "Prefix" attribute
|
void |
xsetPrefix(Boolean prefix)
Sets (as xml) the "Prefix" 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 getPrefix()
Boolean xgetPrefix()
void setPrefix(String prefix)
void xsetPrefix(Boolean prefix)
XmlAnySimpleType getTarget()
boolean isSetTarget()
void setTarget(XmlAnySimpleType target)
XmlAnySimpleType addNewTarget()
void unsetTarget()
XmlAnySimpleType getValue()
boolean isSetValue()
void setValue(XmlAnySimpleType value)
XmlAnySimpleType addNewValue()
void unsetValue()