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