public static interface GenerateAppxManifestDocument.GenerateAppxManifest extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
GenerateAppxManifestDocument.GenerateAppxManifest.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 |
addNewApplicationExecutableName()
Appends and returns a new empty "ApplicationExecutableName" attribute
|
XmlAnySimpleType |
addNewAppxManifestInput()
Appends and returns a new empty "AppxManifestInput" attribute
|
XmlAnySimpleType |
addNewAppxManifestOutput()
Appends and returns a new empty "AppxManifestOutput" attribute
|
XmlAnySimpleType |
addNewCertificateFile()
Appends and returns a new empty "CertificateFile" attribute
|
XmlAnySimpleType |
addNewCertificateThumbprint()
Appends and returns a new empty "CertificateThumbprint" attribute
|
XmlAnySimpleType |
addNewDefaultResourceLanguage()
Appends and returns a new empty "DefaultResourceLanguage" attribute
|
XmlAnySimpleType |
addNewFrameworkSdkReferences()
Appends and returns a new empty "FrameworkSdkReferences" attribute
|
XmlAnySimpleType |
addNewManagedWinmdInprocImplementation()
Appends and returns a new empty "ManagedWinmdInprocImplementation" attribute
|
XmlAnySimpleType |
addNewManifestMetadata()
Appends and returns a new empty "ManifestMetadata" attribute
|
XmlAnySimpleType |
addNewNonFrameworkSdkReferences()
Appends and returns a new empty "NonFrameworkSdkReferences" attribute
|
XmlAnySimpleType |
addNewOSMaxVersionTested()
Appends and returns a new empty "OSMaxVersionTested" attribute
|
XmlAnySimpleType |
addNewOSMinVersion()
Appends and returns a new empty "OSMinVersion" attribute
|
XmlAnySimpleType |
addNewPackageArchitecture()
Appends and returns a new empty "PackageArchitecture" attribute
|
XmlAnySimpleType |
addNewQualifiersPath()
Appends and returns a new empty "QualifiersPath" attribute
|
XmlAnySimpleType |
addNewSDKWinmdFiles()
Appends and returns a new empty "SDKWinmdFiles" attribute
|
XmlAnySimpleType |
addNewTargetPlatformIdentifier()
Appends and returns a new empty "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
addNewWinmdFiles()
Appends and returns a new empty "WinmdFiles" attribute
|
XmlAnySimpleType |
getApplicationExecutableName()
Gets the "ApplicationExecutableName" attribute
|
XmlAnySimpleType |
getAppxManifestInput()
Gets the "AppxManifestInput" attribute
|
XmlAnySimpleType |
getAppxManifestOutput()
Gets the "AppxManifestOutput" attribute
|
XmlAnySimpleType |
getCertificateFile()
Gets the "CertificateFile" attribute
|
XmlAnySimpleType |
getCertificateThumbprint()
Gets the "CertificateThumbprint" attribute
|
XmlAnySimpleType |
getDefaultResourceLanguage()
Gets the "DefaultResourceLanguage" attribute
|
String |
getEnableSigningChecks()
Gets the "EnableSigningChecks" attribute
|
XmlAnySimpleType |
getFrameworkSdkReferences()
Gets the "FrameworkSdkReferences" attribute
|
XmlAnySimpleType |
getManagedWinmdInprocImplementation()
Gets the "ManagedWinmdInprocImplementation" attribute
|
XmlAnySimpleType |
getManifestMetadata()
Gets the "ManifestMetadata" attribute
|
XmlAnySimpleType |
getNonFrameworkSdkReferences()
Gets the "NonFrameworkSdkReferences" attribute
|
XmlAnySimpleType |
getOSMaxVersionTested()
Gets the "OSMaxVersionTested" attribute
|
String |
getOSMaxVersionTestedReplaceManifestVersion()
Gets the "OSMaxVersionTestedReplaceManifestVersion" attribute
|
XmlAnySimpleType |
getOSMinVersion()
Gets the "OSMinVersion" attribute
|
String |
getOSMinVersionReplaceManifestVersion()
Gets the "OSMinVersionReplaceManifestVersion" attribute
|
XmlAnySimpleType |
getPackageArchitecture()
Gets the "PackageArchitecture" attribute
|
String |
getPackageSigningEnabled()
Gets the "PackageSigningEnabled" attribute
|
XmlAnySimpleType |
getQualifiersPath()
Gets the "QualifiersPath" attribute
|
XmlAnySimpleType |
getSDKWinmdFiles()
Gets the "SDKWinmdFiles" attribute
|
XmlAnySimpleType |
getTargetPlatformIdentifier()
Gets the "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
getWinmdFiles()
Gets the "WinmdFiles" attribute
|
boolean |
isSetApplicationExecutableName()
True if has "ApplicationExecutableName" attribute
|
boolean |
isSetCertificateFile()
True if has "CertificateFile" attribute
|
boolean |
isSetCertificateThumbprint()
True if has "CertificateThumbprint" attribute
|
boolean |
isSetEnableSigningChecks()
True if has "EnableSigningChecks" attribute
|
boolean |
isSetManifestMetadata()
True if has "ManifestMetadata" attribute
|
boolean |
isSetOSMaxVersionTested()
True if has "OSMaxVersionTested" attribute
|
boolean |
isSetOSMaxVersionTestedReplaceManifestVersion()
True if has "OSMaxVersionTestedReplaceManifestVersion" attribute
|
boolean |
isSetOSMinVersion()
True if has "OSMinVersion" attribute
|
boolean |
isSetOSMinVersionReplaceManifestVersion()
True if has "OSMinVersionReplaceManifestVersion" attribute
|
boolean |
isSetPackageSigningEnabled()
True if has "PackageSigningEnabled" attribute
|
boolean |
isSetTargetPlatformIdentifier()
True if has "TargetPlatformIdentifier" attribute
|
void |
setApplicationExecutableName(XmlAnySimpleType applicationExecutableName)
Sets the "ApplicationExecutableName" attribute
|
void |
setAppxManifestInput(XmlAnySimpleType appxManifestInput)
Sets the "AppxManifestInput" attribute
|
void |
setAppxManifestOutput(XmlAnySimpleType appxManifestOutput)
Sets the "AppxManifestOutput" attribute
|
void |
setCertificateFile(XmlAnySimpleType certificateFile)
Sets the "CertificateFile" attribute
|
void |
setCertificateThumbprint(XmlAnySimpleType certificateThumbprint)
Sets the "CertificateThumbprint" attribute
|
void |
setDefaultResourceLanguage(XmlAnySimpleType defaultResourceLanguage)
Sets the "DefaultResourceLanguage" attribute
|
void |
setEnableSigningChecks(String enableSigningChecks)
Sets the "EnableSigningChecks" attribute
|
void |
setFrameworkSdkReferences(XmlAnySimpleType frameworkSdkReferences)
Sets the "FrameworkSdkReferences" attribute
|
void |
setManagedWinmdInprocImplementation(XmlAnySimpleType managedWinmdInprocImplementation)
Sets the "ManagedWinmdInprocImplementation" attribute
|
void |
setManifestMetadata(XmlAnySimpleType manifestMetadata)
Sets the "ManifestMetadata" attribute
|
void |
setNonFrameworkSdkReferences(XmlAnySimpleType nonFrameworkSdkReferences)
Sets the "NonFrameworkSdkReferences" attribute
|
void |
setOSMaxVersionTested(XmlAnySimpleType osMaxVersionTested)
Sets the "OSMaxVersionTested" attribute
|
void |
setOSMaxVersionTestedReplaceManifestVersion(String osMaxVersionTestedReplaceManifestVersion)
Sets the "OSMaxVersionTestedReplaceManifestVersion" attribute
|
void |
setOSMinVersion(XmlAnySimpleType osMinVersion)
Sets the "OSMinVersion" attribute
|
void |
setOSMinVersionReplaceManifestVersion(String osMinVersionReplaceManifestVersion)
Sets the "OSMinVersionReplaceManifestVersion" attribute
|
void |
setPackageArchitecture(XmlAnySimpleType packageArchitecture)
Sets the "PackageArchitecture" attribute
|
void |
setPackageSigningEnabled(String packageSigningEnabled)
Sets the "PackageSigningEnabled" attribute
|
void |
setQualifiersPath(XmlAnySimpleType qualifiersPath)
Sets the "QualifiersPath" attribute
|
void |
setSDKWinmdFiles(XmlAnySimpleType sdkWinmdFiles)
Sets the "SDKWinmdFiles" attribute
|
void |
setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
Sets the "TargetPlatformIdentifier" attribute
|
void |
setWinmdFiles(XmlAnySimpleType winmdFiles)
Sets the "WinmdFiles" attribute
|
void |
unsetApplicationExecutableName()
Unsets the "ApplicationExecutableName" attribute
|
void |
unsetCertificateFile()
Unsets the "CertificateFile" attribute
|
void |
unsetCertificateThumbprint()
Unsets the "CertificateThumbprint" attribute
|
void |
unsetEnableSigningChecks()
Unsets the "EnableSigningChecks" attribute
|
void |
unsetManifestMetadata()
Unsets the "ManifestMetadata" attribute
|
void |
unsetOSMaxVersionTested()
Unsets the "OSMaxVersionTested" attribute
|
void |
unsetOSMaxVersionTestedReplaceManifestVersion()
Unsets the "OSMaxVersionTestedReplaceManifestVersion" attribute
|
void |
unsetOSMinVersion()
Unsets the "OSMinVersion" attribute
|
void |
unsetOSMinVersionReplaceManifestVersion()
Unsets the "OSMinVersionReplaceManifestVersion" attribute
|
void |
unsetPackageSigningEnabled()
Unsets the "PackageSigningEnabled" attribute
|
void |
unsetTargetPlatformIdentifier()
Unsets the "TargetPlatformIdentifier" attribute
|
Boolean |
xgetEnableSigningChecks()
Gets (as xml) the "EnableSigningChecks" attribute
|
Boolean |
xgetOSMaxVersionTestedReplaceManifestVersion()
Gets (as xml) the "OSMaxVersionTestedReplaceManifestVersion" attribute
|
Boolean |
xgetOSMinVersionReplaceManifestVersion()
Gets (as xml) the "OSMinVersionReplaceManifestVersion" attribute
|
Boolean |
xgetPackageSigningEnabled()
Gets (as xml) the "PackageSigningEnabled" attribute
|
void |
xsetEnableSigningChecks(Boolean enableSigningChecks)
Sets (as xml) the "EnableSigningChecks" attribute
|
void |
xsetOSMaxVersionTestedReplaceManifestVersion(Boolean osMaxVersionTestedReplaceManifestVersion)
Sets (as xml) the "OSMaxVersionTestedReplaceManifestVersion" attribute
|
void |
xsetOSMinVersionReplaceManifestVersion(Boolean osMinVersionReplaceManifestVersion)
Sets (as xml) the "OSMinVersionReplaceManifestVersion" attribute
|
void |
xsetPackageSigningEnabled(Boolean packageSigningEnabled)
Sets (as xml) the "PackageSigningEnabled" 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 getApplicationExecutableName()
boolean isSetApplicationExecutableName()
void setApplicationExecutableName(XmlAnySimpleType applicationExecutableName)
XmlAnySimpleType addNewApplicationExecutableName()
void unsetApplicationExecutableName()
XmlAnySimpleType getAppxManifestInput()
void setAppxManifestInput(XmlAnySimpleType appxManifestInput)
XmlAnySimpleType addNewAppxManifestInput()
XmlAnySimpleType getCertificateThumbprint()
boolean isSetCertificateThumbprint()
void setCertificateThumbprint(XmlAnySimpleType certificateThumbprint)
XmlAnySimpleType addNewCertificateThumbprint()
void unsetCertificateThumbprint()
XmlAnySimpleType getCertificateFile()
boolean isSetCertificateFile()
void setCertificateFile(XmlAnySimpleType certificateFile)
XmlAnySimpleType addNewCertificateFile()
void unsetCertificateFile()
XmlAnySimpleType getPackageArchitecture()
void setPackageArchitecture(XmlAnySimpleType packageArchitecture)
XmlAnySimpleType addNewPackageArchitecture()
XmlAnySimpleType getFrameworkSdkReferences()
void setFrameworkSdkReferences(XmlAnySimpleType frameworkSdkReferences)
XmlAnySimpleType addNewFrameworkSdkReferences()
XmlAnySimpleType getNonFrameworkSdkReferences()
void setNonFrameworkSdkReferences(XmlAnySimpleType nonFrameworkSdkReferences)
XmlAnySimpleType addNewNonFrameworkSdkReferences()
XmlAnySimpleType getAppxManifestOutput()
void setAppxManifestOutput(XmlAnySimpleType appxManifestOutput)
XmlAnySimpleType addNewAppxManifestOutput()
XmlAnySimpleType getDefaultResourceLanguage()
void setDefaultResourceLanguage(XmlAnySimpleType defaultResourceLanguage)
XmlAnySimpleType addNewDefaultResourceLanguage()
XmlAnySimpleType getQualifiersPath()
void setQualifiersPath(XmlAnySimpleType qualifiersPath)
XmlAnySimpleType addNewQualifiersPath()
XmlAnySimpleType getManagedWinmdInprocImplementation()
void setManagedWinmdInprocImplementation(XmlAnySimpleType managedWinmdInprocImplementation)
XmlAnySimpleType addNewManagedWinmdInprocImplementation()
XmlAnySimpleType getWinmdFiles()
void setWinmdFiles(XmlAnySimpleType winmdFiles)
XmlAnySimpleType addNewWinmdFiles()
XmlAnySimpleType getSDKWinmdFiles()
void setSDKWinmdFiles(XmlAnySimpleType sdkWinmdFiles)
XmlAnySimpleType addNewSDKWinmdFiles()
XmlAnySimpleType getOSMinVersion()
boolean isSetOSMinVersion()
void setOSMinVersion(XmlAnySimpleType osMinVersion)
XmlAnySimpleType addNewOSMinVersion()
void unsetOSMinVersion()
XmlAnySimpleType getOSMaxVersionTested()
boolean isSetOSMaxVersionTested()
void setOSMaxVersionTested(XmlAnySimpleType osMaxVersionTested)
XmlAnySimpleType addNewOSMaxVersionTested()
void unsetOSMaxVersionTested()
String getOSMinVersionReplaceManifestVersion()
Boolean xgetOSMinVersionReplaceManifestVersion()
boolean isSetOSMinVersionReplaceManifestVersion()
void setOSMinVersionReplaceManifestVersion(String osMinVersionReplaceManifestVersion)
void xsetOSMinVersionReplaceManifestVersion(Boolean osMinVersionReplaceManifestVersion)
void unsetOSMinVersionReplaceManifestVersion()
String getOSMaxVersionTestedReplaceManifestVersion()
Boolean xgetOSMaxVersionTestedReplaceManifestVersion()
boolean isSetOSMaxVersionTestedReplaceManifestVersion()
void setOSMaxVersionTestedReplaceManifestVersion(String osMaxVersionTestedReplaceManifestVersion)
void xsetOSMaxVersionTestedReplaceManifestVersion(Boolean osMaxVersionTestedReplaceManifestVersion)
void unsetOSMaxVersionTestedReplaceManifestVersion()
String getEnableSigningChecks()
Boolean xgetEnableSigningChecks()
boolean isSetEnableSigningChecks()
void setEnableSigningChecks(String enableSigningChecks)
void xsetEnableSigningChecks(Boolean enableSigningChecks)
void unsetEnableSigningChecks()
XmlAnySimpleType getManifestMetadata()
boolean isSetManifestMetadata()
void setManifestMetadata(XmlAnySimpleType manifestMetadata)
XmlAnySimpleType addNewManifestMetadata()
void unsetManifestMetadata()
XmlAnySimpleType getTargetPlatformIdentifier()
boolean isSetTargetPlatformIdentifier()
void setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
XmlAnySimpleType addNewTargetPlatformIdentifier()
void unsetTargetPlatformIdentifier()
String getPackageSigningEnabled()
Boolean xgetPackageSigningEnabled()
boolean isSetPackageSigningEnabled()
void setPackageSigningEnabled(String packageSigningEnabled)
void xsetPackageSigningEnabled(Boolean packageSigningEnabled)
void unsetPackageSigningEnabled()