XmlObject[] arryStuff = XmlBeanUtils.getChildElements(body);
if(arryStuff.length==0)
return "Black";
NotifyDocument.Notify ele = (NotifyDocument.Notify) arryStuff[0];
NotificationMessageHolderType noteMess = ele.getNotificationMessageArray(0);
XmlAnyTypeImpl mess = (XmlAnyTypeImpl)noteMess.getMessage();
ManagementEventTypeImpl manEvt = (ManagementEventTypeImpl)XmlBeanUtils.getChildElements(mess)[0];
//manEvt.get
ResourcePropertyValueChangeNotificationTypeImpl propChngEvt = (ResourcePropertyValueChangeNotificationTypeImpl)XmlBeanUtils.getChildElements(manEvt)[0];
NewValue newValue = propChngEvt.getNewValue();
// XmlObject complience = (XmlObject)XmlBeanUtils.getChildElements(newValue)[0];