setAttribute(REQUESTOUTPUTPLOTMARGINS_HORIZONTAL, $horizontal); } public function getHorizontal() { return $this->getAttribute(REQUESTOUTPUTPLOTMARGINS_HORIZONTAL); } public function setVertical($vertical) { $this->setAttribute(REQUESTOUTPUTPLOTMARGINS_VERTIVAL, $vertical); } public function getVertical() { return $this->getAttribute(REQUESTOUTPUTPLOTMARGINS_VERTIVAL); } public function loadFromNode($xmlNode) { $this->setHorizontal($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTMARGINS_HORIZONTAL)); $this->setVertical($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTMARGINS_VERTIVAL)); } } ?>