public static interface ResolveComReferenceDocument.ResolveComReference extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
ResolveComReferenceDocument.ResolveComReference.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 |
addNewKeyContainer()
Appends and returns a new empty "KeyContainer" attribute
|
XmlAnySimpleType |
addNewKeyFile()
Appends and returns a new empty "KeyFile" attribute
|
XmlAnySimpleType |
addNewResolvedAssemblyReferences()
Appends and returns a new empty "ResolvedAssemblyReferences" attribute
|
XmlAnySimpleType |
addNewResolvedFiles()
Appends and returns a new empty "ResolvedFiles" attribute
|
XmlAnySimpleType |
addNewResolvedModules()
Appends and returns a new empty "ResolvedModules" attribute
|
XmlAnySimpleType |
addNewSdkToolsPath()
Appends and returns a new empty "SdkToolsPath" attribute
|
XmlAnySimpleType |
addNewStateFile()
Appends and returns a new empty "StateFile" attribute
|
XmlAnySimpleType |
addNewTargetFrameworkVersion()
Appends and returns a new empty "TargetFrameworkVersion" attribute
|
XmlAnySimpleType |
addNewTargetProcessorArchitecture()
Appends and returns a new empty "TargetProcessorArchitecture" attribute
|
XmlAnySimpleType |
addNewTypeLibFiles()
Appends and returns a new empty "TypeLibFiles" attribute
|
XmlAnySimpleType |
addNewTypeLibNames()
Appends and returns a new empty "TypeLibNames" attribute
|
XmlAnySimpleType |
addNewWrapperOutputDirectory()
Appends and returns a new empty "WrapperOutputDirectory" attribute
|
String |
getDelaySign()
Gets the "DelaySign" attribute
|
String |
getExecuteAsTool()
Gets the "ExecuteAsTool" attribute
|
String |
getIncludeVersionInInteropName()
Gets the "IncludeVersionInInteropName" attribute
|
XmlAnySimpleType |
getKeyContainer()
Gets the "KeyContainer" attribute
|
XmlAnySimpleType |
getKeyFile()
Gets the "KeyFile" attribute
|
String |
getNoClassMembers()
Gets the "NoClassMembers" attribute
|
XmlAnySimpleType |
getResolvedAssemblyReferences()
Gets the "ResolvedAssemblyReferences" attribute
|
XmlAnySimpleType |
getResolvedFiles()
Gets the "ResolvedFiles" attribute
|
XmlAnySimpleType |
getResolvedModules()
Gets the "ResolvedModules" attribute
|
XmlAnySimpleType |
getSdkToolsPath()
Gets the "SdkToolsPath" attribute
|
XmlAnySimpleType |
getStateFile()
Gets the "StateFile" attribute
|
XmlAnySimpleType |
getTargetFrameworkVersion()
Gets the "TargetFrameworkVersion" attribute
|
XmlAnySimpleType |
getTargetProcessorArchitecture()
Gets the "TargetProcessorArchitecture" attribute
|
XmlAnySimpleType |
getTypeLibFiles()
Gets the "TypeLibFiles" attribute
|
XmlAnySimpleType |
getTypeLibNames()
Gets the "TypeLibNames" attribute
|
XmlAnySimpleType |
getWrapperOutputDirectory()
Gets the "WrapperOutputDirectory" attribute
|
boolean |
isSetDelaySign()
True if has "DelaySign" attribute
|
boolean |
isSetExecuteAsTool()
True if has "ExecuteAsTool" attribute
|
boolean |
isSetIncludeVersionInInteropName()
True if has "IncludeVersionInInteropName" attribute
|
boolean |
isSetKeyContainer()
True if has "KeyContainer" attribute
|
boolean |
isSetKeyFile()
True if has "KeyFile" attribute
|
boolean |
isSetNoClassMembers()
True if has "NoClassMembers" attribute
|
boolean |
isSetResolvedAssemblyReferences()
True if has "ResolvedAssemblyReferences" attribute
|
boolean |
isSetResolvedFiles()
True if has "ResolvedFiles" attribute
|
boolean |
isSetResolvedModules()
True if has "ResolvedModules" attribute
|
boolean |
isSetSdkToolsPath()
True if has "SdkToolsPath" attribute
|
boolean |
isSetStateFile()
True if has "StateFile" attribute
|
boolean |
isSetTargetFrameworkVersion()
True if has "TargetFrameworkVersion" attribute
|
boolean |
isSetTargetProcessorArchitecture()
True if has "TargetProcessorArchitecture" attribute
|
boolean |
isSetTypeLibFiles()
True if has "TypeLibFiles" attribute
|
boolean |
isSetTypeLibNames()
True if has "TypeLibNames" attribute
|
boolean |
isSetWrapperOutputDirectory()
True if has "WrapperOutputDirectory" attribute
|
void |
setDelaySign(String delaySign)
Sets the "DelaySign" attribute
|
void |
setExecuteAsTool(String executeAsTool)
Sets the "ExecuteAsTool" attribute
|
void |
setIncludeVersionInInteropName(String includeVersionInInteropName)
Sets the "IncludeVersionInInteropName" attribute
|
void |
setKeyContainer(XmlAnySimpleType keyContainer)
Sets the "KeyContainer" attribute
|
void |
setKeyFile(XmlAnySimpleType keyFile)
Sets the "KeyFile" attribute
|
void |
setNoClassMembers(String noClassMembers)
Sets the "NoClassMembers" attribute
|
void |
setResolvedAssemblyReferences(XmlAnySimpleType resolvedAssemblyReferences)
Sets the "ResolvedAssemblyReferences" attribute
|
void |
setResolvedFiles(XmlAnySimpleType resolvedFiles)
Sets the "ResolvedFiles" attribute
|
void |
setResolvedModules(XmlAnySimpleType resolvedModules)
Sets the "ResolvedModules" attribute
|
void |
setSdkToolsPath(XmlAnySimpleType sdkToolsPath)
Sets the "SdkToolsPath" attribute
|
void |
setStateFile(XmlAnySimpleType stateFile)
Sets the "StateFile" attribute
|
void |
setTargetFrameworkVersion(XmlAnySimpleType targetFrameworkVersion)
Sets the "TargetFrameworkVersion" attribute
|
void |
setTargetProcessorArchitecture(XmlAnySimpleType targetProcessorArchitecture)
Sets the "TargetProcessorArchitecture" attribute
|
void |
setTypeLibFiles(XmlAnySimpleType typeLibFiles)
Sets the "TypeLibFiles" attribute
|
void |
setTypeLibNames(XmlAnySimpleType typeLibNames)
Sets the "TypeLibNames" attribute
|
void |
setWrapperOutputDirectory(XmlAnySimpleType wrapperOutputDirectory)
Sets the "WrapperOutputDirectory" attribute
|
void |
unsetDelaySign()
Unsets the "DelaySign" attribute
|
void |
unsetExecuteAsTool()
Unsets the "ExecuteAsTool" attribute
|
void |
unsetIncludeVersionInInteropName()
Unsets the "IncludeVersionInInteropName" attribute
|
void |
unsetKeyContainer()
Unsets the "KeyContainer" attribute
|
void |
unsetKeyFile()
Unsets the "KeyFile" attribute
|
void |
unsetNoClassMembers()
Unsets the "NoClassMembers" attribute
|
void |
unsetResolvedAssemblyReferences()
Unsets the "ResolvedAssemblyReferences" attribute
|
void |
unsetResolvedFiles()
Unsets the "ResolvedFiles" attribute
|
void |
unsetResolvedModules()
Unsets the "ResolvedModules" attribute
|
void |
unsetSdkToolsPath()
Unsets the "SdkToolsPath" attribute
|
void |
unsetStateFile()
Unsets the "StateFile" attribute
|
void |
unsetTargetFrameworkVersion()
Unsets the "TargetFrameworkVersion" attribute
|
void |
unsetTargetProcessorArchitecture()
Unsets the "TargetProcessorArchitecture" attribute
|
void |
unsetTypeLibFiles()
Unsets the "TypeLibFiles" attribute
|
void |
unsetTypeLibNames()
Unsets the "TypeLibNames" attribute
|
void |
unsetWrapperOutputDirectory()
Unsets the "WrapperOutputDirectory" attribute
|
Boolean |
xgetDelaySign()
Gets (as xml) the "DelaySign" attribute
|
Boolean |
xgetExecuteAsTool()
Gets (as xml) the "ExecuteAsTool" attribute
|
Boolean |
xgetIncludeVersionInInteropName()
Gets (as xml) the "IncludeVersionInInteropName" attribute
|
Boolean |
xgetNoClassMembers()
Gets (as xml) the "NoClassMembers" attribute
|
void |
xsetDelaySign(Boolean delaySign)
Sets (as xml) the "DelaySign" attribute
|
void |
xsetExecuteAsTool(Boolean executeAsTool)
Sets (as xml) the "ExecuteAsTool" attribute
|
void |
xsetIncludeVersionInInteropName(Boolean includeVersionInInteropName)
Sets (as xml) the "IncludeVersionInInteropName" attribute
|
void |
xsetNoClassMembers(Boolean noClassMembers)
Sets (as xml) the "NoClassMembers" 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 getDelaySign()
Boolean xgetDelaySign()
boolean isSetDelaySign()
void setDelaySign(String delaySign)
void xsetDelaySign(Boolean delaySign)
void unsetDelaySign()
String getExecuteAsTool()
Boolean xgetExecuteAsTool()
boolean isSetExecuteAsTool()
void setExecuteAsTool(String executeAsTool)
void xsetExecuteAsTool(Boolean executeAsTool)
void unsetExecuteAsTool()
String getIncludeVersionInInteropName()
Boolean xgetIncludeVersionInInteropName()
boolean isSetIncludeVersionInInteropName()
void setIncludeVersionInInteropName(String includeVersionInInteropName)
void xsetIncludeVersionInInteropName(Boolean includeVersionInInteropName)
void unsetIncludeVersionInInteropName()
XmlAnySimpleType getKeyContainer()
boolean isSetKeyContainer()
void setKeyContainer(XmlAnySimpleType keyContainer)
XmlAnySimpleType addNewKeyContainer()
void unsetKeyContainer()
XmlAnySimpleType getKeyFile()
boolean isSetKeyFile()
void setKeyFile(XmlAnySimpleType keyFile)
XmlAnySimpleType addNewKeyFile()
void unsetKeyFile()
String getNoClassMembers()
Boolean xgetNoClassMembers()
boolean isSetNoClassMembers()
void setNoClassMembers(String noClassMembers)
void xsetNoClassMembers(Boolean noClassMembers)
void unsetNoClassMembers()
XmlAnySimpleType getResolvedAssemblyReferences()
boolean isSetResolvedAssemblyReferences()
void setResolvedAssemblyReferences(XmlAnySimpleType resolvedAssemblyReferences)
XmlAnySimpleType addNewResolvedAssemblyReferences()
void unsetResolvedAssemblyReferences()
XmlAnySimpleType getResolvedFiles()
boolean isSetResolvedFiles()
void setResolvedFiles(XmlAnySimpleType resolvedFiles)
XmlAnySimpleType addNewResolvedFiles()
void unsetResolvedFiles()
XmlAnySimpleType getResolvedModules()
boolean isSetResolvedModules()
void setResolvedModules(XmlAnySimpleType resolvedModules)
XmlAnySimpleType addNewResolvedModules()
void unsetResolvedModules()
XmlAnySimpleType getSdkToolsPath()
boolean isSetSdkToolsPath()
void setSdkToolsPath(XmlAnySimpleType sdkToolsPath)
XmlAnySimpleType addNewSdkToolsPath()
void unsetSdkToolsPath()
XmlAnySimpleType getStateFile()
boolean isSetStateFile()
void setStateFile(XmlAnySimpleType stateFile)
XmlAnySimpleType addNewStateFile()
void unsetStateFile()
XmlAnySimpleType getTargetFrameworkVersion()
boolean isSetTargetFrameworkVersion()
void setTargetFrameworkVersion(XmlAnySimpleType targetFrameworkVersion)
XmlAnySimpleType addNewTargetFrameworkVersion()
void unsetTargetFrameworkVersion()
XmlAnySimpleType getTargetProcessorArchitecture()
boolean isSetTargetProcessorArchitecture()
void setTargetProcessorArchitecture(XmlAnySimpleType targetProcessorArchitecture)
XmlAnySimpleType addNewTargetProcessorArchitecture()
void unsetTargetProcessorArchitecture()
XmlAnySimpleType getTypeLibFiles()
boolean isSetTypeLibFiles()
void setTypeLibFiles(XmlAnySimpleType typeLibFiles)
XmlAnySimpleType addNewTypeLibFiles()
void unsetTypeLibFiles()
XmlAnySimpleType getTypeLibNames()
boolean isSetTypeLibNames()
void setTypeLibNames(XmlAnySimpleType typeLibNames)
XmlAnySimpleType addNewTypeLibNames()
void unsetTypeLibNames()
XmlAnySimpleType getWrapperOutputDirectory()
boolean isSetWrapperOutputDirectory()
void setWrapperOutputDirectory(XmlAnySimpleType wrapperOutputDirectory)
XmlAnySimpleType addNewWrapperOutputDirectory()
void unsetWrapperOutputDirectory()