kind = $kind; } public function getKind() { return $this->kind; } public function setXmppAddress($xmppAddress) { $this->xmppAddress = $xmppAddress; } public function getXmppAddress() { return $this->xmppAddress; } }