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

37321.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 AddressTO.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 AddressTO.java Wed Jan 16 20:15:12 2019 UTC

37321.2 Comparison summary

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

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

37321.4 Active regular expressions

No regular expressions were active.

37321.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  addressTO  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="addre ssTO"&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="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  20    *          &lt;eleme nt name="s treetAddre ss1" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  21    *          &lt;eleme nt name="s treetAddre ss2" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  22    *          &lt;eleme nt name="s treetAddre ss3" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  23    *          &lt;eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/&gt;
  24    *          &lt;eleme nt name="c ounty" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t;
  25    *          &lt;eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/&gt ;
  26    *          &lt;eleme nt name="z ipcode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"  form="unqu alified"/& gt;
  27    *          &lt;eleme nt name="c ountry" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"  form="unqu alified"/& gt;
  28    *          &lt;eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0" form=" unqualifie d"/&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 = "add ressTO", p ropOrder =  {
  39       "type" ,
  40       "stree tAddress1" ,
  41       "stree tAddress2" ,
  42       "stree tAddress3" ,
  43       "city" ,
  44       "count y",
  45       "state ",
  46       "zipco de",
  47       "count ry",
  48       "descr iption"
  49   })
  50   public cla ss Address TO
  51       extend s Abstract TO
  52   {
  53  
  54       protec ted String  type;
  55       protec ted String  streetAdd ress1;
  56       protec ted String  streetAdd ress2;
  57       protec ted String  streetAdd ress3;
  58       protec ted String  city;
  59       protec ted String  county;
  60       protec ted String  state;
  61       protec ted String  zipcode;
  62       protec ted String  country;
  63       protec ted String  descripti on;
  64  
  65       /**
  66        * Get s the valu e of the t ype proper ty.
  67        * 
  68        * @re turn
  69        *      possible  object is
  70        *      {@link St ring }
  71        *      
  72        */
  73       public  String ge tType() {
  74           re turn type;
  75       }
  76  
  77       /**
  78        * Set s the valu e of the t ype proper ty.
  79        * 
  80        * @pa ram value
  81        *      allowed o bject is
  82        *      {@link St ring }
  83        *      
  84        */
  85       public  void setT ype(String  value) {
  86           th is.type =  value;
  87       }
  88  
  89       /**
  90        * Get s the valu e of the s treetAddre ss1 proper ty.
  91        * 
  92        * @re turn
  93        *      possible  object is
  94        *      {@link St ring }
  95        *      
  96        */
  97       public  String ge tStreetAdd ress1() {
  98           re turn stree tAddress1;
  99       }
  100  
  101       /**
  102        * Set s the valu e of the s treetAddre ss1 proper ty.
  103        * 
  104        * @pa ram value
  105        *      allowed o bject is
  106        *      {@link St ring }
  107        *      
  108        */
  109       public  void setS treetAddre ss1(String  value) {
  110           th is.streetA ddress1 =  value;
  111       }
  112  
  113       /**
  114        * Get s the valu e of the s treetAddre ss2 proper ty.
  115        * 
  116        * @re turn
  117        *      possible  object is
  118        *      {@link St ring }
  119        *      
  120        */
  121       public  String ge tStreetAdd ress2() {
  122           re turn stree tAddress2;
  123       }
  124  
  125       /**
  126        * Set s the valu e of the s treetAddre ss2 proper ty.
  127        * 
  128        * @pa ram value
  129        *      allowed o bject is
  130        *      {@link St ring }
  131        *      
  132        */
  133       public  void setS treetAddre ss2(String  value) {
  134           th is.streetA ddress2 =  value;
  135       }
  136  
  137       /**
  138        * Get s the valu e of the s treetAddre ss3 proper ty.
  139        * 
  140        * @re turn
  141        *      possible  object is
  142        *      {@link St ring }
  143        *      
  144        */
  145       public  String ge tStreetAdd ress3() {
  146           re turn stree tAddress3;
  147       }
  148  
  149       /**
  150        * Set s the valu e of the s treetAddre ss3 proper ty.
  151        * 
  152        * @pa ram value
  153        *      allowed o bject is
  154        *      {@link St ring }
  155        *      
  156        */
  157       public  void setS treetAddre ss3(String  value) {
  158           th is.streetA ddress3 =  value;
  159       }
  160  
  161       /**
  162        * Get s the valu e of the c ity proper ty.
  163        * 
  164        * @re turn
  165        *      possible  object is
  166        *      {@link St ring }
  167        *      
  168        */
  169       public  String ge tCity() {
  170           re turn city;
  171       }
  172  
  173       /**
  174        * Set s the valu e of the c ity proper ty.
  175        * 
  176        * @pa ram value
  177        *      allowed o bject is
  178        *      {@link St ring }
  179        *      
  180        */
  181       public  void setC ity(String  value) {
  182           th is.city =  value;
  183       }
  184  
  185       /**
  186        * Get s the valu e of the c ounty prop erty.
  187        * 
  188        * @re turn
  189        *      possible  object is
  190        *      {@link St ring }
  191        *      
  192        */
  193       public  String ge tCounty()  {
  194           re turn count y;
  195       }
  196  
  197       /**
  198        * Set s the valu e of the c ounty prop erty.
  199        * 
  200        * @pa ram value
  201        *      allowed o bject is
  202        *      {@link St ring }
  203        *      
  204        */
  205       public  void setC ounty(Stri ng value)  {
  206           th is.county  = value;
  207       }
  208  
  209       /**
  210        * Get s the valu e of the s tate prope rty.
  211        * 
  212        * @re turn
  213        *      possible  object is
  214        *      {@link St ring }
  215        *      
  216        */
  217       public  String ge tState() {
  218           re turn state ;
  219       }
  220  
  221       /**
  222        * Set s the valu e of the s tate prope rty.
  223        * 
  224        * @pa ram value
  225        *      allowed o bject is
  226        *      {@link St ring }
  227        *      
  228        */
  229       public  void setS tate(Strin g value) {
  230           th is.state =  value;
  231       }
  232  
  233       /**
  234        * Get s the valu e of the z ipcode pro perty.
  235        * 
  236        * @re turn
  237        *      possible  object is
  238        *      {@link St ring }
  239        *      
  240        */
  241       public  String ge tZipcode()  {
  242           re turn zipco de;
  243       }
  244  
  245       /**
  246        * Set s the valu e of the z ipcode pro perty.
  247        * 
  248        * @pa ram value
  249        *      allowed o bject is
  250        *      {@link St ring }
  251        *      
  252        */
  253       public  void setZ ipcode(Str ing value)  {
  254           th is.zipcode  = value;
  255       }
  256  
  257       /**
  258        * Get s the valu e of the c ountry pro perty.
  259        * 
  260        * @re turn
  261        *      possible  object is
  262        *      {@link St ring }
  263        *      
  264        */
  265       public  String ge tCountry()  {
  266           re turn count ry;
  267       }
  268  
  269       /**
  270        * Set s the valu e of the c ountry pro perty.
  271        * 
  272        * @pa ram value
  273        *      allowed o bject is
  274        *      {@link St ring }
  275        *      
  276        */
  277       public  void setC ountry(Str ing value)  {
  278           th is.country  = value;
  279       }
  280  
  281       /**
  282        * Get s the valu e of the d escription  property.
  283        * 
  284        * @re turn
  285        *      possible  object is
  286        *      {@link St ring }
  287        *      
  288        */
  289       public  String ge tDescripti on() {
  290           re turn descr iption;
  291       }
  292  
  293       /**
  294        * Set s the valu e of the d escription  property.
  295        * 
  296        * @pa ram value
  297        *      allowed o bject is
  298        *      {@link St ring }
  299        *      
  300        */
  301       public  void setD escription (String va lue) {
  302           th is.descrip tion = val ue;
  303       }
  304  
  305   }