public static interface MakeAppxPackDocument.MakeAppxPack extends MakeAppxWithOutputType
Modifier and Type | Interface and Description |
---|---|
static class |
MakeAppxPackDocument.MakeAppxPack.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 |
addNewAppxManifest()
Appends and returns a new empty "AppxManifest" attribute
|
XmlAnySimpleType |
addNewFileMap()
Appends and returns a new empty "FileMap" attribute
|
XmlAnySimpleType |
addNewHashAlgorithmId()
Appends and returns a new empty "HashAlgorithmId" attribute
|
XmlAnySimpleType |
getAppxManifest()
Gets the "AppxManifest" attribute
|
XmlAnySimpleType |
getFileMap()
Gets the "FileMap" attribute
|
XmlAnySimpleType |
getHashAlgorithmId()
Gets the "HashAlgorithmId" attribute
|
String |
getResourcePack()
Gets the "ResourcePack" attribute
|
String |
getValidateResourcesReferencedByManifest()
Gets the "ValidateResourcesReferencedByManifest" attribute
|
boolean |
isSetAppxManifest()
True if has "AppxManifest" attribute
|
boolean |
isSetResourcePack()
True if has "ResourcePack" attribute
|
boolean |
isSetValidateResourcesReferencedByManifest()
True if has "ValidateResourcesReferencedByManifest" attribute
|
void |
setAppxManifest(XmlAnySimpleType appxManifest)
Sets the "AppxManifest" attribute
|
void |
setFileMap(XmlAnySimpleType fileMap)
Sets the "FileMap" attribute
|
void |
setHashAlgorithmId(XmlAnySimpleType hashAlgorithmId)
Sets the "HashAlgorithmId" attribute
|
void |
setResourcePack(String resourcePack)
Sets the "ResourcePack" attribute
|
void |
setValidateResourcesReferencedByManifest(String validateResourcesReferencedByManifest)
Sets the "ValidateResourcesReferencedByManifest" attribute
|
void |
unsetAppxManifest()
Unsets the "AppxManifest" attribute
|
void |
unsetResourcePack()
Unsets the "ResourcePack" attribute
|
void |
unsetValidateResourcesReferencedByManifest()
Unsets the "ValidateResourcesReferencedByManifest" attribute
|
Boolean |
xgetResourcePack()
Gets (as xml) the "ResourcePack" attribute
|
Boolean |
xgetValidateResourcesReferencedByManifest()
Gets (as xml) the "ValidateResourcesReferencedByManifest" attribute
|
void |
xsetResourcePack(Boolean resourcePack)
Sets (as xml) the "ResourcePack" attribute
|
void |
xsetValidateResourcesReferencedByManifest(Boolean validateResourcesReferencedByManifest)
Sets (as xml) the "ValidateResourcesReferencedByManifest" attribute
|
addNewOutput2, getOutput2, setOutput2
addNewMakeAppxExeFullPath, addNewParameters, getMakeAppxExeFullPath, getParameters, isSetParameters, setMakeAppxExeFullPath, setParameters, unsetParameters
addNewEnvironmentVariables, addNewExitCode, addNewStandardErrorImportance, addNewStandardOutputImportance, addNewTimeout, addNewToolExe, addNewToolPath, getEchoOff, getEnvironmentVariables, getExitCode, getLogStandardErrorAsError, getStandardErrorImportance, getStandardOutputImportance, getTimeout, getToolExe, getToolPath, getUseCommandProcessor, getYieldDuringToolExecution, isSetEchoOff, isSetEnvironmentVariables, isSetExitCode, isSetLogStandardErrorAsError, isSetStandardErrorImportance, isSetStandardOutputImportance, isSetTimeout, isSetToolExe, isSetToolPath, isSetUseCommandProcessor, isSetYieldDuringToolExecution, setEchoOff, setEnvironmentVariables, setExitCode, setLogStandardErrorAsError, setStandardErrorImportance, setStandardOutputImportance, setTimeout, setToolExe, setToolPath, setUseCommandProcessor, setYieldDuringToolExecution, unsetEchoOff, unsetEnvironmentVariables, unsetExitCode, unsetLogStandardErrorAsError, unsetStandardErrorImportance, unsetStandardOutputImportance, unsetTimeout, unsetToolExe, unsetToolPath, unsetUseCommandProcessor, unsetYieldDuringToolExecution, xgetEchoOff, xgetLogStandardErrorAsError, xgetUseCommandProcessor, xgetYieldDuringToolExecution, xsetEchoOff, xsetLogStandardErrorAsError, xsetUseCommandProcessor, xsetYieldDuringToolExecution
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 getResourcePack()
Boolean xgetResourcePack()
boolean isSetResourcePack()
void setResourcePack(String resourcePack)
void xsetResourcePack(Boolean resourcePack)
void unsetResourcePack()
String getValidateResourcesReferencedByManifest()
Boolean xgetValidateResourcesReferencedByManifest()
boolean isSetValidateResourcesReferencedByManifest()
void setValidateResourcesReferencedByManifest(String validateResourcesReferencedByManifest)
void xsetValidateResourcesReferencedByManifest(Boolean validateResourcesReferencedByManifest)
void unsetValidateResourcesReferencedByManifest()
XmlAnySimpleType getHashAlgorithmId()
void setHashAlgorithmId(XmlAnySimpleType hashAlgorithmId)
XmlAnySimpleType addNewHashAlgorithmId()
XmlAnySimpleType getAppxManifest()
boolean isSetAppxManifest()
void setAppxManifest(XmlAnySimpleType appxManifest)
XmlAnySimpleType addNewAppxManifest()
void unsetAppxManifest()
XmlAnySimpleType getFileMap()
void setFileMap(XmlAnySimpleType fileMap)
XmlAnySimpleType addNewFileMap()