364. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:39:54 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

364.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice PersonTO.java Sat Apr 7 11:28:50 2018 UTC
2 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-resources-2.2.5@e7f57981138.zip\SchedulingManagerMDWSLib\src\main\java\com\agilex\healthcare\schedulingmanager\mdws\generatedwsdl\queryservice PersonTO.java Thu May 3 12:56:37 2018 UTC

364.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 968
Changed 3 12
Inserted 0 0
Removed 0 0

364.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

364.4 Active regular expressions

No regular expressions were active.

364.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.que ryservice;
  3  
  4   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  5   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  6   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  PersonTO  complex ty pe.
  12    * 
  13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  14    * 
  15    * <pre>
  16    * &lt;com plexType n ame="Perso nTO">
  17    *   &lt;c omplexCont ent>
  18    *       &lt;extens ion base=" {http:// DNS          /QuerySvc} AbstractTO ">
  19    *       & lt;sequenc e>
  20    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  21    *          &lt;eleme nt name="o ccupation"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  22    *          &lt;eleme nt name="e mploymentS tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *           &lt;elemen t name="re lationship s" type="{ http:// DNS          /QuerySvc} PersonArra y" minOccu rs="0"/>
  24    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  25    *          &lt;eleme nt name="r eligion" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  26    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  27    *          &lt;eleme nt name="s sn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  28    *          &lt;eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  29    *          &lt;eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  30    *          &lt;eleme nt name="e thnicity"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  31    *          &lt;eleme nt name="a ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}int"/>
  32    *          &lt;eleme nt name="m aritalStat us" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  33    *           &lt;elemen t name="ho meAddress"  type="{ht tp:// DNS          /QuerySvc} AddressTO"  minOccurs ="0"/>
  34    *           &lt;elemen t name="ho mePhone" t ype="{http :// DNS          /QuerySvc} PhoneNumTO " minOccur s="0"/>
  35    *           &lt;elemen t name="ce llPhone" t ype="{http :// DNS          /QuerySvc} PhoneNumTO " minOccur s="0"/>
  36    *           &lt;elemen t name="de mographics " type="{h ttp:// DNS          /QuerySvc} ArrayOfDem ographicSe tTO" minOc curs="0"/>
  37    *       & lt;/sequen ce>
  38    *     &lt ;/extensio n>
  39    *   &lt;/ complexCon tent>
  40    * &lt;/co mplexType>
  41    * </pre>
  42    * 
  43    * 
  44    */
  45   @XmlAccess orType(Xml AccessType .FIELD)
  46   @XmlType(n ame = "Per sonTO", pr opOrder =  {
  47       "id",
  48       "occup ation",
  49       "emplo ymentStatu s",
  50       "relat ionships",
  51       "descr iption",
  52       "relig ion",
  53       "name" ,
  54       "ssn",
  55       "gende r",
  56       "dob",
  57       "ethni city",
  58       "age",
  59       "marit alStatus",
  60       "homeA ddress",
  61       "homeP hone",
  62       "cellP hone",
  63       "demog raphics"
  64   })
  65   @XmlSeeAls o({
  66       Patien tTO.class
  67   })
  68   public cla ss PersonT O
  69       extend s Abstract TO
  70   {
  71  
  72       protec ted String  id;
  73       protec ted String  occupatio n;
  74       protec ted String  employmen tStatus;
  75       protec ted Person Array rela tionships;
  76       protec ted String  descripti on;
  77       protec ted String  religion;
  78       protec ted String  name;
  79       protec ted String  ssn;
  80       protec ted String  gender;
  81       protec ted String  dob;
  82       protec ted String  ethnicity ;
  83       protec ted int ag e;
  84       protec ted String  maritalSt atus;
  85       protec ted Addres sTO homeAd dress;
  86       protec ted PhoneN umTO homeP hone;
  87       protec ted PhoneN umTO cellP hone;
  88       protec ted ArrayO fDemograph icSetTO de mographics ;
  89  
  90       /**
  91        * Get s the valu e of the i d property .
  92        * 
  93        * @re turn
  94        *      possible  object is
  95        *      {@link St ring }
  96        *      
  97        */
  98       public  String ge tId() {
  99           re turn id;
  100       }
  101  
  102       /**
  103        * Set s the valu e of the i d property .
  104        * 
  105        * @pa ram value
  106        *      allowed o bject is
  107        *      {@link St ring }
  108        *      
  109        */
  110       public  void setI d(String v alue) {
  111           th is.id = va lue;
  112       }
  113  
  114       /**
  115        * Get s the valu e of the o ccupation  property.
  116        * 
  117        * @re turn
  118        *      possible  object is
  119        *      {@link St ring }
  120        *      
  121        */
  122       public  String ge tOccupatio n() {
  123           re turn occup ation;
  124       }
  125  
  126       /**
  127        * Set s the valu e of the o ccupation  property.
  128        * 
  129        * @pa ram value
  130        *      allowed o bject is
  131        *      {@link St ring }
  132        *      
  133        */
  134       public  void setO ccupation( String val ue) {
  135           th is.occupat ion = valu e;
  136       }
  137  
  138       /**
  139        * Get s the valu e of the e mploymentS tatus prop erty.
  140        * 
  141        * @re turn
  142        *      possible  object is
  143        *      {@link St ring }
  144        *      
  145        */
  146       public  String ge tEmploymen tStatus()  {
  147           re turn emplo ymentStatu s;
  148       }
  149  
  150       /**
  151        * Set s the valu e of the e mploymentS tatus prop erty.
  152        * 
  153        * @pa ram value
  154        *      allowed o bject is
  155        *      {@link St ring }
  156        *      
  157        */
  158       public  void setE mploymentS tatus(Stri ng value)  {
  159           th is.employm entStatus  = value;
  160       }
  161  
  162       /**
  163        * Get s the valu e of the r elationshi ps propert y.
  164        * 
  165        * @re turn
  166        *      possible  object is
  167        *      {@link Pe rsonArray  }
  168        *      
  169        */
  170       public  PersonArr ay getRela tionships( ) {
  171           re turn relat ionships;
  172       }
  173  
  174       /**
  175        * Set s the valu e of the r elationshi ps propert y.
  176        * 
  177        * @pa ram value
  178        *      allowed o bject is
  179        *      {@link Pe rsonArray  }
  180        *      
  181        */
  182       public  void setR elationshi ps(PersonA rray value ) {
  183           th is.relatio nships = v alue;
  184       }
  185  
  186       /**
  187        * Get s the valu e of the d escription  property.
  188        * 
  189        * @re turn
  190        *      possible  object is
  191        *      {@link St ring }
  192        *      
  193        */
  194       public  String ge tDescripti on() {
  195           re turn descr iption;
  196       }
  197  
  198       /**
  199        * Set s the valu e of the d escription  property.
  200        * 
  201        * @pa ram value
  202        *      allowed o bject is
  203        *      {@link St ring }
  204        *      
  205        */
  206       public  void setD escription (String va lue) {
  207           th is.descrip tion = val ue;
  208       }
  209  
  210       /**
  211        * Get s the valu e of the r eligion pr operty.
  212        * 
  213        * @re turn
  214        *      possible  object is
  215        *      {@link St ring }
  216        *      
  217        */
  218       public  String ge tReligion( ) {
  219           re turn relig ion;
  220       }
  221  
  222       /**
  223        * Set s the valu e of the r eligion pr operty.
  224        * 
  225        * @pa ram value
  226        *      allowed o bject is
  227        *      {@link St ring }
  228        *      
  229        */
  230       public  void setR eligion(St ring value ) {
  231           th is.religio n = value;
  232       }
  233  
  234       /**
  235        * Get s the valu e of the n ame proper ty.
  236        * 
  237        * @re turn
  238        *      possible  object is
  239        *      {@link St ring }
  240        *      
  241        */
  242       public  String ge tName() {
  243           re turn name;
  244       }
  245  
  246       /**
  247        * Set s the valu e of the n ame proper ty.
  248        * 
  249        * @pa ram value
  250        *      allowed o bject is
  251        *      {@link St ring }
  252        *      
  253        */
  254       public  void setN ame(String  value) {
  255           th is.name =  value;
  256       }
  257  
  258       /**
  259        * Get s the valu e of the s sn propert y.
  260        * 
  261        * @re turn
  262        *      possible  object is
  263        *      {@link St ring }
  264        *      
  265        */
  266       public  String ge tSsn() {
  267           re turn ssn;
  268       }
  269  
  270       /**
  271        * Set s the valu e of the s sn propert y.
  272        * 
  273        * @pa ram value
  274        *      allowed o bject is
  275        *      {@link St ring }
  276        *      
  277        */
  278       public  void setS sn(String  value) {
  279           th is.ssn = v alue;
  280       }
  281  
  282       /**
  283        * Get s the valu e of the g ender prop erty.
  284        * 
  285        * @re turn
  286        *      possible  object is
  287        *      {@link St ring }
  288        *      
  289        */
  290       public  String ge tGender()  {
  291           re turn gende r;
  292       }
  293  
  294       /**
  295        * Set s the valu e of the g ender prop erty.
  296        * 
  297        * @pa ram value
  298        *      allowed o bject is
  299        *      {@link St ring }
  300        *      
  301        */
  302       public  void setG ender(Stri ng value)  {
  303           th is.gender  = value;
  304       }
  305  
  306       /**
  307        * Get s the valu e of the d ob propert y.
  308        * 
  309        * @re turn
  310        *      possible  object is
  311        *      {@link St ring }
  312        *      
  313        */
  314       public  String ge tDob() {
  315           re turn dob;
  316       }
  317  
  318       /**
  319        * Set s the valu e of the d ob propert y.
  320        * 
  321        * @pa ram value
  322        *      allowed o bject is
  323        *      {@link St ring }
  324        *      
  325        */
  326       public  void setD ob(String  value) {
  327           th is.dob = v alue;
  328       }
  329  
  330       /**
  331        * Get s the valu e of the e thnicity p roperty.
  332        * 
  333        * @re turn
  334        *      possible  object is
  335        *      {@link St ring }
  336        *      
  337        */
  338       public  String ge tEthnicity () {
  339           re turn ethni city;
  340       }
  341  
  342       /**
  343        * Set s the valu e of the e thnicity p roperty.
  344        * 
  345        * @pa ram value
  346        *      allowed o bject is
  347        *      {@link St ring }
  348        *      
  349        */
  350       public  void setE thnicity(S tring valu e) {
  351           th is.ethnici ty = value ;
  352       }
  353  
  354       /**
  355        * Get s the valu e of the a ge propert y.
  356        * 
  357        */
  358       public  int getAg e() {
  359           re turn age;
  360       }
  361  
  362       /**
  363        * Set s the valu e of the a ge propert y.
  364        * 
  365        */
  366       public  void setA ge(int val ue) {
  367           th is.age = v alue;
  368       }
  369  
  370       /**
  371        * Get s the valu e of the m aritalStat us propert y.
  372        * 
  373        * @re turn
  374        *      possible  object is
  375        *      {@link St ring }
  376        *      
  377        */
  378       public  String ge tMaritalSt atus() {
  379           re turn marit alStatus;
  380       }
  381  
  382       /**
  383        * Set s the valu e of the m aritalStat us propert y.
  384        * 
  385        * @pa ram value
  386        *      allowed o bject is
  387        *      {@link St ring }
  388        *      
  389        */
  390       public  void setM aritalStat us(String  value) {
  391           th is.marital Status = v alue;
  392       }
  393  
  394       /**
  395        * Get s the valu e of the h omeAddress  property.
  396        * 
  397        * @re turn
  398        *      possible  object is
  399        *      {@link Ad dressTO }
  400        *      
  401        */
  402       public  AddressTO  getHomeAd dress() {
  403           re turn homeA ddress;
  404       }
  405  
  406       /**
  407        * Set s the valu e of the h omeAddress  property.
  408        * 
  409        * @pa ram value
  410        *      allowed o bject is
  411        *      {@link Ad dressTO }
  412        *      
  413        */
  414       public  void setH omeAddress (AddressTO  value) {
  415           th is.homeAdd ress = val ue;
  416       }
  417  
  418       /**
  419        * Get s the valu e of the h omePhone p roperty.
  420        * 
  421        * @re turn
  422        *      possible  object is
  423        *      {@link Ph oneNumTO }
  424        *      
  425        */
  426       public  PhoneNumT O getHomeP hone() {
  427           re turn homeP hone;
  428       }
  429  
  430       /**
  431        * Set s the valu e of the h omePhone p roperty.
  432        * 
  433        * @pa ram value
  434        *      allowed o bject is
  435        *      {@link Ph oneNumTO }
  436        *      
  437        */
  438       public  void setH omePhone(P honeNumTO  value) {
  439           th is.homePho ne = value ;
  440       }
  441  
  442       /**
  443        * Get s the valu e of the c ellPhone p roperty.
  444        * 
  445        * @re turn
  446        *      possible  object is
  447        *      {@link Ph oneNumTO }
  448        *      
  449        */
  450       public  PhoneNumT O getCellP hone() {
  451           re turn cellP hone;
  452       }
  453  
  454       /**
  455        * Set s the valu e of the c ellPhone p roperty.
  456        * 
  457        * @pa ram value
  458        *      allowed o bject is
  459        *      {@link Ph oneNumTO }
  460        *      
  461        */
  462       public  void setC ellPhone(P honeNumTO  value) {
  463           th is.cellPho ne = value ;
  464       }
  465  
  466       /**
  467        * Get s the valu e of the d emographic s property .
  468        * 
  469        * @re turn
  470        *      possible  object is
  471        *      {@link Ar rayOfDemog raphicSetT O }
  472        *      
  473        */
  474       public  ArrayOfDe mographicS etTO getDe mographics () {
  475           re turn demog raphics;
  476       }
  477  
  478       /**
  479        * Set s the valu e of the d emographic s property .
  480        * 
  481        * @pa ram value
  482        *      allowed o bject is
  483        *      {@link Ar rayOfDemog raphicSetT O }
  484        *      
  485        */
  486       public  void setD emographic s(ArrayOfD emographic SetTO valu e) {
  487           th is.demogra phics = va lue;
  488       }
  489  
  490   }