public static interface GetReferenceAssemblyPathsDocument.GetReferenceAssemblyPaths extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
GetReferenceAssemblyPathsDocument.GetReferenceAssemblyPaths.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 |
addNewBypassFrameworkInstallChecks()
Appends and returns a new empty "BypassFrameworkInstallChecks" attribute
|
XmlAnySimpleType |
addNewRootPath()
Appends and returns a new empty "RootPath" attribute
|
XmlAnySimpleType |
addNewTargetFrameworkMoniker()
Appends and returns a new empty "TargetFrameworkMoniker" attribute
|
XmlAnySimpleType |
addNewTargetFrameworkMonikerDisplayName()
Appends and returns a new empty "TargetFrameworkMonikerDisplayName" attribute
|
XmlAnySimpleType |
getBypassFrameworkInstallChecks()
Gets the "BypassFrameworkInstallChecks" attribute
|
XmlAnySimpleType |
getRootPath()
Gets the "RootPath" attribute
|
XmlAnySimpleType |
getTargetFrameworkMoniker()
Gets the "TargetFrameworkMoniker" attribute
|
XmlAnySimpleType |
getTargetFrameworkMonikerDisplayName()
Gets the "TargetFrameworkMonikerDisplayName" attribute
|
boolean |
isSetBypassFrameworkInstallChecks()
True if has "BypassFrameworkInstallChecks" attribute
|
boolean |
isSetRootPath()
True if has "RootPath" attribute
|
boolean |
isSetTargetFrameworkMoniker()
True if has "TargetFrameworkMoniker" attribute
|
boolean |
isSetTargetFrameworkMonikerDisplayName()
True if has "TargetFrameworkMonikerDisplayName" attribute
|
void |
setBypassFrameworkInstallChecks(XmlAnySimpleType bypassFrameworkInstallChecks)
Sets the "BypassFrameworkInstallChecks" attribute
|
void |
setRootPath(XmlAnySimpleType rootPath)
Sets the "RootPath" attribute
|
void |
setTargetFrameworkMoniker(XmlAnySimpleType targetFrameworkMoniker)
Sets the "TargetFrameworkMoniker" attribute
|
void |
setTargetFrameworkMonikerDisplayName(XmlAnySimpleType targetFrameworkMonikerDisplayName)
Sets the "TargetFrameworkMonikerDisplayName" attribute
|
void |
unsetBypassFrameworkInstallChecks()
Unsets the "BypassFrameworkInstallChecks" attribute
|
void |
unsetRootPath()
Unsets the "RootPath" attribute
|
void |
unsetTargetFrameworkMoniker()
Unsets the "TargetFrameworkMoniker" attribute
|
void |
unsetTargetFrameworkMonikerDisplayName()
Unsets the "TargetFrameworkMonikerDisplayName" 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 getRootPath()
boolean isSetRootPath()
void setRootPath(XmlAnySimpleType rootPath)
XmlAnySimpleType addNewRootPath()
void unsetRootPath()
XmlAnySimpleType getTargetFrameworkMoniker()
boolean isSetTargetFrameworkMoniker()
void setTargetFrameworkMoniker(XmlAnySimpleType targetFrameworkMoniker)
XmlAnySimpleType addNewTargetFrameworkMoniker()
void unsetTargetFrameworkMoniker()
XmlAnySimpleType getTargetFrameworkMonikerDisplayName()
boolean isSetTargetFrameworkMonikerDisplayName()
void setTargetFrameworkMonikerDisplayName(XmlAnySimpleType targetFrameworkMonikerDisplayName)
XmlAnySimpleType addNewTargetFrameworkMonikerDisplayName()
void unsetTargetFrameworkMonikerDisplayName()
XmlAnySimpleType getBypassFrameworkInstallChecks()
boolean isSetBypassFrameworkInstallChecks()
void setBypassFrameworkInstallChecks(XmlAnySimpleType bypassFrameworkInstallChecks)
XmlAnySimpleType addNewBypassFrameworkInstallChecks()
void unsetBypassFrameworkInstallChecks()