setAttribute(REQUESTOUTPUTPLOTRESAMPLING_TYPE, $type); } public function getType() { $this->getAttribute(REQUESTOUTPUTPLOTRESAMPLING_TYPE); } public function setValue($value) { $this->setAttribute(REQUESTOUTPUTPLOTRESAMPLING_VALUE, $value); } public function getValue() { $this->getAttribute(REQUESTOUTPUTPLOTRESAMPLING_VALUE); } public function loadFromNode($xmlNode) { $this->setType($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTRESAMPLING_TYPE)); $this->setValue($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTRESAMPLING_VALUE)); } } ?>