accessCode = $accessCode; } public function getAccessCode() { return $this->accessCode; } public function setEntryPointFeatures($entryPointFeatures) { $this->entryPointFeatures = $entryPointFeatures; } public function getEntryPointFeatures() { return $this->entryPointFeatures; } public function setEntryPointType($entryPointType) { $this->entryPointType = $entryPointType; } public function getEntryPointType() { return $this->entryPointType; } public function setLabel($label) { $this->label = $label; } public function getLabel() { return $this->label; } public function setMeetingCode($meetingCode) { $this->meetingCode = $meetingCode; } public function getMeetingCode() { return $this->meetingCode; } public function setPasscode($passcode) { $this->passcode = $passcode; } public function getPasscode() { return $this->passcode; } public function setPassword($password) { $this->password = $password; } public function getPassword() { return $this->password; } public function setPin($pin) { $this->pin = $pin; } public function getPin() { return $this->pin; } public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } public function getRegionCode() { return $this->regionCode; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } }