WebSphere Message Brokers
File: as24710_
Writer: Lorraine Waitt Task topic This build: July 31, 2007 21:38:45
Getting and setting the specific type of an Mb element
Two methods are provided for handling the
specific type of an Mb syntax element:
getSpecificType
setSpecificType
Use these methods to access or set the specific type of an XML element.
For example, to update the current value:
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.