Previous Topic

Next Topic

Book Contents

Book Index

Creating an instance using the Change Alert Status object example

The following examples describes how to create an instance using the Change Alert Status object.

/*

* Instantiate the Change alert status object

*/

Request_change_alert_status_type chgAlertStsRequest = new

Request_change_alert_status_type ();

chgAlertStsRequest.setUser_token (““);

chgAlertStsRequest.setAlert_id ("123");

chgAlertStsRequest.setStatus ("notice");

Parent Topic

Creating Request objects examples