~ovrest-team/ovrest/trunk

« back to all changes in this revision

Viewing changes to src/us/contineo/model/User.java

  • Committer: apardue
  • Date: 2009-12-03 11:12:57 UTC
  • Revision ID: apardue-20091203111257-6ne61h0lab7brw00
Changed XmlRootElement name from Patient to User.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import javax.xml.bind.annotation.XmlElement;
24
24
import javax.xml.bind.annotation.XmlRootElement;
25
25
 
26
 
@XmlRootElement(name = "Patient")
 
26
@XmlRootElement(name = "User")
27
27
public class User {
28
28
 
29
29
        private String ID = null;