public function equals(\Happymeal\Port\Adaptor\Data\XML\Schema\AnyType $obj)
 {
     return $this->_text() === $obj->_text();
 }