public static interface GetSdkPropertyValueDocument.GetSdkPropertyValue extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
GetSdkPropertyValueDocument.GetSdkPropertyValue.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 |
addNewPropertyName()
Appends and returns a new empty "PropertyName" attribute
|
XmlAnySimpleType |
addNewPropertyValue()
Appends and returns a new empty "PropertyValue" attribute
|
XmlAnySimpleType |
addNewTargetPlatformIdentifier()
Appends and returns a new empty "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
addNewTargetPlatformSdkRootOverride()
Appends and returns a new empty "TargetPlatformSdkRootOverride" attribute
|
XmlAnySimpleType |
addNewTargetPlatformVersion()
Appends and returns a new empty "TargetPlatformVersion" attribute
|
XmlAnySimpleType |
getPropertyName()
Gets the "PropertyName" attribute
|
XmlAnySimpleType |
getPropertyValue()
Gets the "PropertyValue" attribute
|
XmlAnySimpleType |
getTargetPlatformIdentifier()
Gets the "TargetPlatformIdentifier" attribute
|
XmlAnySimpleType |
getTargetPlatformSdkRootOverride()
Gets the "TargetPlatformSdkRootOverride" attribute
|
XmlAnySimpleType |
getTargetPlatformVersion()
Gets the "TargetPlatformVersion" attribute
|
boolean |
isSetPropertyValue()
True if has "PropertyValue" attribute
|
boolean |
isSetTargetPlatformSdkRootOverride()
True if has "TargetPlatformSdkRootOverride" attribute
|
void |
setPropertyName(XmlAnySimpleType propertyName)
Sets the "PropertyName" attribute
|
void |
setPropertyValue(XmlAnySimpleType propertyValue)
Sets the "PropertyValue" attribute
|
void |
setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
Sets the "TargetPlatformIdentifier" attribute
|
void |
setTargetPlatformSdkRootOverride(XmlAnySimpleType targetPlatformSdkRootOverride)
Sets the "TargetPlatformSdkRootOverride" attribute
|
void |
setTargetPlatformVersion(XmlAnySimpleType targetPlatformVersion)
Sets the "TargetPlatformVersion" attribute
|
void |
unsetPropertyValue()
Unsets the "PropertyValue" attribute
|
void |
unsetTargetPlatformSdkRootOverride()
Unsets the "TargetPlatformSdkRootOverride" 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 getTargetPlatformIdentifier()
void setTargetPlatformIdentifier(XmlAnySimpleType targetPlatformIdentifier)
XmlAnySimpleType addNewTargetPlatformIdentifier()
XmlAnySimpleType getTargetPlatformVersion()
void setTargetPlatformVersion(XmlAnySimpleType targetPlatformVersion)
XmlAnySimpleType addNewTargetPlatformVersion()
XmlAnySimpleType getTargetPlatformSdkRootOverride()
boolean isSetTargetPlatformSdkRootOverride()
void setTargetPlatformSdkRootOverride(XmlAnySimpleType targetPlatformSdkRootOverride)
XmlAnySimpleType addNewTargetPlatformSdkRootOverride()
void unsetTargetPlatformSdkRootOverride()
XmlAnySimpleType getPropertyName()
void setPropertyName(XmlAnySimpleType propertyName)
XmlAnySimpleType addNewPropertyName()
XmlAnySimpleType getPropertyValue()
boolean isSetPropertyValue()
void setPropertyValue(XmlAnySimpleType propertyValue)
XmlAnySimpleType addNewPropertyValue()
void unsetPropertyValue()