
public class Jeton implements Message {
	private FileAtt file_req;
	
	public Jeton(){
		file_req = new FileAtt();
	}
	
	public Jeton(FileAtt file){
		file_req = file;
	}
}
