CustomXmlPart
Contents
[
Hide
]CustomXmlPart class
Represents a Custom XML Data Storage Part (custom XML data within a package).
class CustomXmlPart;
Methods
Method | Description |
---|---|
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. |
isNull() | Checks whether the implementation object is null. |
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:
Parameter | Type | Description |
---|---|---|
value | number[] | 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:
Parameter | Type | Description |
---|---|---|
value | number[] | 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:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;