Puts the new property element as a sub-element of the 'properties' SDMOData element.
Syntax
public
void
putPropertyValue
(
String
propertyName
,
String
propertyValue
,
boolean
useDefaultPrefix
)
Parameters
-
useDefaultPrefix –
If true not-prefixed property name will be automatically prefixed with the current prefix of DataServices XML names-pace.
-
propertyName –
The name of the property with or without name-space.
-
propertyValue –
The value of the property
Usage
An element with the same name will be overwritten by the new element.
If name of the property is not prefixed and useDefaultPreix is false, name of the property should be prefixed by the caller. (Use getPrefix for get the valid prefix for a name-space URI)