379. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:39:55 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.

379.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 SiteTO.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 SiteTO.java Thu May 3 12:56:46 2018 UTC

379.2 Comparison summary

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

379.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

379.4 Active regular expressions

No regular expressions were active.

379.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.XmlType ;
  7  
  8  
  9   /**
  10    * <p>Java  class for  SiteTO co mplex type .
  11    * 
  12    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  13    * 
  14    * <pre>
  15    * &lt;com plexType n ame="SiteT O">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /QuerySvc} AbstractTO ">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="s itecode" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  20    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  21    *          &lt;eleme nt name="d isplayName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="m oniker" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  23    *          &lt;eleme nt name="r egionID" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  24    *          &lt;eleme nt name="l astEventTi mestamp" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  25    *          &lt;eleme nt name="l astEventRe ason" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  26    *          &lt;eleme nt name="u id" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  27    *          &lt;eleme nt name="p id" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  28    *           &lt;elemen t name="da taSources"  type="{ht tp:// DNS          /QuerySvc} DataSource Array" min Occurs="0" />
  29    *          &lt;eleme nt name="p arentSiteI d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  30    *           &lt;elemen t name="ch ildSites"  type="{htt p:// DNS          /QuerySvc} SiteArray"  minOccurs ="0"/>
  31    *          &lt;eleme nt name="a ddress" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  32    *          &lt;eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  33    *          &lt;eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  34    *          &lt;eleme nt name="s ystemName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  35    *          &lt;eleme nt name="s iteType" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  36    *       & lt;/sequen ce>
  37    *     &lt ;/extensio n>
  38    *   &lt;/ complexCon tent>
  39    * &lt;/co mplexType>
  40    * </pre>
  41    * 
  42    * 
  43    */
  44   @XmlAccess orType(Xml AccessType .FIELD)
  45   @XmlType(n ame = "Sit eTO", prop Order = {
  46       "sitec ode",
  47       "name" ,
  48       "displ ayName",
  49       "monik er",
  50       "regio nID",
  51       "lastE ventTimest amp",
  52       "lastE ventReason ",
  53       "uid",
  54       "pid",
  55       "dataS ources",
  56       "paren tSiteId",
  57       "child Sites",
  58       "addre ss",
  59       "city" ,
  60       "state ",
  61       "syste mName",
  62       "siteT ype"
  63   })
  64   public cla ss SiteTO
  65       extend s Abstract TO
  66   {
  67  
  68       protec ted String  sitecode;
  69       protec ted String  name;
  70       protec ted String  displayNa me;
  71       protec ted String  moniker;
  72       protec ted String  regionID;
  73       protec ted String  lastEvent Timestamp;
  74       protec ted String  lastEvent Reason;
  75       protec ted String  uid;
  76       protec ted String  pid;
  77       protec ted DataSo urceArray  dataSource s;
  78       protec ted String  parentSit eId;
  79       protec ted SiteAr ray childS ites;
  80       protec ted String  address;
  81       protec ted String  city;
  82       protec ted String  state;
  83       protec ted String  systemNam e;
  84       protec ted String  siteType;
  85  
  86       /**
  87        * Get s the valu e of the s itecode pr operty.
  88        * 
  89        * @re turn
  90        *      possible  object is
  91        *      {@link St ring }
  92        *      
  93        */
  94       public  String ge tSitecode( ) {
  95           re turn sitec ode;
  96       }
  97  
  98       /**
  99        * Set s the valu e of the s itecode pr operty.
  100        * 
  101        * @pa ram value
  102        *      allowed o bject is
  103        *      {@link St ring }
  104        *      
  105        */
  106       public  void setS itecode(St ring value ) {
  107           th is.sitecod e = value;
  108       }
  109  
  110       /**
  111        * Get s the valu e of the n ame proper ty.
  112        * 
  113        * @re turn
  114        *      possible  object is
  115        *      {@link St ring }
  116        *      
  117        */
  118       public  String ge tName() {
  119           re turn name;
  120       }
  121  
  122       /**
  123        * Set s the valu e of the n ame proper ty.
  124        * 
  125        * @pa ram value
  126        *      allowed o bject is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  void setN ame(String  value) {
  131           th is.name =  value;
  132       }
  133  
  134       /**
  135        * Get s the valu e of the d isplayName  property.
  136        * 
  137        * @re turn
  138        *      possible  object is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  String ge tDisplayNa me() {
  143           re turn displ ayName;
  144       }
  145  
  146       /**
  147        * Set s the valu e of the d isplayName  property.
  148        * 
  149        * @pa ram value
  150        *      allowed o bject is
  151        *      {@link St ring }
  152        *      
  153        */
  154       public  void setD isplayName (String va lue) {
  155           th is.display Name = val ue;
  156       }
  157  
  158       /**
  159        * Get s the valu e of the m oniker pro perty.
  160        * 
  161        * @re turn
  162        *      possible  object is
  163        *      {@link St ring }
  164        *      
  165        */
  166       public  String ge tMoniker()  {
  167           re turn monik er;
  168       }
  169  
  170       /**
  171        * Set s the valu e of the m oniker pro perty.
  172        * 
  173        * @pa ram value
  174        *      allowed o bject is
  175        *      {@link St ring }
  176        *      
  177        */
  178       public  void setM oniker(Str ing value)  {
  179           th is.moniker  = value;
  180       }
  181  
  182       /**
  183        * Get s the valu e of the r egionID pr operty.
  184        * 
  185        * @re turn
  186        *      possible  object is
  187        *      {@link St ring }
  188        *      
  189        */
  190       public  String ge tRegionID( ) {
  191           re turn regio nID;
  192       }
  193  
  194       /**
  195        * Set s the valu e of the r egionID pr operty.
  196        * 
  197        * @pa ram value
  198        *      allowed o bject is
  199        *      {@link St ring }
  200        *      
  201        */
  202       public  void setR egionID(St ring value ) {
  203           th is.regionI D = value;
  204       }
  205  
  206       /**
  207        * Get s the valu e of the l astEventTi mestamp pr operty.
  208        * 
  209        * @re turn
  210        *      possible  object is
  211        *      {@link St ring }
  212        *      
  213        */
  214       public  String ge tLastEvent Timestamp( ) {
  215           re turn lastE ventTimest amp;
  216       }
  217  
  218       /**
  219        * Set s the valu e of the l astEventTi mestamp pr operty.
  220        * 
  221        * @pa ram value
  222        *      allowed o bject is
  223        *      {@link St ring }
  224        *      
  225        */
  226       public  void setL astEventTi mestamp(St ring value ) {
  227           th is.lastEve ntTimestam p = value;
  228       }
  229  
  230       /**
  231        * Get s the valu e of the l astEventRe ason prope rty.
  232        * 
  233        * @re turn
  234        *      possible  object is
  235        *      {@link St ring }
  236        *      
  237        */
  238       public  String ge tLastEvent Reason() {
  239           re turn lastE ventReason ;
  240       }
  241  
  242       /**
  243        * Set s the valu e of the l astEventRe ason prope rty.
  244        * 
  245        * @pa ram value
  246        *      allowed o bject is
  247        *      {@link St ring }
  248        *      
  249        */
  250       public  void setL astEventRe ason(Strin g value) {
  251           th is.lastEve ntReason =  value;
  252       }
  253  
  254       /**
  255        * Get s the valu e of the u id propert y.
  256        * 
  257        * @re turn
  258        *      possible  object is
  259        *      {@link St ring }
  260        *      
  261        */
  262       public  String ge tUid() {
  263           re turn uid;
  264       }
  265  
  266       /**
  267        * Set s the valu e of the u id propert y.
  268        * 
  269        * @pa ram value
  270        *      allowed o bject is
  271        *      {@link St ring }
  272        *      
  273        */
  274       public  void setU id(String  value) {
  275           th is.uid = v alue;
  276       }
  277  
  278       /**
  279        * Get s the valu e of the p id propert y.
  280        * 
  281        * @re turn
  282        *      possible  object is
  283        *      {@link St ring }
  284        *      
  285        */
  286       public  String ge tPid() {
  287           re turn pid;
  288       }
  289  
  290       /**
  291        * Set s the valu e of the p id propert y.
  292        * 
  293        * @pa ram value
  294        *      allowed o bject is
  295        *      {@link St ring }
  296        *      
  297        */
  298       public  void setP id(String  value) {
  299           th is.pid = v alue;
  300       }
  301  
  302       /**
  303        * Get s the valu e of the d ataSources  property.
  304        * 
  305        * @re turn
  306        *      possible  object is
  307        *      {@link Da taSourceAr ray }
  308        *      
  309        */
  310       public  DataSourc eArray get DataSource s() {
  311           re turn dataS ources;
  312       }
  313  
  314       /**
  315        * Set s the valu e of the d ataSources  property.
  316        * 
  317        * @pa ram value
  318        *      allowed o bject is
  319        *      {@link Da taSourceAr ray }
  320        *      
  321        */
  322       public  void setD ataSources (DataSourc eArray val ue) {
  323           th is.dataSou rces = val ue;
  324       }
  325  
  326       /**
  327        * Get s the valu e of the p arentSiteI d property .
  328        * 
  329        * @re turn
  330        *      possible  object is
  331        *      {@link St ring }
  332        *      
  333        */
  334       public  String ge tParentSit eId() {
  335           re turn paren tSiteId;
  336       }
  337  
  338       /**
  339        * Set s the valu e of the p arentSiteI d property .
  340        * 
  341        * @pa ram value
  342        *      allowed o bject is
  343        *      {@link St ring }
  344        *      
  345        */
  346       public  void setP arentSiteI d(String v alue) {
  347           th is.parentS iteId = va lue;
  348       }
  349  
  350       /**
  351        * Get s the valu e of the c hildSites  property.
  352        * 
  353        * @re turn
  354        *      possible  object is
  355        *      {@link Si teArray }
  356        *      
  357        */
  358       public  SiteArray  getChildS ites() {
  359           re turn child Sites;
  360       }
  361  
  362       /**
  363        * Set s the valu e of the c hildSites  property.
  364        * 
  365        * @pa ram value
  366        *      allowed o bject is
  367        *      {@link Si teArray }
  368        *      
  369        */
  370       public  void setC hildSites( SiteArray  value) {
  371           th is.childSi tes = valu e;
  372       }
  373  
  374       /**
  375        * Get s the valu e of the a ddress pro perty.
  376        * 
  377        * @re turn
  378        *      possible  object is
  379        *      {@link St ring }
  380        *      
  381        */
  382       public  String ge tAddress()  {
  383           re turn addre ss;
  384       }
  385  
  386       /**
  387        * Set s the valu e of the a ddress pro perty.
  388        * 
  389        * @pa ram value
  390        *      allowed o bject is
  391        *      {@link St ring }
  392        *      
  393        */
  394       public  void setA ddress(Str ing value)  {
  395           th is.address  = value;
  396       }
  397  
  398       /**
  399        * Get s the valu e of the c ity proper ty.
  400        * 
  401        * @re turn
  402        *      possible  object is
  403        *      {@link St ring }
  404        *      
  405        */
  406       public  String ge tCity() {
  407           re turn city;
  408       }
  409  
  410       /**
  411        * Set s the valu e of the c ity proper ty.
  412        * 
  413        * @pa ram value
  414        *      allowed o bject is
  415        *      {@link St ring }
  416        *      
  417        */
  418       public  void setC ity(String  value) {
  419           th is.city =  value;
  420       }
  421  
  422       /**
  423        * Get s the valu e of the s tate prope rty.
  424        * 
  425        * @re turn
  426        *      possible  object is
  427        *      {@link St ring }
  428        *      
  429        */
  430       public  String ge tState() {
  431           re turn state ;
  432       }
  433  
  434       /**
  435        * Set s the valu e of the s tate prope rty.
  436        * 
  437        * @pa ram value
  438        *      allowed o bject is
  439        *      {@link St ring }
  440        *      
  441        */
  442       public  void setS tate(Strin g value) {
  443           th is.state =  value;
  444       }
  445  
  446       /**
  447        * Get s the valu e of the s ystemName  property.
  448        * 
  449        * @re turn
  450        *      possible  object is
  451        *      {@link St ring }
  452        *      
  453        */
  454       public  String ge tSystemNam e() {
  455           re turn syste mName;
  456       }
  457  
  458       /**
  459        * Set s the valu e of the s ystemName  property.
  460        * 
  461        * @pa ram value
  462        *      allowed o bject is
  463        *      {@link St ring }
  464        *      
  465        */
  466       public  void setS ystemName( String val ue) {
  467           th is.systemN ame = valu e;
  468       }
  469  
  470       /**
  471        * Get s the valu e of the s iteType pr operty.
  472        * 
  473        * @re turn
  474        *      possible  object is
  475        *      {@link St ring }
  476        *      
  477        */
  478       public  String ge tSiteType( ) {
  479           re turn siteT ype;
  480       }
  481  
  482       /**
  483        * Set s the valu e of the s iteType pr operty.
  484        * 
  485        * @pa ram value
  486        *      allowed o bject is
  487        *      {@link St ring }
  488        *      
  489        */
  490       public  void setS iteType(St ring value ) {
  491           th is.siteTyp e = value;
  492       }
  493  
  494   }