XmlMap

XmlMap class

Represents Xml map information.

class XmlMap;

Properties

PropertyTypeDescription
namestringReturns or sets the name of the object.
rootElementNamestringReadonly. Gets root element name.
dataBindingXmlDataBindingReadonly. Gets an XmlDataBinding of this map.

Methods

MethodDescription
getName()@deprecated. Please use the ’name’ property instead. Returns or sets the name of the object.
setName(string)@deprecated. Please use the ’name’ property instead. Returns or sets the name of the object.
getRootElementName()@deprecated. Please use the ‘rootElementName’ property instead. Gets root element name.
getDataBinding()@deprecated. Please use the ‘dataBinding’ property instead. Gets an XmlDataBinding of this map.
isNull()Checks whether the implementation object is null.

name

Returns or sets the name of the object.

name : string;

rootElementName

Readonly. Gets root element name.

rootElementName : string;

dataBinding

Readonly. Gets an XmlDataBinding of this map.

dataBinding : XmlDataBinding;

getName()

@deprecated. Please use the ’name’ property instead. Returns or sets the name of the object.

getName() : string;

setName(string)

@deprecated. Please use the ’name’ property instead. Returns or sets the name of the object.

setName(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getRootElementName()

@deprecated. Please use the ‘rootElementName’ property instead. Gets root element name.

getRootElementName() : string;

getDataBinding()

@deprecated. Please use the ‘dataBinding’ property instead. Gets an XmlDataBinding of this map.

getDataBinding() : XmlDataBinding;

Returns

XmlDataBinding

isNull()

Checks whether the implementation object is null.

isNull() : boolean;