37538. EPMO Open Source Coordination Office Redaction File Detail Report

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

37538.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 HealthSummaryTO.java Wed Jan 16 16:06:32 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 HealthSummaryTO.java Wed Jan 16 20:17:25 2019 UTC

37538.2 Comparison summary

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

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

37538.4 Active regular expressions

No regular expressions were active.

37538.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  healthSum maryTO com plex 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="healt hSummaryTO "&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="o ccurrenceL imit" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/&gt ;
  21    *          &lt;eleme nt name="t imeLimit"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /&gt;
  22    *          &lt;eleme nt name="h eader" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t;
  23    *          &lt;eleme nt name="s egment" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"  form="unqu alified"/& gt;
  24    *          &lt;eleme nt name="f ile" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  25    *          &lt;eleme nt name="i fn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/&gt;
  26    *          &lt;eleme nt name="z erothNode"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/&gt;
  27    *          &lt;eleme nt name="t itle" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/&gt ;
  28    *          &lt;eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  29    *       & lt;/sequen ce&gt;
  30    *     &lt ;/extensio n&gt;
  31    *   &lt;/ complexCon tent&gt;
  32    * &lt;/co mplexType& gt;
  33    * </pre>
  34    * 
  35    * 
  36    */
  37   @XmlAccess orType(Xml AccessType .FIELD)
  38   @XmlType(n ame = "hea lthSummary TO", propO rder = {
  39       "id",
  40       "occur renceLimit ",
  41       "timeL imit",
  42       "heade r",
  43       "segme nt",
  44       "file" ,
  45       "ifn",
  46       "zerot hNode",
  47       "title ",
  48       "text"
  49   })
  50   public cla ss HealthS ummaryTO
  51       extend s Abstract TO
  52   {
  53  
  54       protec ted String  id;
  55       protec ted String  occurrenc eLimit;
  56       protec ted String  timeLimit ;
  57       protec ted String  header;
  58       protec ted String  segment;
  59       protec ted String  file;
  60       protec ted String  ifn;
  61       protec ted String  zerothNod e;
  62       protec ted String  title;
  63       protec ted String  text;
  64  
  65       /**
  66        * Get s the valu e of the i d property .
  67        * 
  68        * @re turn
  69        *      possible  object is
  70        *      {@link St ring }
  71        *      
  72        */
  73       public  String ge tId() {
  74           re turn id;
  75       }
  76  
  77       /**
  78        * Set s the valu e of the i d property .
  79        * 
  80        * @pa ram value
  81        *      allowed o bject is
  82        *      {@link St ring }
  83        *      
  84        */
  85       public  void setI d(String v alue) {
  86           th is.id = va lue;
  87       }
  88  
  89       /**
  90        * Get s the valu e of the o ccurrenceL imit prope rty.
  91        * 
  92        * @re turn
  93        *      possible  object is
  94        *      {@link St ring }
  95        *      
  96        */
  97       public  String ge tOccurrenc eLimit() {
  98           re turn occur renceLimit ;
  99       }
  100  
  101       /**
  102        * Set s the valu e of the o ccurrenceL imit prope rty.
  103        * 
  104        * @pa ram value
  105        *      allowed o bject is
  106        *      {@link St ring }
  107        *      
  108        */
  109       public  void setO ccurrenceL imit(Strin g value) {
  110           th is.occurre nceLimit =  value;
  111       }
  112  
  113       /**
  114        * Get s the valu e of the t imeLimit p roperty.
  115        * 
  116        * @re turn
  117        *      possible  object is
  118        *      {@link St ring }
  119        *      
  120        */
  121       public  String ge tTimeLimit () {
  122           re turn timeL imit;
  123       }
  124  
  125       /**
  126        * Set s the valu e of the t imeLimit p roperty.
  127        * 
  128        * @pa ram value
  129        *      allowed o bject is
  130        *      {@link St ring }
  131        *      
  132        */
  133       public  void setT imeLimit(S tring valu e) {
  134           th is.timeLim it = value ;
  135       }
  136  
  137       /**
  138        * Get s the valu e of the h eader prop erty.
  139        * 
  140        * @re turn
  141        *      possible  object is
  142        *      {@link St ring }
  143        *      
  144        */
  145       public  String ge tHeader()  {
  146           re turn heade r;
  147       }
  148  
  149       /**
  150        * Set s the valu e of the h eader prop erty.
  151        * 
  152        * @pa ram value
  153        *      allowed o bject is
  154        *      {@link St ring }
  155        *      
  156        */
  157       public  void setH eader(Stri ng value)  {
  158           th is.header  = value;
  159       }
  160  
  161       /**
  162        * Get s the valu e of the s egment pro perty.
  163        * 
  164        * @re turn
  165        *      possible  object is
  166        *      {@link St ring }
  167        *      
  168        */
  169       public  String ge tSegment()  {
  170           re turn segme nt;
  171       }
  172  
  173       /**
  174        * Set s the valu e of the s egment pro perty.
  175        * 
  176        * @pa ram value
  177        *      allowed o bject is
  178        *      {@link St ring }
  179        *      
  180        */
  181       public  void setS egment(Str ing value)  {
  182           th is.segment  = value;
  183       }
  184  
  185       /**
  186        * Get s the valu e of the f ile proper ty.
  187        * 
  188        * @re turn
  189        *      possible  object is
  190        *      {@link St ring }
  191        *      
  192        */
  193       public  String ge tFile() {
  194           re turn file;
  195       }
  196  
  197       /**
  198        * Set s the valu e of the f ile proper ty.
  199        * 
  200        * @pa ram value
  201        *      allowed o bject is
  202        *      {@link St ring }
  203        *      
  204        */
  205       public  void setF ile(String  value) {
  206           th is.file =  value;
  207       }
  208  
  209       /**
  210        * Get s the valu e of the i fn propert y.
  211        * 
  212        * @re turn
  213        *      possible  object is
  214        *      {@link St ring }
  215        *      
  216        */
  217       public  String ge tIfn() {
  218           re turn ifn;
  219       }
  220  
  221       /**
  222        * Set s the valu e of the i fn propert y.
  223        * 
  224        * @pa ram value
  225        *      allowed o bject is
  226        *      {@link St ring }
  227        *      
  228        */
  229       public  void setI fn(String  value) {
  230           th is.ifn = v alue;
  231       }
  232  
  233       /**
  234        * Get s the valu e of the z erothNode  property.
  235        * 
  236        * @re turn
  237        *      possible  object is
  238        *      {@link St ring }
  239        *      
  240        */
  241       public  String ge tZerothNod e() {
  242           re turn zerot hNode;
  243       }
  244  
  245       /**
  246        * Set s the valu e of the z erothNode  property.
  247        * 
  248        * @pa ram value
  249        *      allowed o bject is
  250        *      {@link St ring }
  251        *      
  252        */
  253       public  void setZ erothNode( String val ue) {
  254           th is.zerothN ode = valu e;
  255       }
  256  
  257       /**
  258        * Get s the valu e of the t itle prope rty.
  259        * 
  260        * @re turn
  261        *      possible  object is
  262        *      {@link St ring }
  263        *      
  264        */
  265       public  String ge tTitle() {
  266           re turn title ;
  267       }
  268  
  269       /**
  270        * Set s the valu e of the t itle prope rty.
  271        * 
  272        * @pa ram value
  273        *      allowed o bject is
  274        *      {@link St ring }
  275        *      
  276        */
  277       public  void setT itle(Strin g value) {
  278           th is.title =  value;
  279       }
  280  
  281       /**
  282        * Get s the valu e of the t ext proper ty.
  283        * 
  284        * @re turn
  285        *      possible  object is
  286        *      {@link St ring }
  287        *      
  288        */
  289       public  String ge tText() {
  290           re turn text;
  291       }
  292  
  293       /**
  294        * Set s the valu e of the t ext proper ty.
  295        * 
  296        * @pa ram value
  297        *      allowed o bject is
  298        *      {@link St ring }
  299        *      
  300        */
  301       public  void setT ext(String  value) {
  302           th is.text =  value;
  303       }
  304  
  305   }