public static interface ValidateAppxManifestDocument.ValidateAppxManifest extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
ValidateAppxManifestDocument.ValidateAppxManifest.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 |
addNewAppxManifestSchema()
Appends and returns a new empty "AppxManifestSchema" attribute
|
XmlAnySimpleType |
addNewInput()
Appends and returns a new empty "Input" attribute
|
XmlAnySimpleType |
addNewManagedWinmdInprocImplementation()
Appends and returns a new empty "ManagedWinmdInprocImplementation" 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 |
addNewPlatformVersionDescriptions()
Appends and returns a new empty "PlatformVersionDescriptions" attribute
|
XmlAnySimpleType |
addNewResolvedSDKReferences()
Appends and returns a new empty "ResolvedSDKReferences" attribute
|
XmlAnySimpleType |
addNewResources()
Appends and returns a new empty "Resources" attribute
|
XmlAnySimpleType |
addNewSDKWinmdFiles()
Appends and returns a new empty "SDKWinmdFiles" attribute
|
XmlAnySimpleType |
addNewSourceAppxManifest()
Appends and returns a new empty "SourceAppxManifest" attribute
|
XmlAnySimpleType |
addNewStoreAssociationFile()
Appends and returns a new empty "StoreAssociationFile" attribute
|
XmlAnySimpleType |
addNewTargetPlatformIdentifier()
Appends and returns a new empty "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
addNewTargetPlatformVersion()
Appends and returns a new empty "TargetPlatformVersion" attribute
|
XmlAnySimpleType |
addNewWinmdFiles()
Appends and returns a new empty "WinmdFiles" attribute
|
XmlAnySimpleType |
getAppxManifestSchema()
Gets the "AppxManifestSchema" attribute
|
XmlAnySimpleType |
getInput()
Gets the "Input" attribute
|
XmlAnySimpleType |
getManagedWinmdInprocImplementation()
Gets the "ManagedWinmdInprocImplementation" attribute
|
XmlAnySimpleType |
getNonFrameworkSdkReferences()
Gets the "NonFrameworkSdkReferences" attribute
|
XmlAnySimpleType |
getOSMaxVersionTested()
Gets the "OSMaxVersionTested" attribute
|
XmlAnySimpleType |
getOSMinVersion()
Gets the "OSMinVersion" attribute
|
XmlAnySimpleType |
getPlatformVersionDescriptions()
Gets the "PlatformVersionDescriptions" attribute
|
XmlAnySimpleType |
getResolvedSDKReferences()
Gets the "ResolvedSDKReferences" attribute
|
XmlAnySimpleType |
getResources()
Gets the "Resources" attribute
|
XmlAnySimpleType |
getSDKWinmdFiles()
Gets the "SDKWinmdFiles" attribute
|
XmlAnySimpleType |
getSourceAppxManifest()
Gets the "SourceAppxManifest" attribute
|
XmlAnySimpleType |
getStoreAssociationFile()
Gets the "StoreAssociationFile" attribute
|
String |
getStrictManifestValidationEnabled()
Gets the "StrictManifestValidationEnabled" attribute
|
XmlAnySimpleType |
getTargetPlatformIdentifier()
Gets the "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
getTargetPlatformVersion()
Gets the "TargetPlatformVersion" attribute
|
String |
getValidateManifest()
Gets the "ValidateManifest" attribute
|
String |
getValidateWinmds()
Gets the "ValidateWinmds" attribute
|
XmlAnySimpleType |
getWinmdFiles()
Gets the "WinmdFiles" attribute
|
boolean |
isSetManagedWinmdInprocImplementation()
True if has "ManagedWinmdInprocImplementation" attribute
|
boolean |
isSetNonFrameworkSdkReferences()
True if has "NonFrameworkSdkReferences" attribute
|
boolean |
isSetResources()
True if has "Resources" attribute
|
boolean |
isSetSDKWinmdFiles()
True if has "SDKWinmdFiles" attribute
|
boolean |
isSetStoreAssociationFile()
True if has "StoreAssociationFile" attribute
|
boolean |
isSetStrictManifestValidationEnabled()
True if has "StrictManifestValidationEnabled" attribute
|
boolean |
isSetValidateManifest()
True if has "ValidateManifest" attribute
|
boolean |
isSetValidateWinmds()
True if has "ValidateWinmds" attribute
|
boolean |
isSetWinmdFiles()
True if has "WinmdFiles" attribute
|
void |
setAppxManifestSchema(XmlAnySimpleType appxManifestSchema)
Sets the "AppxManifestSchema" attribute
|
void |
setInput(XmlAnySimpleType input)
Sets the "Input" attribute
|
void |
setManagedWinmdInprocImplementation(XmlAnySimpleType managedWinmdInprocImplementation)
Sets the "ManagedWinmdInprocImplementation" attribute
|
void |
setNonFrameworkSdkReferences(XmlAnySimpleType nonFrameworkSdkReferences)
Sets the "NonFrameworkSdkReferences" attribute
|
void |
setOSMaxVersionTested(XmlAnySimpleType osMaxVersionTested)
Sets the "OSMaxVersionTested" attribute
|
void |
setOSMinVersion(XmlAnySimpleType osMinVersion)
Sets the "OSMinVersion" attribute
|
void |
setPlatformVersionDescriptions(XmlAnySimpleType platformVersionDescriptions)
Sets the "PlatformVersionDescriptions" attribute
|
void |
setResolvedSDKReferences(XmlAnySimpleType resolvedSDKReferences)
Sets the "ResolvedSDKReferences" attribute
|
void |
setResources(XmlAnySimpleType resources)
Sets the "Resources" attribute
|
void |
setSDKWinmdFiles(XmlAnySimpleType sdkWinmdFiles)
Sets the "SDKWinmdFiles" attribute
|
void |
setSourceAppxManifest(XmlAnySimpleType sourceAppxManifest)
Sets the "SourceAppxManifest" attribute
|
void |
setStoreAssociationFile(XmlAnySimpleType storeAssociationFile)
Sets the "StoreAssociationFile" attribute
|
void |
setStrictManifestValidationEnabled(String strictManifestValidationEnabled)
Sets the "StrictManifestValidationEnabled" attribute
|
void |
setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
Sets the "TargetPlatformIdentifier" attribute
|
void |
setTargetPlatformVersion(XmlAnySimpleType targetPlatformVersion)
Sets the "TargetPlatformVersion" attribute
|
void |
setValidateManifest(String validateManifest)
Sets the "ValidateManifest" attribute
|
void |
setValidateWinmds(String validateWinmds)
Sets the "ValidateWinmds" attribute
|
void |
setWinmdFiles(XmlAnySimpleType winmdFiles)
Sets the "WinmdFiles" attribute
|
void |
unsetManagedWinmdInprocImplementation()
Unsets the "ManagedWinmdInprocImplementation" attribute
|
void |
unsetNonFrameworkSdkReferences()
Unsets the "NonFrameworkSdkReferences" attribute
|
void |
unsetResources()
Unsets the "Resources" attribute
|
void |
unsetSDKWinmdFiles()
Unsets the "SDKWinmdFiles" attribute
|
void |
unsetStoreAssociationFile()
Unsets the "StoreAssociationFile" attribute
|
void |
unsetStrictManifestValidationEnabled()
Unsets the "StrictManifestValidationEnabled" attribute
|
void |
unsetValidateManifest()
Unsets the "ValidateManifest" attribute
|
void |
unsetValidateWinmds()
Unsets the "ValidateWinmds" attribute
|
void |
unsetWinmdFiles()
Unsets the "WinmdFiles" attribute
|
Boolean |
xgetStrictManifestValidationEnabled()
Gets (as xml) the "StrictManifestValidationEnabled" attribute
|
Boolean |
xgetValidateManifest()
Gets (as xml) the "ValidateManifest" attribute
|
Boolean |
xgetValidateWinmds()
Gets (as xml) the "ValidateWinmds" attribute
|
void |
xsetStrictManifestValidationEnabled(Boolean strictManifestValidationEnabled)
Sets (as xml) the "StrictManifestValidationEnabled" attribute
|
void |
xsetValidateManifest(Boolean validateManifest)
Sets (as xml) the "ValidateManifest" attribute
|
void |
xsetValidateWinmds(Boolean validateWinmds)
Sets (as xml) the "ValidateWinmds" 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 getInput()
void setInput(XmlAnySimpleType input)
XmlAnySimpleType addNewInput()
XmlAnySimpleType getSourceAppxManifest()
void setSourceAppxManifest(XmlAnySimpleType sourceAppxManifest)
XmlAnySimpleType addNewSourceAppxManifest()
XmlAnySimpleType getAppxManifestSchema()
void setAppxManifestSchema(XmlAnySimpleType appxManifestSchema)
XmlAnySimpleType addNewAppxManifestSchema()
XmlAnySimpleType getStoreAssociationFile()
boolean isSetStoreAssociationFile()
void setStoreAssociationFile(XmlAnySimpleType storeAssociationFile)
XmlAnySimpleType addNewStoreAssociationFile()
void unsetStoreAssociationFile()
XmlAnySimpleType getTargetPlatformIdentifier()
void setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
XmlAnySimpleType addNewTargetPlatformIdentifier()
XmlAnySimpleType getTargetPlatformVersion()
void setTargetPlatformVersion(XmlAnySimpleType targetPlatformVersion)
XmlAnySimpleType addNewTargetPlatformVersion()
XmlAnySimpleType getOSMinVersion()
void setOSMinVersion(XmlAnySimpleType osMinVersion)
XmlAnySimpleType addNewOSMinVersion()
XmlAnySimpleType getOSMaxVersionTested()
void setOSMaxVersionTested(XmlAnySimpleType osMaxVersionTested)
XmlAnySimpleType addNewOSMaxVersionTested()
XmlAnySimpleType getPlatformVersionDescriptions()
void setPlatformVersionDescriptions(XmlAnySimpleType platformVersionDescriptions)
XmlAnySimpleType addNewPlatformVersionDescriptions()
XmlAnySimpleType getResolvedSDKReferences()
void setResolvedSDKReferences(XmlAnySimpleType resolvedSDKReferences)
XmlAnySimpleType addNewResolvedSDKReferences()
String getStrictManifestValidationEnabled()
Boolean xgetStrictManifestValidationEnabled()
boolean isSetStrictManifestValidationEnabled()
void setStrictManifestValidationEnabled(String strictManifestValidationEnabled)
void xsetStrictManifestValidationEnabled(Boolean strictManifestValidationEnabled)
void unsetStrictManifestValidationEnabled()
String getValidateWinmds()
Boolean xgetValidateWinmds()
boolean isSetValidateWinmds()
void setValidateWinmds(String validateWinmds)
void xsetValidateWinmds(Boolean validateWinmds)
void unsetValidateWinmds()
XmlAnySimpleType getNonFrameworkSdkReferences()
boolean isSetNonFrameworkSdkReferences()
void setNonFrameworkSdkReferences(XmlAnySimpleType nonFrameworkSdkReferences)
XmlAnySimpleType addNewNonFrameworkSdkReferences()
void unsetNonFrameworkSdkReferences()
XmlAnySimpleType getWinmdFiles()
boolean isSetWinmdFiles()
void setWinmdFiles(XmlAnySimpleType winmdFiles)
XmlAnySimpleType addNewWinmdFiles()
void unsetWinmdFiles()
XmlAnySimpleType getSDKWinmdFiles()
boolean isSetSDKWinmdFiles()
void setSDKWinmdFiles(XmlAnySimpleType sdkWinmdFiles)
XmlAnySimpleType addNewSDKWinmdFiles()
void unsetSDKWinmdFiles()
XmlAnySimpleType getManagedWinmdInprocImplementation()
boolean isSetManagedWinmdInprocImplementation()
void setManagedWinmdInprocImplementation(XmlAnySimpleType managedWinmdInprocImplementation)
XmlAnySimpleType addNewManagedWinmdInprocImplementation()
void unsetManagedWinmdInprocImplementation()
String getValidateManifest()
Boolean xgetValidateManifest()
boolean isSetValidateManifest()
void setValidateManifest(String validateManifest)
void xsetValidateManifest(Boolean validateManifest)
void unsetValidateManifest()
XmlAnySimpleType getResources()
boolean isSetResources()
void setResources(XmlAnySimpleType resources)
XmlAnySimpleType addNewResources()
void unsetResources()