interactionType = $interactionType; } public function getInteractionType() { return $this->interactionType; } public function setNodeValue($nodeValue) { $this->nodeValue = $nodeValue; } public function getNodeValue() { return $this->nodeValue; } }