2619. EPMO Open Source Coordination Office Redaction File Detail Report

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

2619.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice TaggedText.java Thu Apr 19 17:52:30 2018 UTC
2 MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice TaggedText.java Thu May 3 13:08:31 2018 UTC

2619.2 Comparison summary

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

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

2619.4 Active regular expressions

No regular expressions were active.

2619.5 Comparison detail

  1  
  2   package co m.agilex.h ealthcare. directsche duling.mdw s.generate dwsdl.sche dulingserv ice;
  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  TaggedTex t 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="Tagge dText">
  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 ag" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  20    *          &lt;eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  21    *           &lt;elemen t name="te xtArray" t ype="{http :// DNS          /Schedulin gSvc}Array OfString"  minOccurs= "0"/>
  22    *           &lt;elemen t name="ta ggedResult s" type="{ http:// DNS          /Schedulin gSvc}Array OfTaggedTe xt" minOcc urs="0"/>
  23    *       & lt;/sequen ce>
  24    *     &lt ;/extensio n>
  25    *   &lt;/ complexCon tent>
  26    * &lt;/co mplexType>
  27    * </pre>
  28    * 
  29    * 
  30    */
  31   @XmlAccess orType(Xml AccessType .FIELD)
  32   @XmlType(n ame = "Tag gedText",  propOrder  = {
  33       "tag",
  34       "text" ,
  35       "textA rray",
  36       "tagge dResults"
  37   })
  38   public cla ss TaggedT ext
  39       extend s Abstract TO
  40   {
  41  
  42       protec ted String  tag;
  43       protec ted String  text;
  44       protec ted ArrayO fString te xtArray;
  45       protec ted ArrayO fTaggedTex t taggedRe sults;
  46  
  47       /**
  48        * Get s the valu e of the t ag propert y.
  49        * 
  50        * @re turn
  51        *      possible  object is
  52        *      {@link St ring }
  53        *      
  54        */
  55       public  String ge tTag() {
  56           re turn tag;
  57       }
  58  
  59       /**
  60        * Set s the valu e of the t ag propert y.
  61        * 
  62        * @pa ram value
  63        *      allowed o bject is
  64        *      {@link St ring }
  65        *      
  66        */
  67       public  void setT ag(String  value) {
  68           th is.tag = v alue;
  69       }
  70  
  71       /**
  72        * Get s the valu e of the t ext proper ty.
  73        * 
  74        * @re turn
  75        *      possible  object is
  76        *      {@link St ring }
  77        *      
  78        */
  79       public  String ge tText() {
  80           re turn text;
  81       }
  82  
  83       /**
  84        * Set s the valu e of the t ext proper ty.
  85        * 
  86        * @pa ram value
  87        *      allowed o bject is
  88        *      {@link St ring }
  89        *      
  90        */
  91       public  void setT ext(String  value) {
  92           th is.text =  value;
  93       }
  94  
  95       /**
  96        * Get s the valu e of the t extArray p roperty.
  97        * 
  98        * @re turn
  99        *      possible  object is
  100        *      {@link Ar rayOfStrin g }
  101        *      
  102        */
  103       public  ArrayOfSt ring getTe xtArray()  {
  104           re turn textA rray;
  105       }
  106  
  107       /**
  108        * Set s the valu e of the t extArray p roperty.
  109        * 
  110        * @pa ram value
  111        *      allowed o bject is
  112        *      {@link Ar rayOfStrin g }
  113        *      
  114        */
  115       public  void setT extArray(A rrayOfStri ng value)  {
  116           th is.textArr ay = value ;
  117       }
  118  
  119       /**
  120        * Get s the valu e of the t aggedResul ts propert y.
  121        * 
  122        * @re turn
  123        *      possible  object is
  124        *      {@link Ar rayOfTagge dText }
  125        *      
  126        */
  127       public  ArrayOfTa ggedText g etTaggedRe sults() {
  128           re turn tagge dResults;
  129       }
  130  
  131       /**
  132        * Set s the valu e of the t aggedResul ts propert y.
  133        * 
  134        * @pa ram value
  135        *      allowed o bject is
  136        *      {@link Ar rayOfTagge dText }
  137        *      
  138        */
  139       public  void setT aggedResul ts(ArrayOf TaggedText  value) {
  140           th is.taggedR esults = v alue;
  141       }
  142  
  143   }