SOSXMLXPath xpathPayload = new sos.xml.SOSXMLXPath(new java.lang.StringBuffer(xml));
this.release = xpathPayload.selectSingleNodeValue("//release");
this.new_release = xpathPayload.selectSingleNodeValue("//new_release");
this.os = xpathPayload.selectSingleNodeValue("//os");
this.os_install = xpathPayload.selectSingleNodeValue("//os_install");
this.automatic_download = xpathPayload.selectSingleNodeValue("//automatic_download");
this.filename = xpathPayload.selectSingleNodeValue("//filename");
update_needed = xpathPayload.selectSingleNodeValue("//update_needed");
}