jaxb = mObjectFactory.createNotificationEventType();
wrap = true;
}
// add all of the common properties
jaxb.withMessage(aNotification.getMessage())
.withSequence(aNotification.getSequenceNumber())
.withSource(String.valueOf(aNotification.getSource()))
.withTimestamp(aNotification.getTimeStamp())
.withType(aNotification.getType());
if (aNotification.getUserData() != null) {