public static interface AppxManifestDocument.AppxManifest extends SimpleItemType
Modifier and Type | Interface and Description |
---|---|
static class |
AppxManifestDocument.AppxManifest.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlObject |
addNewDependentUpon()
Appends and returns a new empty "DependentUpon" element
|
XmlObject |
addNewLink()
Appends and returns a new empty "Link" element
|
XmlObject |
addNewSubType()
Appends and returns a new empty "SubType" element
|
XmlObject |
getDependentUpon()
Gets the "DependentUpon" element
|
XmlObject |
getLink()
Gets the "Link" element
|
XmlObject |
getSubType()
Gets the "SubType" element
|
String |
getVisible()
Gets the "Visible" element
|
boolean |
isSetDependentUpon()
True if has "DependentUpon" element
|
boolean |
isSetLink()
True if has "Link" element
|
boolean |
isSetSubType()
True if has "SubType" element
|
boolean |
isSetVisible()
True if has "Visible" element
|
void |
setDependentUpon(XmlObject dependentUpon)
Sets the "DependentUpon" element
|
void |
setLink(XmlObject link)
Sets the "Link" element
|
void |
setSubType(XmlObject subType)
Sets the "SubType" element
|
void |
setVisible(String visible)
Sets the "Visible" element
|
void |
unsetDependentUpon()
Unsets the "DependentUpon" element
|
void |
unsetLink()
Unsets the "Link" element
|
void |
unsetSubType()
Unsets the "SubType" element
|
void |
unsetVisible()
Unsets the "Visible" element
|
Boolean |
xgetVisible()
Gets (as xml) the "Visible" element
|
void |
xsetVisible(Boolean visible)
Sets (as xml) the "Visible" element
|
getCondition, getExclude, getInclude, getLabel, getRemove, getUpdate, isSetCondition, isSetExclude, isSetInclude, isSetLabel, isSetRemove, isSetUpdate, setCondition, setExclude, setInclude, setLabel, setRemove, setUpdate, unsetCondition, unsetExclude, unsetInclude, unsetLabel, unsetRemove, unsetUpdate, xgetCondition, xgetExclude, xgetInclude, xgetLabel, xgetRemove, xgetUpdate, xsetCondition, xsetExclude, xsetInclude, xsetLabel, xsetRemove, xsetUpdate
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
XmlObject getDependentUpon()
boolean isSetDependentUpon()
void setDependentUpon(XmlObject dependentUpon)
XmlObject addNewDependentUpon()
void unsetDependentUpon()
XmlObject getLink()
boolean isSetLink()
void setLink(XmlObject link)
XmlObject addNewLink()
void unsetLink()
XmlObject getSubType()
boolean isSetSubType()
void setSubType(XmlObject subType)
XmlObject addNewSubType()
void unsetSubType()
String getVisible()
Boolean xgetVisible()
boolean isSetVisible()
void setVisible(String visible)
void xsetVisible(Boolean visible)
void unsetVisible()