access_url_id = $value; return $this; } /** * Get access_url_id * * @return integer */ public function get_access_url_id() { return $this->access_url_id; } /** * Set session_id * * @param integer $value * @return AccessUrlRelSession */ public function set_session_id($value) { $this->session_id = $value; return $this; } /** * Get session_id * * @return integer */ public function get_session_id() { return $this->session_id; } }