public static interface ValidateAppxManifestItemsDocument.ValidateAppxManifestItems extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
ValidateAppxManifestItemsDocument.ValidateAppxManifestItems.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 |
addNewAppxManifestItems()
Appends and returns a new empty "AppxManifestItems" attribute
|
XmlAnySimpleType |
addNewCustomAppxManifestItems()
Appends and returns a new empty "CustomAppxManifestItems" attribute
|
XmlAnySimpleType |
addNewIdentityName()
Appends and returns a new empty "IdentityName" attribute
|
XmlAnySimpleType |
addNewIdentityVersion()
Appends and returns a new empty "IdentityVersion" attribute
|
XmlAnySimpleType |
getAppxManifestItems()
Gets the "AppxManifestItems" attribute
|
String |
getAppxPackageProject()
Gets the "AppxPackageProject" attribute
|
XmlAnySimpleType |
getCustomAppxManifestItems()
Gets the "CustomAppxManifestItems" attribute
|
XmlAnySimpleType |
getIdentityName()
Gets the "IdentityName" attribute
|
XmlAnySimpleType |
getIdentityVersion()
Gets the "IdentityVersion" attribute
|
boolean |
isSetAppxManifestItems()
True if has "AppxManifestItems" attribute
|
boolean |
isSetAppxPackageProject()
True if has "AppxPackageProject" attribute
|
boolean |
isSetCustomAppxManifestItems()
True if has "CustomAppxManifestItems" attribute
|
boolean |
isSetIdentityName()
True if has "IdentityName" attribute
|
boolean |
isSetIdentityVersion()
True if has "IdentityVersion" attribute
|
void |
setAppxManifestItems(XmlAnySimpleType appxManifestItems)
Sets the "AppxManifestItems" attribute
|
void |
setAppxPackageProject(String appxPackageProject)
Sets the "AppxPackageProject" attribute
|
void |
setCustomAppxManifestItems(XmlAnySimpleType customAppxManifestItems)
Sets the "CustomAppxManifestItems" attribute
|
void |
setIdentityName(XmlAnySimpleType identityName)
Sets the "IdentityName" attribute
|
void |
setIdentityVersion(XmlAnySimpleType identityVersion)
Sets the "IdentityVersion" attribute
|
void |
unsetAppxManifestItems()
Unsets the "AppxManifestItems" attribute
|
void |
unsetAppxPackageProject()
Unsets the "AppxPackageProject" attribute
|
void |
unsetCustomAppxManifestItems()
Unsets the "CustomAppxManifestItems" attribute
|
void |
unsetIdentityName()
Unsets the "IdentityName" attribute
|
void |
unsetIdentityVersion()
Unsets the "IdentityVersion" attribute
|
Boolean |
xgetAppxPackageProject()
Gets (as xml) the "AppxPackageProject" attribute
|
void |
xsetAppxPackageProject(Boolean appxPackageProject)
Sets (as xml) the "AppxPackageProject" 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 getAppxManifestItems()
boolean isSetAppxManifestItems()
void setAppxManifestItems(XmlAnySimpleType appxManifestItems)
XmlAnySimpleType addNewAppxManifestItems()
void unsetAppxManifestItems()
XmlAnySimpleType getCustomAppxManifestItems()
boolean isSetCustomAppxManifestItems()
void setCustomAppxManifestItems(XmlAnySimpleType customAppxManifestItems)
XmlAnySimpleType addNewCustomAppxManifestItems()
void unsetCustomAppxManifestItems()
String getAppxPackageProject()
Boolean xgetAppxPackageProject()
boolean isSetAppxPackageProject()
void setAppxPackageProject(String appxPackageProject)
void xsetAppxPackageProject(Boolean appxPackageProject)
void unsetAppxPackageProject()
XmlAnySimpleType getIdentityName()
boolean isSetIdentityName()
void setIdentityName(XmlAnySimpleType identityName)
XmlAnySimpleType addNewIdentityName()
void unsetIdentityName()
XmlAnySimpleType getIdentityVersion()
boolean isSetIdentityVersion()
void setIdentityVersion(XmlAnySimpleType identityVersion)
XmlAnySimpleType addNewIdentityVersion()
void unsetIdentityVersion()