public interface TaskType extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TaskType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
TaskType.Output
An XML Output(@http://schemas.microsoft.com/developer/msbuild/2003).
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
TaskType.Output |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
String |
getArchitecture()
Gets the "Architecture" attribute
|
String |
getCondition()
Gets the "Condition" attribute
|
String |
getContinueOnError()
Gets the "ContinueOnError" attribute
|
TaskType.Output[] |
getOutputArray()
Deprecated.
|
TaskType.Output |
getOutputArray(int i)
Gets ith "Output" element
|
List<TaskType.Output> |
getOutputList()
Gets a List of "Output" elements
|
String |
getRuntime()
Gets the "Runtime" attribute
|
TaskType.Output |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "Output" element
|
boolean |
isSetArchitecture()
True if has "Architecture" attribute
|
boolean |
isSetCondition()
True if has "Condition" attribute
|
boolean |
isSetContinueOnError()
True if has "ContinueOnError" attribute
|
boolean |
isSetRuntime()
True if has "Runtime" attribute
|
void |
removeOutput(int i)
Removes the ith "Output" element
|
void |
setArchitecture(String architecture)
Sets the "Architecture" attribute
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setContinueOnError(String continueOnError)
Sets the "ContinueOnError" attribute
|
void |
setOutputArray(int i,
TaskType.Output output)
Sets ith "Output" element
|
void |
setOutputArray(TaskType.Output[] outputArray)
Sets array of all "Output" element
|
void |
setRuntime(String runtime)
Sets the "Runtime" attribute
|
int |
sizeOfOutputArray()
Returns number of "Output" element
|
void |
unsetArchitecture()
Unsets the "Architecture" attribute
|
void |
unsetCondition()
Unsets the "Condition" attribute
|
void |
unsetContinueOnError()
Unsets the "ContinueOnError" attribute
|
void |
unsetRuntime()
Unsets the "Runtime" attribute
|
Architecture |
xgetArchitecture()
Gets (as xml) the "Architecture" attribute
|
XmlString |
xgetCondition()
Gets (as xml) the "Condition" attribute
|
Boolean |
xgetContinueOnError()
Gets (as xml) the "ContinueOnError" attribute
|
Runtime |
xgetRuntime()
Gets (as xml) the "Runtime" attribute
|
void |
xsetArchitecture(Architecture architecture)
Sets (as xml) the "Architecture" attribute
|
void |
xsetCondition(XmlString condition)
Sets (as xml) the "Condition" attribute
|
void |
xsetContinueOnError(Boolean continueOnError)
Sets (as xml) the "ContinueOnError" attribute
|
void |
xsetRuntime(Runtime runtime)
Sets (as xml) the "Runtime" attribute
|
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
List<TaskType.Output> getOutputList()
@Deprecated TaskType.Output[] getOutputArray()
TaskType.Output getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(TaskType.Output[] outputArray)
void setOutputArray(int i, TaskType.Output output)
TaskType.Output insertNewOutput(int i)
TaskType.Output addNewOutput()
void removeOutput(int i)
String getCondition()
XmlString xgetCondition()
boolean isSetCondition()
void setCondition(String condition)
void xsetCondition(XmlString condition)
void unsetCondition()
String getContinueOnError()
Boolean xgetContinueOnError()
boolean isSetContinueOnError()
void setContinueOnError(String continueOnError)
void xsetContinueOnError(Boolean continueOnError)
void unsetContinueOnError()
String getArchitecture()
Architecture xgetArchitecture()
boolean isSetArchitecture()
void setArchitecture(String architecture)
void xsetArchitecture(Architecture architecture)
void unsetArchitecture()
String getRuntime()
Runtime xgetRuntime()
boolean isSetRuntime()
void setRuntime(String runtime)
void xsetRuntime(Runtime runtime)
void unsetRuntime()