37327. EPMO Open Source Coordination Office Redaction File Detail Report

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

37327.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 ChemHemRpt.java Wed Jan 16 16:06:30 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 ChemHemRpt.java Wed Jan 16 20:15:16 2019 UTC

37327.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 7 820
Changed 6 16
Inserted 0 0
Removed 0 0

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

37327.4 Active regular expressions

No regular expressions were active.

37327.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  chemHemRp t complex  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="chemH emRpt"&gt;
  18    *   &lt;c omplexCont ent&gt;
  19    *       &lt;extens ion base=" {http:// DNS          . URL         /}abstract TO"&gt;
  20    *       & lt;sequenc e&gt;
  21    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0" form= "unqualifi ed"/&gt;
  22    *          &lt;eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/&gt ;
  23    *          &lt;eleme nt name="t imestamp"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /&gt;
  24    *           &lt;elemen t name="au thor" type ="{http:// DNS          . URL         /}authorTO " minOccur s="0" form ="unqualif ied"/&gt;
  25    *           &lt;elemen t name="fa cility" ty pe="{http: // DNS          . URL         /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/&gt ;
  26    *           &lt;elemen t name="sp ecimen" ty pe="{http: // DNS          . URL         /}labSpeci menTO" min Occurs="0"  form="unq ualified"/ &gt;
  27    *          &lt;eleme nt name="c omment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"  form="unqu alified"/& gt;
  28    *          &lt;eleme nt name="r esults" mi nOccurs="0 " form="un qualified" &gt;
  29    *            &lt;com plexType&g t;
  30    *              &lt;c omplexCont ent&gt;
  31    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  32    *                  & lt;sequenc e&gt;
  33    *                      &lt;elemen t name="la bResultTO"  type="{ht tp:// DNS          . URL         /}labResul tTO" maxOc curs="unbo unded" min Occurs="0"  form="unq ualified"/ &gt;
  34    *                  & lt;/sequen ce&gt;
  35    *                &lt ;/restrict ion&gt;
  36    *              &lt;/ complexCon tent&gt;
  37    *            &lt;/co mplexType& gt;
  38    *          &lt;/elem ent&gt;
  39    *          &lt;eleme nt name="l abSites" m inOccurs=" 0" form="u nqualified "&gt;
  40    *            &lt;com plexType&g t;
  41    *              &lt;c omplexCont ent&gt;
  42    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  43    *                  & lt;sequenc e&gt;
  44    *                      &lt;elemen t name="si teTO" type ="{http:// DNS          . URL         /}siteTO"  maxOccurs= "unbounded " minOccur s="0" form ="unqualif ied"/&gt;
  45    *                  & lt;/sequen ce&gt;
  46    *                &lt ;/restrict ion&gt;
  47    *              &lt;/ complexCon tent&gt;
  48    *            &lt;/co mplexType& gt;
  49    *          &lt;/elem ent&gt;
  50    *       & lt;/sequen ce&gt;
  51    *     &lt ;/extensio n&gt;
  52    *   &lt;/ complexCon tent&gt;
  53    * &lt;/co mplexType& gt;
  54    * </pre>
  55    * 
  56    * 
  57    */
  58   @XmlAccess orType(Xml AccessType .FIELD)
  59   @XmlType(n ame = "che mHemRpt",  propOrder  = {
  60       "id",
  61       "title ",
  62       "times tamp",
  63       "autho r",
  64       "facil ity",
  65       "speci men",
  66       "comme nt",
  67       "resul ts",
  68       "labSi tes"
  69   })
  70   public cla ss ChemHem Rpt
  71       extend s Abstract TO
  72   {
  73  
  74       protec ted String  id;
  75       protec ted String  title;
  76       protec ted String  timestamp ;
  77       protec ted Author TO author;
  78       protec ted Tagged Text facil ity;
  79       protec ted LabSpe cimenTO sp ecimen;
  80       protec ted String  comment;
  81       protec ted ChemHe mRpt.Resul ts results ;
  82       protec ted ChemHe mRpt.LabSi tes labSit es;
  83  
  84       /**
  85        * Get s the valu e of the i d property .
  86        * 
  87        * @re turn
  88        *      possible  object is
  89        *      {@link St ring }
  90        *      
  91        */
  92       public  String ge tId() {
  93           re turn id;
  94       }
  95  
  96       /**
  97        * Set s the valu e of the i d property .
  98        * 
  99        * @pa ram value
  100        *      allowed o bject is
  101        *      {@link St ring }
  102        *      
  103        */
  104       public  void setI d(String v alue) {
  105           th is.id = va lue;
  106       }
  107  
  108       /**
  109        * Get s the valu e of the t itle prope rty.
  110        * 
  111        * @re turn
  112        *      possible  object is
  113        *      {@link St ring }
  114        *      
  115        */
  116       public  String ge tTitle() {
  117           re turn title ;
  118       }
  119  
  120       /**
  121        * Set s the valu e of the t itle prope rty.
  122        * 
  123        * @pa ram value
  124        *      allowed o bject is
  125        *      {@link St ring }
  126        *      
  127        */
  128       public  void setT itle(Strin g value) {
  129           th is.title =  value;
  130       }
  131  
  132       /**
  133        * Get s the valu e of the t imestamp p roperty.
  134        * 
  135        * @re turn
  136        *      possible  object is
  137        *      {@link St ring }
  138        *      
  139        */
  140       public  String ge tTimestamp () {
  141           re turn times tamp;
  142       }
  143  
  144       /**
  145        * Set s the valu e of the t imestamp p roperty.
  146        * 
  147        * @pa ram value
  148        *      allowed o bject is
  149        *      {@link St ring }
  150        *      
  151        */
  152       public  void setT imestamp(S tring valu e) {
  153           th is.timesta mp = value ;
  154       }
  155  
  156       /**
  157        * Get s the valu e of the a uthor prop erty.
  158        * 
  159        * @re turn
  160        *      possible  object is
  161        *      {@link Au thorTO }
  162        *      
  163        */
  164       public  AuthorTO  getAuthor( ) {
  165           re turn autho r;
  166       }
  167  
  168       /**
  169        * Set s the valu e of the a uthor prop erty.
  170        * 
  171        * @pa ram value
  172        *      allowed o bject is
  173        *      {@link Au thorTO }
  174        *      
  175        */
  176       public  void setA uthor(Auth orTO value ) {
  177           th is.author  = value;
  178       }
  179  
  180       /**
  181        * Get s the valu e of the f acility pr operty.
  182        * 
  183        * @re turn
  184        *      possible  object is
  185        *      {@link Ta ggedText }
  186        *      
  187        */
  188       public  TaggedTex t getFacil ity() {
  189           re turn facil ity;
  190       }
  191  
  192       /**
  193        * Set s the valu e of the f acility pr operty.
  194        * 
  195        * @pa ram value
  196        *      allowed o bject is
  197        *      {@link Ta ggedText }
  198        *      
  199        */
  200       public  void setF acility(Ta ggedText v alue) {
  201           th is.facilit y = value;
  202       }
  203  
  204       /**
  205        * Get s the valu e of the s pecimen pr operty.
  206        * 
  207        * @re turn
  208        *      possible  object is
  209        *      {@link La bSpecimenT O }
  210        *      
  211        */
  212       public  LabSpecim enTO getSp ecimen() {
  213           re turn speci men;
  214       }
  215  
  216       /**
  217        * Set s the valu e of the s pecimen pr operty.
  218        * 
  219        * @pa ram value
  220        *      allowed o bject is
  221        *      {@link La bSpecimenT O }
  222        *      
  223        */
  224       public  void setS pecimen(La bSpecimenT O value) {
  225           th is.specime n = value;
  226       }
  227  
  228       /**
  229        * Get s the valu e of the c omment pro perty.
  230        * 
  231        * @re turn
  232        *      possible  object is
  233        *      {@link St ring }
  234        *      
  235        */
  236       public  String ge tComment()  {
  237           re turn comme nt;
  238       }
  239  
  240       /**
  241        * Set s the valu e of the c omment pro perty.
  242        * 
  243        * @pa ram value
  244        *      allowed o bject is
  245        *      {@link St ring }
  246        *      
  247        */
  248       public  void setC omment(Str ing value)  {
  249           th is.comment  = value;
  250       }
  251  
  252       /**
  253        * Get s the valu e of the r esults pro perty.
  254        * 
  255        * @re turn
  256        *      possible  object is
  257        *      {@link Ch emHemRpt.R esults }
  258        *      
  259        */
  260       public  ChemHemRp t.Results  getResults () {
  261           re turn resul ts;
  262       }
  263  
  264       /**
  265        * Set s the valu e of the r esults pro perty.
  266        * 
  267        * @pa ram value
  268        *      allowed o bject is
  269        *      {@link Ch emHemRpt.R esults }
  270        *      
  271        */
  272       public  void setR esults(Che mHemRpt.Re sults valu e) {
  273           th is.results  = value;
  274       }
  275  
  276       /**
  277        * Get s the valu e of the l abSites pr operty.
  278        * 
  279        * @re turn
  280        *      possible  object is
  281        *      {@link Ch emHemRpt.L abSites }
  282        *      
  283        */
  284       public  ChemHemRp t.LabSites  getLabSit es() {
  285           re turn labSi tes;
  286       }
  287  
  288       /**
  289        * Set s the valu e of the l abSites pr operty.
  290        * 
  291        * @pa ram value
  292        *      allowed o bject is
  293        *      {@link Ch emHemRpt.L abSites }
  294        *      
  295        */
  296       public  void setL abSites(Ch emHemRpt.L abSites va lue) {
  297           th is.labSite s = value;
  298       }
  299  
  300  
  301       /**
  302        * <p> Java class  for anony mous compl ex type.
  303        * 
  304        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
  305        * 
  306        * <pr e>
  307        * &lt ;complexTy pe&gt;
  308        *   & lt;complex Content&gt ;
  309        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"&gt;
  310        *        &lt;seq uence&gt;
  311                   &lt;elemen t name="si teTO" type ="{http:// DNS          . URL         /}siteTO"  maxOccurs= "unbounded " minOccur s="0" form ="unqualif ied"/&gt;
  312        *        &lt;/se quence&gt;
  313        *      &lt;/rest riction&gt ;
  314        *   & lt;/comple xContent&g t;
  315        * &lt ;/complexT ype&gt;
  316        * </p re>
  317        * 
  318        * 
  319        */
  320       @XmlAc cessorType (XmlAccess Type.FIELD )
  321       @XmlTy pe(name =  "", propOr der = {
  322           "s iteTO"
  323       })
  324       public  static cl ass LabSit es {
  325  
  326           pr otected Li st<SiteTO>  siteTO;
  327  
  328           /* *
  329            *  Gets the  value of t he siteTO  property.
  330            *  
  331            *  <p>
  332            *  This acce ssor metho d returns  a referenc e to the l ive list,
  333            *  not a sna pshot. The refore any  modificat ion you ma ke to the
  334            *  returned  list will  be present  inside th e JAXB obj ect.
  335            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  siteTO pro perty.
  336            *  
  337            *  <p>
  338            *  For examp le, to add  a new ite m, do as f ollows:
  339            *  <pre>
  340            *     getSit eTO().add( newItem);
  341            *  </pre>
  342            *  
  343            *  
  344            *  <p>
  345            *  Objects o f the foll owing type (s) are al lowed in t he list
  346            *  {@link Si teTO }
  347            *  
  348            *  
  349            * /
  350           pu blic List< SiteTO> ge tSiteTO()  {
  351                if (site TO == null ) {
  352                    site TO = new A rrayList<S iteTO>();
  353                }
  354                return t his.siteTO ;
  355           }
  356  
  357       }
  358  
  359  
  360       /**
  361        * <p> Java class  for anony mous compl ex type.
  362        * 
  363        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
  364        * 
  365        * <pr e>
  366        * &lt ;complexTy pe&gt;
  367        *   & lt;complex Content&gt ;
  368        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"&gt;
  369        *        &lt;seq uence&gt;
  370                   &lt;elemen t name="la bResultTO"  type="{ht tp:// DNS          . URL         /}labResul tTO" maxOc curs="unbo unded" min Occurs="0"  form="unq ualified"/ &gt;
  371        *        &lt;/se quence&gt;
  372        *      &lt;/rest riction&gt ;
  373        *   & lt;/comple xContent&g t;
  374        * &lt ;/complexT ype&gt;
  375        * </p re>
  376        * 
  377        * 
  378        */
  379       @XmlAc cessorType (XmlAccess Type.FIELD )
  380       @XmlTy pe(name =  "", propOr der = {
  381           "l abResultTO "
  382       })
  383       public  static cl ass Result s {
  384  
  385           pr otected Li st<LabResu ltTO> labR esultTO;
  386  
  387           /* *
  388            *  Gets the  value of t he labResu ltTO prope rty.
  389            *  
  390            *  <p>
  391            *  This acce ssor metho d returns  a referenc e to the l ive list,
  392            *  not a sna pshot. The refore any  modificat ion you ma ke to the
  393            *  returned  list will  be present  inside th e JAXB obj ect.
  394            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  labResultT O property .
  395            *  
  396            *  <p>
  397            *  For examp le, to add  a new ite m, do as f ollows:
  398            *  <pre>
  399            *     getLab ResultTO() .add(newIt em);
  400            *  </pre>
  401            *  
  402            *  
  403            *  <p>
  404            *  Objects o f the foll owing type (s) are al lowed in t he list
  405            *  {@link La bResultTO  }
  406            *  
  407            *  
  408            * /
  409           pu blic List< LabResultT O> getLabR esultTO()  {
  410                if (labR esultTO ==  null) {
  411                    labR esultTO =  new ArrayL ist<LabRes ultTO>();
  412                }
  413                return t his.labRes ultTO;
  414           }
  415  
  416       }
  417  
  418   }