471. EPMO Open Source Coordination Office Redaction File Detail Report

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

471.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\schedulingservice PhoneNumTO.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\schedulingservice PhoneNumTO.java Thu May 3 12:57:57 2018 UTC

471.2 Comparison summary

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

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

471.4 Active regular expressions

No regular expressions were active.

471.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. scheduling manager.md ws.generat edwsdl.sch edulingser vice;
  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  PhoneNumT O complex  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="Phone NumTO">
  16    *   &lt;c omplexCont ent>
  17    *       &lt;extens ion base=" {http:// DNS          /Schedulin gSvc}Abstr actTO">
  18    *       & lt;sequenc e>
  19    *          &lt;eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  20    *          &lt;eleme nt name="a reaCode" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  21    *          &lt;eleme nt name="e xchange" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  22    *          &lt;eleme nt name="n umber" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  23    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  24    *       & lt;/sequen ce>
  25    *     &lt ;/extensio n>
  26    *   &lt;/ complexCon tent>
  27    * &lt;/co mplexType>
  28    * </pre>
  29    * 
  30    * 
  31    */
  32   @XmlAccess orType(Xml AccessType .FIELD)
  33   @XmlType(n ame = "Pho neNumTO",  propOrder  = {
  34       "type" ,
  35       "areaC ode",
  36       "excha nge",
  37       "numbe r",
  38       "descr iption"
  39   })
  40   public cla ss PhoneNu mTO
  41       extend s Abstract TO
  42   {
  43  
  44       protec ted String  type;
  45       protec ted String  areaCode;
  46       protec ted String  exchange;
  47       protec ted String  number;
  48       protec ted String  descripti on;
  49  
  50       /**
  51        * Get s the valu e of the t ype proper ty.
  52        * 
  53        * @re turn
  54        *      possible  object is
  55        *      {@link St ring }
  56        *      
  57        */
  58       public  String ge tType() {
  59           re turn type;
  60       }
  61  
  62       /**
  63        * Set s the valu e of the t ype proper ty.
  64        * 
  65        * @pa ram value
  66        *      allowed o bject is
  67        *      {@link St ring }
  68        *      
  69        */
  70       public  void setT ype(String  value) {
  71           th is.type =  value;
  72       }
  73  
  74       /**
  75        * Get s the valu e of the a reaCode pr operty.
  76        * 
  77        * @re turn
  78        *      possible  object is
  79        *      {@link St ring }
  80        *      
  81        */
  82       public  String ge tAreaCode( ) {
  83           re turn areaC ode;
  84       }
  85  
  86       /**
  87        * Set s the valu e of the a reaCode pr operty.
  88        * 
  89        * @pa ram value
  90        *      allowed o bject is
  91        *      {@link St ring }
  92        *      
  93        */
  94       public  void setA reaCode(St ring value ) {
  95           th is.areaCod e = value;
  96       }
  97  
  98       /**
  99        * Get s the valu e of the e xchange pr operty.
  100        * 
  101        * @re turn
  102        *      possible  object is
  103        *      {@link St ring }
  104        *      
  105        */
  106       public  String ge tExchange( ) {
  107           re turn excha nge;
  108       }
  109  
  110       /**
  111        * Set s the valu e of the e xchange pr operty.
  112        * 
  113        * @pa ram value
  114        *      allowed o bject is
  115        *      {@link St ring }
  116        *      
  117        */
  118       public  void setE xchange(St ring value ) {
  119           th is.exchang e = value;
  120       }
  121  
  122       /**
  123        * Get s the valu e of the n umber prop erty.
  124        * 
  125        * @re turn
  126        *      possible  object is
  127        *      {@link St ring }
  128        *      
  129        */
  130       public  String ge tNumber()  {
  131           re turn numbe r;
  132       }
  133  
  134       /**
  135        * Set s the valu e of the n umber prop erty.
  136        * 
  137        * @pa ram value
  138        *      allowed o bject is
  139        *      {@link St ring }
  140        *      
  141        */
  142       public  void setN umber(Stri ng value)  {
  143           th is.number  = value;
  144       }
  145  
  146       /**
  147        * Get s the valu e of the d escription  property.
  148        * 
  149        * @re turn
  150        *      possible  object is
  151        *      {@link St ring }
  152        *      
  153        */
  154       public  String ge tDescripti on() {
  155           re turn descr iption;
  156       }
  157  
  158       /**
  159        * Set s the valu e of the d escription  property.
  160        * 
  161        * @pa ram value
  162        *      allowed o bject is
  163        *      {@link St ring }
  164        *      
  165        */
  166       public  void setD escription (String va lue) {
  167           th is.descrip tion = val ue;
  168       }
  169  
  170   }