335. EPMO Open Source Coordination Office Redaction File Detail Report

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

335.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 AddressTO.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 AddressTO.java Thu May 3 12:56:18 2018 UTC

335.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 716
Changed 1 2
Inserted 0 0
Removed 0 0

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

335.4 Active regular expressions

No regular expressions were active.

335.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  AddressTO  complex t ype.
  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="Addre ssTO">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /QuerySvc} AbstractTO ">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="v alidFrom"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  20    *          &lt;eleme nt name="v alidTo" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  21    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  22    *          &lt;eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  23    *          &lt;eleme nt name="s treetAddre ss1" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  24    *          &lt;eleme nt name="s treetAddre ss2" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  25    *          &lt;eleme nt name="s treetAddre ss3" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  26    *          &lt;eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  27    *          &lt;eleme nt name="c ounty" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  28    *          &lt;eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  29    *          &lt;eleme nt name="z ipcode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  30    *          &lt;eleme nt name="c ountry" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  31    *       & lt;/sequen ce>
  32    *     &lt ;/extensio n>
  33    *   &lt;/ complexCon tent>
  34    * &lt;/co mplexType>
  35    * </pre>
  36    * 
  37    * 
  38    */
  39   @XmlAccess orType(Xml AccessType .FIELD)
  40   @XmlType(n ame = "Add ressTO", p ropOrder =  {
  41       "valid From",
  42       "valid To",
  43       "descr iption",
  44       "type" ,
  45       "stree tAddress1" ,
  46       "stree tAddress2" ,
  47       "stree tAddress3" ,
  48       "city" ,
  49       "count y",
  50       "state ",
  51       "zipco de",
  52       "count ry"
  53   })
  54   public cla ss Address TO
  55       extend s Abstract TO
  56   {
  57  
  58       protec ted String  validFrom ;
  59       protec ted String  validTo;
  60       protec ted String  descripti on;
  61       protec ted String  type;
  62       protec ted String  streetAdd ress1;
  63       protec ted String  streetAdd ress2;
  64       protec ted String  streetAdd ress3;
  65       protec ted String  city;
  66       protec ted String  county;
  67       protec ted String  state;
  68       protec ted String  zipcode;
  69       protec ted String  country;
  70  
  71       /**
  72        * Get s the valu e of the v alidFrom p roperty.
  73        * 
  74        * @re turn
  75        *      possible  object is
  76        *      {@link St ring }
  77        *      
  78        */
  79       public  String ge tValidFrom () {
  80           re turn valid From;
  81       }
  82  
  83       /**
  84        * Set s the valu e of the v alidFrom p roperty.
  85        * 
  86        * @pa ram value
  87        *      allowed o bject is
  88        *      {@link St ring }
  89        *      
  90        */
  91       public  void setV alidFrom(S tring valu e) {
  92           th is.validFr om = value ;
  93       }
  94  
  95       /**
  96        * Get s the valu e of the v alidTo pro perty.
  97        * 
  98        * @re turn
  99        *      possible  object is
  100        *      {@link St ring }
  101        *      
  102        */
  103       public  String ge tValidTo()  {
  104           re turn valid To;
  105       }
  106  
  107       /**
  108        * Set s the valu e of the v alidTo pro perty.
  109        * 
  110        * @pa ram value
  111        *      allowed o bject is
  112        *      {@link St ring }
  113        *      
  114        */
  115       public  void setV alidTo(Str ing value)  {
  116           th is.validTo  = value;
  117       }
  118  
  119       /**
  120        * Get s the valu e of the d escription  property.
  121        * 
  122        * @re turn
  123        *      possible  object is
  124        *      {@link St ring }
  125        *      
  126        */
  127       public  String ge tDescripti on() {
  128           re turn descr iption;
  129       }
  130  
  131       /**
  132        * Set s the valu e of the d escription  property.
  133        * 
  134        * @pa ram value
  135        *      allowed o bject is
  136        *      {@link St ring }
  137        *      
  138        */
  139       public  void setD escription (String va lue) {
  140           th is.descrip tion = val ue;
  141       }
  142  
  143       /**
  144        * Get s the valu e of the t ype proper ty.
  145        * 
  146        * @re turn
  147        *      possible  object is
  148        *      {@link St ring }
  149        *      
  150        */
  151       public  String ge tType() {
  152           re turn type;
  153       }
  154  
  155       /**
  156        * Set s the valu e of the t ype proper ty.
  157        * 
  158        * @pa ram value
  159        *      allowed o bject is
  160        *      {@link St ring }
  161        *      
  162        */
  163       public  void setT ype(String  value) {
  164           th is.type =  value;
  165       }
  166  
  167       /**
  168        * Get s the valu e of the s treetAddre ss1 proper ty.
  169        * 
  170        * @re turn
  171        *      possible  object is
  172        *      {@link St ring }
  173        *      
  174        */
  175       public  String ge tStreetAdd ress1() {
  176           re turn stree tAddress1;
  177       }
  178  
  179       /**
  180        * Set s the valu e of the s treetAddre ss1 proper ty.
  181        * 
  182        * @pa ram value
  183        *      allowed o bject is
  184        *      {@link St ring }
  185        *      
  186        */
  187       public  void setS treetAddre ss1(String  value) {
  188           th is.streetA ddress1 =  value;
  189       }
  190  
  191       /**
  192        * Get s the valu e of the s treetAddre ss2 proper ty.
  193        * 
  194        * @re turn
  195        *      possible  object is
  196        *      {@link St ring }
  197        *      
  198        */
  199       public  String ge tStreetAdd ress2() {
  200           re turn stree tAddress2;
  201       }
  202  
  203       /**
  204        * Set s the valu e of the s treetAddre ss2 proper ty.
  205        * 
  206        * @pa ram value
  207        *      allowed o bject is
  208        *      {@link St ring }
  209        *      
  210        */
  211       public  void setS treetAddre ss2(String  value) {
  212           th is.streetA ddress2 =  value;
  213       }
  214  
  215       /**
  216        * Get s the valu e of the s treetAddre ss3 proper ty.
  217        * 
  218        * @re turn
  219        *      possible  object is
  220        *      {@link St ring }
  221        *      
  222        */
  223       public  String ge tStreetAdd ress3() {
  224           re turn stree tAddress3;
  225       }
  226  
  227       /**
  228        * Set s the valu e of the s treetAddre ss3 proper ty.
  229        * 
  230        * @pa ram value
  231        *      allowed o bject is
  232        *      {@link St ring }
  233        *      
  234        */
  235       public  void setS treetAddre ss3(String  value) {
  236           th is.streetA ddress3 =  value;
  237       }
  238  
  239       /**
  240        * Get s the valu e of the c ity proper ty.
  241        * 
  242        * @re turn
  243        *      possible  object is
  244        *      {@link St ring }
  245        *      
  246        */
  247       public  String ge tCity() {
  248           re turn city;
  249       }
  250  
  251       /**
  252        * Set s the valu e of the c ity proper ty.
  253        * 
  254        * @pa ram value
  255        *      allowed o bject is
  256        *      {@link St ring }
  257        *      
  258        */
  259       public  void setC ity(String  value) {
  260           th is.city =  value;
  261       }
  262  
  263       /**
  264        * Get s the valu e of the c ounty prop erty.
  265        * 
  266        * @re turn
  267        *      possible  object is
  268        *      {@link St ring }
  269        *      
  270        */
  271       public  String ge tCounty()  {
  272           re turn count y;
  273       }
  274  
  275       /**
  276        * Set s the valu e of the c ounty prop erty.
  277        * 
  278        * @pa ram value
  279        *      allowed o bject is
  280        *      {@link St ring }
  281        *      
  282        */
  283       public  void setC ounty(Stri ng value)  {
  284           th is.county  = value;
  285       }
  286  
  287       /**
  288        * Get s the valu e of the s tate prope rty.
  289        * 
  290        * @re turn
  291        *      possible  object is
  292        *      {@link St ring }
  293        *      
  294        */
  295       public  String ge tState() {
  296           re turn state ;
  297       }
  298  
  299       /**
  300        * Set s the valu e of the s tate prope rty.
  301        * 
  302        * @pa ram value
  303        *      allowed o bject is
  304        *      {@link St ring }
  305        *      
  306        */
  307       public  void setS tate(Strin g value) {
  308           th is.state =  value;
  309       }
  310  
  311       /**
  312        * Get s the valu e of the z ipcode pro perty.
  313        * 
  314        * @re turn
  315        *      possible  object is
  316        *      {@link St ring }
  317        *      
  318        */
  319       public  String ge tZipcode()  {
  320           re turn zipco de;
  321       }
  322  
  323       /**
  324        * Set s the valu e of the z ipcode pro perty.
  325        * 
  326        * @pa ram value
  327        *      allowed o bject is
  328        *      {@link St ring }
  329        *      
  330        */
  331       public  void setZ ipcode(Str ing value)  {
  332           th is.zipcode  = value;
  333       }
  334  
  335       /**
  336        * Get s the valu e of the c ountry pro perty.
  337        * 
  338        * @re turn
  339        *      possible  object is
  340        *      {@link St ring }
  341        *      
  342        */
  343       public  String ge tCountry()  {
  344           re turn count ry;
  345       }
  346  
  347       /**
  348        * Set s the valu e of the c ountry pro perty.
  349        * 
  350        * @pa ram value
  351        *      allowed o bject is
  352        *      {@link St ring }
  353        *      
  354        */
  355       public  void setC ountry(Str ing value)  {
  356           th is.country  = value;
  357       }
  358  
  359   }