This document defines a Jersey REST client for interacting with a REST resource called StudFacadeREST located at http://localhost:8080/Stud_Registration/webresources. The client defines methods for retrieving data from the REST resource in both XML and JSON formats, updating/editing data, creating new data entries, retrieving data within a specified range, and removing data entries.