public static interface RegisterAssemblyDocument.RegisterAssembly extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
RegisterAssemblyDocument.RegisterAssembly.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 |
addNewAssemblies()
Appends and returns a new empty "Assemblies" attribute
|
XmlAnySimpleType |
addNewAssemblyListFile()
Appends and returns a new empty "AssemblyListFile" attribute
|
XmlAnySimpleType |
addNewTypeLibFiles()
Appends and returns a new empty "TypeLibFiles" attribute
|
XmlAnySimpleType |
getAssemblies()
Gets the "Assemblies" attribute
|
XmlAnySimpleType |
getAssemblyListFile()
Gets the "AssemblyListFile" attribute
|
String |
getCreateCodeBase()
Gets the "CreateCodeBase" attribute
|
XmlAnySimpleType |
getTypeLibFiles()
Gets the "TypeLibFiles" attribute
|
boolean |
isSetAssemblyListFile()
True if has "AssemblyListFile" attribute
|
boolean |
isSetCreateCodeBase()
True if has "CreateCodeBase" attribute
|
boolean |
isSetTypeLibFiles()
True if has "TypeLibFiles" attribute
|
void |
setAssemblies(XmlAnySimpleType assemblies)
Sets the "Assemblies" attribute
|
void |
setAssemblyListFile(XmlAnySimpleType assemblyListFile)
Sets the "AssemblyListFile" attribute
|
void |
setCreateCodeBase(String createCodeBase)
Sets the "CreateCodeBase" attribute
|
void |
setTypeLibFiles(XmlAnySimpleType typeLibFiles)
Sets the "TypeLibFiles" attribute
|
void |
unsetAssemblyListFile()
Unsets the "AssemblyListFile" attribute
|
void |
unsetCreateCodeBase()
Unsets the "CreateCodeBase" attribute
|
void |
unsetTypeLibFiles()
Unsets the "TypeLibFiles" attribute
|
Boolean |
xgetCreateCodeBase()
Gets (as xml) the "CreateCodeBase" attribute
|
void |
xsetCreateCodeBase(Boolean createCodeBase)
Sets (as xml) the "CreateCodeBase" 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 getAssemblies()
void setAssemblies(XmlAnySimpleType assemblies)
XmlAnySimpleType addNewAssemblies()
XmlAnySimpleType getAssemblyListFile()
boolean isSetAssemblyListFile()
void setAssemblyListFile(XmlAnySimpleType assemblyListFile)
XmlAnySimpleType addNewAssemblyListFile()
void unsetAssemblyListFile()
String getCreateCodeBase()
Boolean xgetCreateCodeBase()
boolean isSetCreateCodeBase()
void setCreateCodeBase(String createCodeBase)
void xsetCreateCodeBase(Boolean createCodeBase)
void unsetCreateCodeBase()
XmlAnySimpleType getTypeLibFiles()
boolean isSetTypeLibFiles()
void setTypeLibFiles(XmlAnySimpleType typeLibFiles)
XmlAnySimpleType addNewTypeLibFiles()
void unsetTypeLibFiles()