JAXB context CTX = JAXB context . new instance(student . class);
解組器um = CTX . create unmarshaller();
Student stu =(Student)um . unmarshal(new string reader(XML));
system . out . println(stu . get classroom()。get class name());