package com.bizofficer.website.signup;


public class RegistrationResponseBean {

	private String responseTxt, token, studentId;
	
	public String getResponseTxt() {
		return responseTxt;
	}

	public void setResponseTxt(String responseTxt) {
		this.responseTxt = responseTxt;
	}

	public String getStudentId() {
		return studentId;
	}

	public void setStudentId(String studentId) {
		this.studentId = studentId;
	}

	public String getToken() {
		return token;
	}

	public void setToken(String token) {
		this.token = token;
	}


	

	

	
	
	
}
