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

401.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 AppointmentTypeTO.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 AppointmentTypeTO.java Thu May 3 12:57:00 2018 UTC

401.2 Comparison summary

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

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

401.4 Active regular expressions

No regular expressions were active.

401.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  Appointme ntTypeTO c omplex typ e.
  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="Appoi ntmentType TO">
  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="a ctive" typ e="{http:/ /www.w3.or g/2001/XML Schema}boo lean"/>
  20    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  21    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  22    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  23    *          &lt;eleme nt name="s ynonym" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="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 = "App ointmentTy peTO", pro pOrder = {
  34       "activ e",
  35       "descr iption",
  36       "id",
  37       "name" ,
  38       "synon ym"
  39   })
  40   public cla ss Appoint mentTypeTO
  41       extend s Abstract TO
  42   {
  43  
  44       protec ted boolea n active;
  45       protec ted String  descripti on;
  46       protec ted String  id;
  47       protec ted String  name;
  48       protec ted String  synonym;
  49  
  50       /**
  51        * Get s the valu e of the a ctive prop erty.
  52        * 
  53        */
  54       public  boolean i sActive()  {
  55           re turn activ e;
  56       }
  57  
  58       /**
  59        * Set s the valu e of the a ctive prop erty.
  60        * 
  61        */
  62       public  void setA ctive(bool ean value)  {
  63           th is.active  = value;
  64       }
  65  
  66       /**
  67        * Get s the valu e of the d escription  property.
  68        * 
  69        * @re turn
  70        *      possible  object is
  71        *      {@link St ring }
  72        *      
  73        */
  74       public  String ge tDescripti on() {
  75           re turn descr iption;
  76       }
  77  
  78       /**
  79        * Set s the valu e of the d escription  property.
  80        * 
  81        * @pa ram value
  82        *      allowed o bject is
  83        *      {@link St ring }
  84        *      
  85        */
  86       public  void setD escription (String va lue) {
  87           th is.descrip tion = val ue;
  88       }
  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 n ame proper ty.
  116        * 
  117        * @re turn
  118        *      possible  object is
  119        *      {@link St ring }
  120        *      
  121        */
  122       public  String ge tName() {
  123           re turn name;
  124       }
  125  
  126       /**
  127        * Set s the valu e of the n ame proper ty.
  128        * 
  129        * @pa ram value
  130        *      allowed o bject is
  131        *      {@link St ring }
  132        *      
  133        */
  134       public  void setN ame(String  value) {
  135           th is.name =  value;
  136       }
  137  
  138       /**
  139        * Get s the valu e of the s ynonym pro perty.
  140        * 
  141        * @re turn
  142        *      possible  object is
  143        *      {@link St ring }
  144        *      
  145        */
  146       public  String ge tSynonym()  {
  147           re turn synon ym;
  148       }
  149  
  150       /**
  151        * Set s the valu e of the s ynonym pro perty.
  152        * 
  153        * @pa ram value
  154        *      allowed o bject is
  155        *      {@link St ring }
  156        *      
  157        */
  158       public  void setS ynonym(Str ing value)  {
  159           th is.synonym  = value;
  160       }
  161  
  162   }