public static interface PlatformVersionDescriptionDocument.PlatformVersionDescription extends SimpleItemType
Modifier and Type | Interface and Description |
---|---|
static class |
PlatformVersionDescriptionDocument.PlatformVersionDescription.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 |
addNewOSVersion()
Appends and returns a new empty "OSVersion" element
|
XmlObject |
addNewTargetPlatformIdentifier()
Appends and returns a new empty "TargetPlatformIdentifier" element
|
XmlObject |
addNewTargetPlatformVersion()
Appends and returns a new empty "TargetPlatformVersion" element
|
XmlObject |
getOSVersion()
Gets the "OSVersion" element
|
XmlObject |
getTargetPlatformIdentifier()
Gets the "TargetPlatformIdentifier" element
|
XmlObject |
getTargetPlatformVersion()
Gets the "TargetPlatformVersion" element
|
void |
setOSVersion(XmlObject osVersion)
Sets the "OSVersion" element
|
void |
setTargetPlatformIdentifier(XmlObject targetPlatformIdentifier)
Sets the "TargetPlatformIdentifier" element
|
void |
setTargetPlatformVersion(XmlObject targetPlatformVersion)
Sets the "TargetPlatformVersion" 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 getTargetPlatformIdentifier()
void setTargetPlatformIdentifier(XmlObject targetPlatformIdentifier)
XmlObject addNewTargetPlatformIdentifier()
XmlObject getTargetPlatformVersion()
void setTargetPlatformVersion(XmlObject targetPlatformVersion)
XmlObject addNewTargetPlatformVersion()
XmlObject getOSVersion()
void setOSVersion(XmlObject osVersion)
XmlObject addNewOSVersion()