/**
  * Create nodes for the appropriate properties of the transaction.
  */
 protected function createNodes()
 {
     parent::createNodes();
     $this->addChildNode($this->createEscapedElement('TRANS_ID_TO_VOID', $this->getTransIdToVoid()));
 }