setAttribute(REQUESTOUTPUTPLOTSYMBOL_TYPE, $type); } public function getType() { return $this->getAttribute(REQUESTOUTPUTPLOTSYMBOL_TYPE); } public function setSize($size) { $this->setAttribute(REQUESTOUTPUTPLOTSYMBOL_SIZE, $size); } public function getSize() { return $this->getAttribute(REQUESTOUTPUTPLOTSYMBOL_SIZE); } public function setColor($color) { $this->setAttribute(REQUESTOUTPUTPLOTSYMBOL_COLOR, $color); } public function getColor() { return $this->getAttribute(REQUESTOUTPUTPLOTSYMBOL_COLOR); } public function loadFromNode($xmlNode) { $this->setType($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTSYMBOL_TYPE)); $this->setSize($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTSYMBOL_SIZE)); $this->setColor($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTSYMBOL_COLOR)); } } ?>