CustomXmlPart

CustomXmlPart class

Represents a Custom XML Data Storage Part (custom XML data within a package).

class CustomXmlPart;

Methods

MethodDescription
getData()Gets or sets the XML content of this Custom XML Data Storage Part.
setData(number[])Gets or sets the XML content of this Custom XML Data Storage Part.
getSchemaData()Gets or sets the XML content of this Custom XML Schema Data Storage Part.
setSchemaData(number[])Gets or sets the XML content of this Custom XML Schema Data Storage Part.
getID()Gets and sets the id of the custom xml part.
setID(string)Gets and sets the id of the custom xml part.

getData()

Gets or sets the XML content of this Custom XML Data Storage Part.

getData() : number[];

Returns

number[]

setData(number[])

Gets or sets the XML content of this Custom XML Data Storage Part.

setData(value: number[]) : void;

Parameters:

ParameterTypeDescription
valuenumber[]The value to set.

getSchemaData()

Gets or sets the XML content of this Custom XML Schema Data Storage Part.

getSchemaData() : number[];

Returns

number[]

setSchemaData(number[])

Gets or sets the XML content of this Custom XML Schema Data Storage Part.

setSchemaData(value: number[]) : void;

Parameters:

ParameterTypeDescription
valuenumber[]The value to set.

getID()

Gets and sets the id of the custom xml part.

getID() : string;

setID(string)

Gets and sets the id of the custom xml part.

setID(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.