com.ibm.pvc.we.ins
Class NotificationML
java.lang.Object
|
+--com.ibm.pvc.we.ins.NotificationML
- public class NotificationML
- extends java.lang.Object
Wrappers the Notification ML
|
Method Summary |
java.lang.String |
getNotificationML()
gets the notification ML string |
void |
setNotificationML(java.lang.String ml)
sets the notification ML string |
java.lang.String |
toString()
gets the notification ML string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotificationML
public NotificationML()
- constructor
NotificationML
public NotificationML(java.lang.String ml)
- constructor with notification ML string
- Parameters:
ml - the notification ML string
getNotificationML
public java.lang.String getNotificationML()
- gets the notification ML string
- Returns:
- the notification ML string
setNotificationML
public void setNotificationML(java.lang.String ml)
- sets the notification ML string
- Parameters:
ml - the notification ML string
toString
public java.lang.String toString()
- gets the notification ML string
- Overrides:
toString in class java.lang.Object
- Returns:
- the notification ML string