public static interface CreateAppStoreContainerDocument.CreateAppStoreContainer extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
CreateAppStoreContainerDocument.CreateAppStoreContainer.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 |
addNewItems()
Appends and returns a new empty "Items" attribute
|
XmlAnySimpleType |
addNewOutputPath()
Appends and returns a new empty "OutputPath" attribute
|
XmlAnySimpleType |
addNewProjectName()
Appends and returns a new empty "ProjectName" attribute
|
XmlAnySimpleType |
getItems()
Gets the "Items" attribute
|
XmlAnySimpleType |
getOutputPath()
Gets the "OutputPath" attribute
|
XmlAnySimpleType |
getProjectName()
Gets the "ProjectName" attribute
|
boolean |
isSetOutputPath()
True if has "OutputPath" attribute
|
void |
setItems(XmlAnySimpleType items)
Sets the "Items" attribute
|
void |
setOutputPath(XmlAnySimpleType outputPath)
Sets the "OutputPath" attribute
|
void |
setProjectName(XmlAnySimpleType projectName)
Sets the "ProjectName" attribute
|
void |
unsetOutputPath()
Unsets the "OutputPath" 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 getItems()
void setItems(XmlAnySimpleType items)
XmlAnySimpleType addNewItems()
XmlAnySimpleType getProjectName()
void setProjectName(XmlAnySimpleType projectName)
XmlAnySimpleType addNewProjectName()
XmlAnySimpleType getOutputPath()
boolean isSetOutputPath()
void setOutputPath(XmlAnySimpleType outputPath)
XmlAnySimpleType addNewOutputPath()
void unsetOutputPath()