public function __construct($text = NULL, $matchType = NULL, $id = NULL, $BaseCriterionType = NULL)
 {
     parent::__construct();
     $this->text = $text;
     $this->matchType = $matchType;
     $this->id = $id;
     $this->BaseCriterionType = $BaseCriterionType;
 }