getFirstChildByName(REQUESTOUTPUTPLOTYSERIETIMETICKS_SYMBOL); if (!isset($node)) { $node = new RequestOutputPlotSymbolNodeClass(REQUESTOUTPUTPLOTYSERIETIMETICKS_SYMBOL); $this->addChild($node); } return $node; } public function getFirstSymbol() { $node = $this->getFirstChildByName(REQUESTOUTPUTPLOTYSERIETIMETICKS_FIRSTSYMBOL); if (!isset($node)) { $node = new RequestOutputPlotSymbolNodeClass(REQUESTOUTPUTPLOTYSERIETIMETICKS_FIRSTSYMBOL); $this->addChild($node); } return $node; } public function getFont() { $node = $this->getFirstChildByName(REQUESTOUTPUTPLOTFONT_NODENAME); if (!isset($node)) { $node = new RequestOutputPlotFontNodeClass(); $this->addChild($node); } return $node; } public function setStep($step) { $this->setAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_STEP, $step); } public function getStep() { return $this->getAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_STEP); } public function setNumber($number) { $this->setAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_NUMBER, $number); } public function getNumber() { return $this->getAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_NUMBER); } public function setMinor($minor) { $this->setAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_MINOR, $minor); } public function getMinor() { return $this->getAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_MINOR); } public function setColor($color) { $this->setAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_COLOR, $color); } public function getColor() { return $this->getAttribute(REQUESTOUTPUTPLOTYSERIETIMETICKS_COLOR); } } ?>