public static interface AppxManifestMetadataDocument.AppxManifestMetadata extends SimpleItemType
Modifier and Type | Interface and Description |
---|---|
static class |
AppxManifestMetadataDocument.AppxManifestMetadata.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 |
addNewName()
Appends and returns a new empty "Name" element
|
XmlObject |
addNewValue()
Appends and returns a new empty "Value" element
|
XmlObject |
addNewVersion()
Appends and returns a new empty "Version" element
|
XmlObject |
getName()
Gets the "Name" element
|
XmlObject |
getValue()
Gets the "Value" element
|
XmlObject |
getVersion()
Gets the "Version" element
|
boolean |
isSetName()
True if has "Name" element
|
boolean |
isSetValue()
True if has "Value" element
|
boolean |
isSetVersion()
True if has "Version" element
|
void |
setName(XmlObject name)
Sets the "Name" element
|
void |
setValue(XmlObject value)
Sets the "Value" element
|
void |
setVersion(XmlObject version)
Sets the "Version" element
|
void |
unsetName()
Unsets the "Name" element
|
void |
unsetValue()
Unsets the "Value" element
|
void |
unsetVersion()
Unsets the "Version" 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 getValue()
boolean isSetValue()
void setValue(XmlObject value)
XmlObject addNewValue()
void unsetValue()
XmlObject getVersion()
boolean isSetVersion()
void setVersion(XmlObject version)
XmlObject addNewVersion()
void unsetVersion()
XmlObject getName()
boolean isSetName()
void setName(XmlObject name)
XmlObject addNewName()
void unsetName()