IBM Integration Bus, Version 10.0.0.2
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
Getting and setting the specific type of an Mb element
Two methods are provided for handling
the specific type of an Mb syntax element.
About this task
The following methods are available:
getSpecificType
setSpecificType
Use these methods to access or set the specific type of an
XML element. For example, to update the current value:
Procedure
Call getSpecificType on the syntax element.
The getSpecificType method does not take
any parameters, but returns the specific type of the element as an
int value.
Call setSpecificType on the syntax element.
The setSpecificType method takes one parameter
of the type int, which is the specific type that you want the Mb element
to be. This method has no return value.