setAttribute(REQUESTOUTPUTPLOTDIGITALAXIS_ID, $id); } public function getId() { return $this->getAttribute(REQUESTOUTPUTPLOTDIGITALAXIS_ID); } public function loadFromNode($xmlNode) { $this->setId($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTDIGITALAXIS_ID)); parent::loadFromNode($xmlNode); } } ?>