37650. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:38 AM Central Standard 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.

37650.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service TaggedTextArray.java Wed Jan 16 16:06:42 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service TaggedTextArray.java Wed Jan 16 20:18:38 2019 UTC

37650.2 Comparison summary

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

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

37650.4 Active regular expressions

No regular expressions were active.

37650.5 Comparison detail

  1  
  2   package go v.va.med.v ia.service ;
  3  
  4   import jav a.util.Arr ayList;
  5   import jav a.util.Lis t;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  8   import jav ax.xml.bin d.annotati on.XmlType ;
  9  
  10  
  11   /**
  12    * <p>Java  class for  taggedTex tArray com plex type.
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="tagge dTextArray "&gt;
  18    *   &lt;c omplexCont ent&gt;
  19    *       &lt;extens ion base=" {http:// DNS          . URL         /}abstract ArrayTO"&g t;
  20    *       & lt;sequenc e&gt;
  21    *          &lt;eleme nt name="r esults" mi nOccurs="0 " form="un qualified" &gt;
  22    *            &lt;com plexType&g t;
  23    *              &lt;c omplexCont ent&gt;
  24    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  25    *                  & lt;sequenc e&gt;
  26    *                      &lt;elemen t name="ta ggedText"  type="{htt p:// DNS          . URL         /}taggedTe xt" maxOcc urs="unbou nded" minO ccurs="0"  form="unqu alified"/& gt;
  27    *                  & lt;/sequen ce&gt;
  28    *                &lt ;/restrict ion&gt;
  29    *              &lt;/ complexCon tent&gt;
  30    *            &lt;/co mplexType& gt;
  31    *          &lt;/elem ent&gt;
  32    *          &lt;eleme nt name="t extOnly" t ype="{http ://www.w3. org/2001/X MLSchema}b oolean" mi nOccurs="0 " form="un qualified" /&gt;
  33    *       & lt;/sequen ce&gt;
  34    *     &lt ;/extensio n&gt;
  35    *   &lt;/ complexCon tent&gt;
  36    * &lt;/co mplexType& gt;
  37    * </pre>
  38    * 
  39    * 
  40    */
  41   @XmlAccess orType(Xml AccessType .FIELD)
  42   @XmlType(n ame = "tag gedTextArr ay", propO rder = {
  43       "resul ts",
  44       "textO nly"
  45   })
  46   public cla ss TaggedT extArray
  47       extend s Abstract ArrayTO
  48   {
  49  
  50       protec ted Tagged TextArray. Results re sults;
  51       protec ted Boolea n textOnly ;
  52  
  53       /**
  54        * Get s the valu e of the r esults pro perty.
  55        * 
  56        * @re turn
  57        *      possible  object is
  58        *      {@link Ta ggedTextAr ray.Result s }
  59        *      
  60        */
  61       public  TaggedTex tArray.Res ults getRe sults() {
  62           re turn resul ts;
  63       }
  64  
  65       /**
  66        * Set s the valu e of the r esults pro perty.
  67        * 
  68        * @pa ram value
  69        *      allowed o bject is
  70        *      {@link Ta ggedTextAr ray.Result s }
  71        *      
  72        */
  73       public  void setR esults(Tag gedTextArr ay.Results  value) {
  74           th is.results  = value;
  75       }
  76  
  77       /**
  78        * Get s the valu e of the t extOnly pr operty.
  79        * 
  80        * @re turn
  81        *      possible  object is
  82        *      {@link Bo olean }
  83        *      
  84        */
  85       public  Boolean i sTextOnly( ) {
  86           re turn textO nly;
  87       }
  88  
  89       /**
  90        * Set s the valu e of the t extOnly pr operty.
  91        * 
  92        * @pa ram value
  93        *      allowed o bject is
  94        *      {@link Bo olean }
  95        *      
  96        */
  97       public  void setT extOnly(Bo olean valu e) {
  98           th is.textOnl y = value;
  99       }
  100  
  101  
  102       /**
  103        * <p> Java class  for anony mous compl ex type.
  104        * 
  105        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
  106        * 
  107        * <pr e>
  108        * &lt ;complexTy pe&gt;
  109        *   & lt;complex Content&gt ;
  110        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"&gt;
  111        *        &lt;seq uence&gt;
  112                   &lt;elemen t name="ta ggedText"  type="{htt p:// DNS          . URL         /}taggedTe xt" maxOcc urs="unbou nded" minO ccurs="0"  form="unqu alified"/& gt;
  113        *        &lt;/se quence&gt;
  114        *      &lt;/rest riction&gt ;
  115        *   & lt;/comple xContent&g t;
  116        * &lt ;/complexT ype&gt;
  117        * </p re>
  118        * 
  119        * 
  120        */
  121       @XmlAc cessorType (XmlAccess Type.FIELD )
  122       @XmlTy pe(name =  "", propOr der = {
  123           "t aggedText"
  124       })
  125       public  static cl ass Result s {
  126  
  127           pr otected Li st<TaggedT ext> tagge dText;
  128  
  129           /* *
  130            *  Gets the  value of t he taggedT ext proper ty.
  131            *  
  132            *  <p>
  133            *  This acce ssor metho d returns  a referenc e to the l ive list,
  134            *  not a sna pshot. The refore any  modificat ion you ma ke to the
  135            *  returned  list will  be present  inside th e JAXB obj ect.
  136            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  taggedText  property.
  137            *  
  138            *  <p>
  139            *  For examp le, to add  a new ite m, do as f ollows:
  140            *  <pre>
  141            *     getTag gedText(). add(newIte m);
  142            *  </pre>
  143            *  
  144            *  
  145            *  <p>
  146            *  Objects o f the foll owing type (s) are al lowed in t he list
  147            *  {@link Ta ggedText }
  148            *  
  149            *  
  150            * /
  151           pu blic List< TaggedText > getTagge dText() {
  152                if (tagg edText ==  null) {
  153                    tagg edText = n ew ArrayLi st<TaggedT ext>();
  154                }
  155                return t his.tagged Text;
  156           }
  157  
  158       }
  159  
  160   }