public static interface GetAppxBundlePlatformsDocument.GetAppxBundlePlatforms extends TaskType
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetAppxBundlePlatformsDocument.GetAppxBundlePlatforms.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 |
addNewInput()
Appends and returns a new empty "Input" attribute
|
XmlAnySimpleType |
addNewLast()
Appends and returns a new empty "Last" attribute
|
XmlAnySimpleType |
addNewPackageArchitecture()
Appends and returns a new empty "PackageArchitecture" attribute
|
XmlAnySimpleType |
addNewPlatforms()
Appends and returns a new empty "Platforms" attribute
|
XmlAnySimpleType |
getInput()
Gets the "Input" attribute
|
XmlAnySimpleType |
getLast()
Gets the "Last" attribute
|
XmlAnySimpleType |
getPackageArchitecture()
Gets the "PackageArchitecture" attribute
|
XmlAnySimpleType |
getPlatforms()
Gets the "Platforms" attribute
|
boolean |
isSetLast()
True if has "Last" attribute
|
boolean |
isSetPlatforms()
True if has "Platforms" attribute
|
void |
setInput(XmlAnySimpleType input)
Sets the "Input" attribute
|
void |
setLast(XmlAnySimpleType last)
Sets the "Last" attribute
|
void |
setPackageArchitecture(XmlAnySimpleType packageArchitecture)
Sets the "PackageArchitecture" attribute
|
void |
setPlatforms(XmlAnySimpleType platforms)
Sets the "Platforms" attribute
|
void |
unsetLast()
Unsets the "Last" attribute
|
void |
unsetPlatforms()
Unsets the "Platforms" 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, xsetRuntimechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
XmlAnySimpleType getInput()
void setInput(XmlAnySimpleType input)
XmlAnySimpleType addNewInput()
XmlAnySimpleType getPackageArchitecture()
void setPackageArchitecture(XmlAnySimpleType packageArchitecture)
XmlAnySimpleType addNewPackageArchitecture()
XmlAnySimpleType getPlatforms()
boolean isSetPlatforms()
void setPlatforms(XmlAnySimpleType platforms)
XmlAnySimpleType addNewPlatforms()
void unsetPlatforms()
XmlAnySimpleType getLast()
boolean isSetLast()
void setLast(XmlAnySimpleType last)
XmlAnySimpleType addNewLast()
void unsetLast()