37606. EPMO Open Source Coordination Office Redaction File Detail Report

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

37606.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 SymptomTO.java Wed Jan 16 16:06:44 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 SymptomTO.java Wed Jan 16 20:18:12 2019 UTC

37606.2 Comparison summary

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

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

37606.4 Active regular expressions

No regular expressions were active.

37606.5 Comparison detail

  1  
  2   package go v.va.med.v ia.service ;
  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  symptomTO  complex t ype.
  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="sympt omTO"&gt;
  16    *   &lt;c omplexCont ent&gt;
  17    *       &lt;extens ion base=" {http:// DNS          . URL         /}abstract TO"&gt;
  18    *       & lt;sequenc e&gt;
  19    *          &lt;eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0" form= "unqualifi ed"/&gt;
  20    *          &lt;eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  21    *          &lt;eleme nt name="i sNational"  type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean"  minOccurs= "0" form=" unqualifie d"/&gt;
  22    *          &lt;eleme nt name="v uid" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  23    *           &lt;elemen t name="ty pe" type=" {http:// DNS          . URL         /}observat ionTypeTO"  minOccurs ="0" form= "unqualifi ed"/&gt;
  24    *           &lt;elemen t name="ob server" ty pe="{http: // DNS          . URL         /}authorTO " minOccur s="0" form ="unqualif ied"/&gt;
  25    *          &lt;eleme nt name="t imestamp"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /&gt;
  26    *           &lt;elemen t name="fa cility" ty pe="{http: // DNS          . URL         /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/&gt ;
  27    *       & lt;/sequen ce&gt;
  28    *     &lt ;/extensio n&gt;
  29    *   &lt;/ complexCon tent&gt;
  30    * &lt;/co mplexType& gt;
  31    * </pre>
  32    * 
  33    * 
  34    */
  35   @XmlAccess orType(Xml AccessType .FIELD)
  36   @XmlType(n ame = "sym ptomTO", p ropOrder =  {
  37       "id",
  38       "name" ,
  39       "isNat ional",
  40       "vuid" ,
  41       "type" ,
  42       "obser ver",
  43       "times tamp",
  44       "facil ity"
  45   })
  46   public cla ss Symptom TO
  47       extend s Abstract TO
  48   {
  49  
  50       protec ted String  id;
  51       protec ted String  name;
  52       protec ted Boolea n isNation al;
  53       protec ted String  vuid;
  54       protec ted Observ ationTypeT O type;
  55       protec ted Author TO observe r;
  56       protec ted String  timestamp ;
  57       protec ted Tagged Text facil ity;
  58  
  59       /**
  60        * Get s the valu e of the i d property .
  61        * 
  62        * @re turn
  63        *      possible  object is
  64        *      {@link St ring }
  65        *      
  66        */
  67       public  String ge tId() {
  68           re turn id;
  69       }
  70  
  71       /**
  72        * Set s the valu e of the i d property .
  73        * 
  74        * @pa ram value
  75        *      allowed o bject is
  76        *      {@link St ring }
  77        *      
  78        */
  79       public  void setI d(String v alue) {
  80           th is.id = va lue;
  81       }
  82  
  83       /**
  84        * Get s the valu e of the n ame proper ty.
  85        * 
  86        * @re turn
  87        *      possible  object is
  88        *      {@link St ring }
  89        *      
  90        */
  91       public  String ge tName() {
  92           re turn name;
  93       }
  94  
  95       /**
  96        * Set s the valu e of the n ame proper ty.
  97        * 
  98        * @pa ram value
  99        *      allowed o bject is
  100        *      {@link St ring }
  101        *      
  102        */
  103       public  void setN ame(String  value) {
  104           th is.name =  value;
  105       }
  106  
  107       /**
  108        * Get s the valu e of the i sNational  property.
  109        * 
  110        * @re turn
  111        *      possible  object is
  112        *      {@link Bo olean }
  113        *      
  114        */
  115       public  Boolean i sIsNationa l() {
  116           re turn isNat ional;
  117       }
  118  
  119       /**
  120        * Set s the valu e of the i sNational  property.
  121        * 
  122        * @pa ram value
  123        *      allowed o bject is
  124        *      {@link Bo olean }
  125        *      
  126        */
  127       public  void setI sNational( Boolean va lue) {
  128           th is.isNatio nal = valu e;
  129       }
  130  
  131       /**
  132        * Get s the valu e of the v uid proper ty.
  133        * 
  134        * @re turn
  135        *      possible  object is
  136        *      {@link St ring }
  137        *      
  138        */
  139       public  String ge tVuid() {
  140           re turn vuid;
  141       }
  142  
  143       /**
  144        * Set s the valu e of the v uid proper ty.
  145        * 
  146        * @pa ram value
  147        *      allowed o bject is
  148        *      {@link St ring }
  149        *      
  150        */
  151       public  void setV uid(String  value) {
  152           th is.vuid =  value;
  153       }
  154  
  155       /**
  156        * Get s the valu e of the t ype proper ty.
  157        * 
  158        * @re turn
  159        *      possible  object is
  160        *      {@link Ob servationT ypeTO }
  161        *      
  162        */
  163       public  Observati onTypeTO g etType() {
  164           re turn type;
  165       }
  166  
  167       /**
  168        * Set s the valu e of the t ype proper ty.
  169        * 
  170        * @pa ram value
  171        *      allowed o bject is
  172        *      {@link Ob servationT ypeTO }
  173        *      
  174        */
  175       public  void setT ype(Observ ationTypeT O value) {
  176           th is.type =  value;
  177       }
  178  
  179       /**
  180        * Get s the valu e of the o bserver pr operty.
  181        * 
  182        * @re turn
  183        *      possible  object is
  184        *      {@link Au thorTO }
  185        *      
  186        */
  187       public  AuthorTO  getObserve r() {
  188           re turn obser ver;
  189       }
  190  
  191       /**
  192        * Set s the valu e of the o bserver pr operty.
  193        * 
  194        * @pa ram value
  195        *      allowed o bject is
  196        *      {@link Au thorTO }
  197        *      
  198        */
  199       public  void setO bserver(Au thorTO val ue) {
  200           th is.observe r = value;
  201       }
  202  
  203       /**
  204        * Get s the valu e of the t imestamp p roperty.
  205        * 
  206        * @re turn
  207        *      possible  object is
  208        *      {@link St ring }
  209        *      
  210        */
  211       public  String ge tTimestamp () {
  212           re turn times tamp;
  213       }
  214  
  215       /**
  216        * Set s the valu e of the t imestamp p roperty.
  217        * 
  218        * @pa ram value
  219        *      allowed o bject is
  220        *      {@link St ring }
  221        *      
  222        */
  223       public  void setT imestamp(S tring valu e) {
  224           th is.timesta mp = value ;
  225       }
  226  
  227       /**
  228        * Get s the valu e of the f acility pr operty.
  229        * 
  230        * @re turn
  231        *      possible  object is
  232        *      {@link Ta ggedText }
  233        *      
  234        */
  235       public  TaggedTex t getFacil ity() {
  236           re turn facil ity;
  237       }
  238  
  239       /**
  240        * Set s the valu e of the f acility pr operty.
  241        * 
  242        * @pa ram value
  243        *      allowed o bject is
  244        *      {@link Ta ggedText }
  245        *      
  246        */
  247       public  void setF acility(Ta ggedText v alue) {
  248           th is.facilit y = value;
  249       }
  250  
  251   }