public static interface GetSdkToolFullPathDocument.GetSdkToolFullPath extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
GetSdkToolFullPathDocument.GetSdkToolFullPath.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 |
addNewActualToolFullPath()
Appends and returns a new empty "ActualToolFullPath" attribute
|
XmlAnySimpleType |
addNewMSBuildArchitecture()
Appends and returns a new empty "MSBuildArchitecture" attribute
|
XmlAnySimpleType |
addNewTargetPlatformIdentifier()
Appends and returns a new empty "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
addNewTargetPlatformSdkRootOverride()
Appends and returns a new empty "TargetPlatformSdkRootOverride" attribute
|
XmlAnySimpleType |
addNewTargetPlatformVersion()
Appends and returns a new empty "TargetPlatformVersion" attribute
|
XmlAnySimpleType |
addNewToolFullPath()
Appends and returns a new empty "ToolFullPath" attribute
|
XmlAnySimpleType |
addNewToolName()
Appends and returns a new empty "ToolName" attribute
|
XmlAnySimpleType |
getActualToolFullPath()
Gets the "ActualToolFullPath" attribute
|
XmlAnySimpleType |
getMSBuildArchitecture()
Gets the "MSBuildArchitecture" attribute
|
XmlAnySimpleType |
getTargetPlatformIdentifier()
Gets the "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
getTargetPlatformSdkRootOverride()
Gets the "TargetPlatformSdkRootOverride" attribute
|
XmlAnySimpleType |
getTargetPlatformVersion()
Gets the "TargetPlatformVersion" attribute
|
XmlAnySimpleType |
getToolFullPath()
Gets the "ToolFullPath" attribute
|
XmlAnySimpleType |
getToolName()
Gets the "ToolName" attribute
|
boolean |
isSetActualToolFullPath()
True if has "ActualToolFullPath" attribute
|
boolean |
isSetMSBuildArchitecture()
True if has "MSBuildArchitecture" attribute
|
boolean |
isSetTargetPlatformSdkRootOverride()
True if has "TargetPlatformSdkRootOverride" attribute
|
boolean |
isSetToolFullPath()
True if has "ToolFullPath" attribute
|
void |
setActualToolFullPath(XmlAnySimpleType actualToolFullPath)
Sets the "ActualToolFullPath" attribute
|
void |
setMSBuildArchitecture(XmlAnySimpleType msBuildArchitecture)
Sets the "MSBuildArchitecture" attribute
|
void |
setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
Sets the "TargetPlatformIdentifier" attribute
|
void |
setTargetPlatformSdkRootOverride(XmlAnySimpleType targetPlatformSdkRootOverride)
Sets the "TargetPlatformSdkRootOverride" attribute
|
void |
setTargetPlatformVersion(XmlAnySimpleType targetPlatformVersion)
Sets the "TargetPlatformVersion" attribute
|
void |
setToolFullPath(XmlAnySimpleType toolFullPath)
Sets the "ToolFullPath" attribute
|
void |
setToolName(XmlAnySimpleType toolName)
Sets the "ToolName" attribute
|
void |
unsetActualToolFullPath()
Unsets the "ActualToolFullPath" attribute
|
void |
unsetMSBuildArchitecture()
Unsets the "MSBuildArchitecture" attribute
|
void |
unsetTargetPlatformSdkRootOverride()
Unsets the "TargetPlatformSdkRootOverride" attribute
|
void |
unsetToolFullPath()
Unsets the "ToolFullPath" 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 getToolName()
void setToolName(XmlAnySimpleType toolName)
XmlAnySimpleType addNewToolName()
XmlAnySimpleType getToolFullPath()
boolean isSetToolFullPath()
void setToolFullPath(XmlAnySimpleType toolFullPath)
XmlAnySimpleType addNewToolFullPath()
void unsetToolFullPath()
XmlAnySimpleType getTargetPlatformIdentifier()
void setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
XmlAnySimpleType addNewTargetPlatformIdentifier()
XmlAnySimpleType getTargetPlatformVersion()
void setTargetPlatformVersion(XmlAnySimpleType targetPlatformVersion)
XmlAnySimpleType addNewTargetPlatformVersion()
XmlAnySimpleType getTargetPlatformSdkRootOverride()
boolean isSetTargetPlatformSdkRootOverride()
void setTargetPlatformSdkRootOverride(XmlAnySimpleType targetPlatformSdkRootOverride)
XmlAnySimpleType addNewTargetPlatformSdkRootOverride()
void unsetTargetPlatformSdkRootOverride()
XmlAnySimpleType getMSBuildArchitecture()
boolean isSetMSBuildArchitecture()
void setMSBuildArchitecture(XmlAnySimpleType msBuildArchitecture)
XmlAnySimpleType addNewMSBuildArchitecture()
void unsetMSBuildArchitecture()
XmlAnySimpleType getActualToolFullPath()
boolean isSetActualToolFullPath()
void setActualToolFullPath(XmlAnySimpleType actualToolFullPath)
XmlAnySimpleType addNewActualToolFullPath()
void unsetActualToolFullPath()