public static interface UpdateManifestDocument.UpdateManifest extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
UpdateManifestDocument.UpdateManifest.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 |
addNewApplicationManifest()
Appends and returns a new empty "ApplicationManifest" attribute
|
XmlAnySimpleType |
addNewApplicationPath()
Appends and returns a new empty "ApplicationPath" attribute
|
XmlAnySimpleType |
addNewInputManifest()
Appends and returns a new empty "InputManifest" attribute
|
XmlAnySimpleType |
addNewOutputManifest()
Appends and returns a new empty "OutputManifest" attribute
|
XmlAnySimpleType |
addNewTargetFrameworkVersion()
Appends and returns a new empty "TargetFrameworkVersion" attribute
|
XmlAnySimpleType |
getApplicationManifest()
Gets the "ApplicationManifest" attribute
|
XmlAnySimpleType |
getApplicationPath()
Gets the "ApplicationPath" attribute
|
XmlAnySimpleType |
getInputManifest()
Gets the "InputManifest" attribute
|
XmlAnySimpleType |
getOutputManifest()
Gets the "OutputManifest" attribute
|
XmlAnySimpleType |
getTargetFrameworkVersion()
Gets the "TargetFrameworkVersion" attribute
|
boolean |
isSetOutputManifest()
True if has "OutputManifest" attribute
|
boolean |
isSetTargetFrameworkVersion()
True if has "TargetFrameworkVersion" attribute
|
void |
setApplicationManifest(XmlAnySimpleType applicationManifest)
Sets the "ApplicationManifest" attribute
|
void |
setApplicationPath(XmlAnySimpleType applicationPath)
Sets the "ApplicationPath" attribute
|
void |
setInputManifest(XmlAnySimpleType inputManifest)
Sets the "InputManifest" attribute
|
void |
setOutputManifest(XmlAnySimpleType outputManifest)
Sets the "OutputManifest" attribute
|
void |
setTargetFrameworkVersion(XmlAnySimpleType targetFrameworkVersion)
Sets the "TargetFrameworkVersion" attribute
|
void |
unsetOutputManifest()
Unsets the "OutputManifest" attribute
|
void |
unsetTargetFrameworkVersion()
Unsets the "TargetFrameworkVersion" 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 getApplicationManifest()
void setApplicationManifest(XmlAnySimpleType applicationManifest)
XmlAnySimpleType addNewApplicationManifest()
XmlAnySimpleType getTargetFrameworkVersion()
boolean isSetTargetFrameworkVersion()
void setTargetFrameworkVersion(XmlAnySimpleType targetFrameworkVersion)
XmlAnySimpleType addNewTargetFrameworkVersion()
void unsetTargetFrameworkVersion()
XmlAnySimpleType getApplicationPath()
void setApplicationPath(XmlAnySimpleType applicationPath)
XmlAnySimpleType addNewApplicationPath()
XmlAnySimpleType getInputManifest()
void setInputManifest(XmlAnySimpleType inputManifest)
XmlAnySimpleType addNewInputManifest()
XmlAnySimpleType getOutputManifest()
boolean isSetOutputManifest()
void setOutputManifest(XmlAnySimpleType outputManifest)
XmlAnySimpleType addNewOutputManifest()
void unsetOutputManifest()