XmlMap

XmlMap class

Represents Xml map information.

class XmlMap;

Methods

MethodDescription
getName()Returns or sets the name of the object.
setName(string)Returns or sets the name of the object.
getRootElementName()Gets root element name.
getDataBinding()Gets an XmlDataBinding of this map.
isNull()Checks whether the implementation object is null.

getName()

Returns or sets the name of the object.

getName() : string;

setName(string)

Returns or sets the name of the object.

setName(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getRootElementName()

Gets root element name.

getRootElementName() : string;

getDataBinding()

Gets an XmlDataBinding of this map.

getDataBinding() : XmlDataBinding;

Returns

XmlDataBinding

isNull()

Checks whether the implementation object is null.

isNull() : boolean;