557. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/5/2017 4:25:30 PM Central Daylight 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.

557.1 Files compared

# Location File Last Modified
1 C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas AddressInfo.java Wed Feb 1 18:37:28 2017 UTC
2 eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas AddressInfo.java Mon Apr 3 14:02:38 2017 UTC

557.2 Comparison summary

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

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

557.4 Active regular expressions

No regular expressions were active.

557.5 Comparison detail

  1  
  2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
  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.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  9  
  10  
  11   /**
  12    * <p>Java  class for  addressIn fo 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="addre ssInfo">
  18    *   &lt;c omplexCont ent>
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  20    *       & lt;all>
  21    *          &lt;eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  22    *          &lt;eleme nt name="c ountry" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  23    *          &lt;eleme nt name="c ounty" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  24    *          &lt;eleme nt name="l ine1" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  25    *          &lt;eleme nt name="l ine2" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  26    *          &lt;eleme nt name="l ine3" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  27    *          &lt;eleme nt name="p ostalCode"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  28    *          &lt;eleme nt name="p rovinceCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
  29    *          &lt;eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  30    *          &lt;eleme nt name="z ipCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  31    *          &lt;eleme nt name="z ipPlus4" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  32    *          &lt;eleme nt name="a ddressChan geDateTime " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/>
  33    *          &lt;eleme nt name="a ddressChan geEffectiv eDate" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  34    *          &lt;eleme nt name="a ddressChan geSite" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  35    *          &lt;eleme nt name="a ddressChan geSource"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  36    *          &lt;eleme nt name="a ddressType Code" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
  37    *          &lt;eleme nt name="b adAddressR eason" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  38    *           &lt;elemen t name="co nfidential AddressCat egories" t ype="{http ://jaxws.w ebservices .esr. URL         /schemas}c onfidentia lAddressCa tegoryColl ection" mi nOccurs="0 "/>
  39    *          &lt;eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
  40    *          &lt;eleme nt name="p honeNumber " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
  41    *       & lt;/all>
  42    *     &lt ;/restrict ion>
  43    *   &lt;/ complexCon tent>
  44    * &lt;/co mplexType>
  45    * </pre>
  46    * 
  47    * 
  48    */
  49   @XmlAccess orType(Xml AccessType .FIELD)
  50   @XmlType(n ame = "add ressInfo",  propOrder  = {
  51  
  52   })
  53   public cla ss Address Info {
  54  
  55       protec ted String  city;
  56       protec ted String  country;
  57       protec ted String  county;
  58       protec ted String  line1;
  59       protec ted String  line2;
  60       protec ted String  line3;
  61       protec ted String  postalCod e;
  62       protec ted String  provinceC ode;
  63       protec ted String  state;
  64       protec ted String  zipCode;
  65       protec ted String  zipPlus4;
  66       @XmlSc hemaType(n ame = "dat eTime")
  67       protec ted XMLGre gorianCale ndar addre ssChangeDa teTime;
  68       protec ted String  addressCh angeEffect iveDate;
  69       protec ted String  addressCh angeSite;
  70       protec ted String  addressCh angeSource ;
  71       protec ted String  addressTy peCode;
  72       protec ted String  badAddres sReason;
  73       protec ted Confid entialAddr essCategor yCollectio n confiden tialAddres sCategorie s;
  74       protec ted String  endDate;
  75       protec ted String  phoneNumb er;
  76  
  77       /**
  78        * Get s the valu e of the c ity proper ty.
  79        * 
  80        * @re turn
  81        *      possible  object is
  82        *      {@link St ring }
  83        *      
  84        */
  85       public  String ge tCity() {
  86           re turn city;
  87       }
  88  
  89       /**
  90        * Set s the valu e of the c ity proper ty.
  91        * 
  92        * @pa ram value
  93        *      allowed o bject is
  94        *      {@link St ring }
  95        *      
  96        */
  97       public  void setC ity(String  value) {
  98           th is.city =  value;
  99       }
  100  
  101       /**
  102        * Get s the valu e of the c ountry pro perty.
  103        * 
  104        * @re turn
  105        *      possible  object is
  106        *      {@link St ring }
  107        *      
  108        */
  109       public  String ge tCountry()  {
  110           re turn count ry;
  111       }
  112  
  113       /**
  114        * Set s the valu e of the c ountry pro perty.
  115        * 
  116        * @pa ram value
  117        *      allowed o bject is
  118        *      {@link St ring }
  119        *      
  120        */
  121       public  void setC ountry(Str ing value)  {
  122           th is.country  = value;
  123       }
  124  
  125       /**
  126        * Get s the valu e of the c ounty prop erty.
  127        * 
  128        * @re turn
  129        *      possible  object is
  130        *      {@link St ring }
  131        *      
  132        */
  133       public  String ge tCounty()  {
  134           re turn count y;
  135       }
  136  
  137       /**
  138        * Set s the valu e of the c ounty prop erty.
  139        * 
  140        * @pa ram value
  141        *      allowed o bject is
  142        *      {@link St ring }
  143        *      
  144        */
  145       public  void setC ounty(Stri ng value)  {
  146           th is.county  = value;
  147       }
  148  
  149       /**
  150        * Get s the valu e of the l ine1 prope rty.
  151        * 
  152        * @re turn
  153        *      possible  object is
  154        *      {@link St ring }
  155        *      
  156        */
  157       public  String ge tLine1() {
  158           re turn line1 ;
  159       }
  160  
  161       /**
  162        * Set s the valu e of the l ine1 prope rty.
  163        * 
  164        * @pa ram value
  165        *      allowed o bject is
  166        *      {@link St ring }
  167        *      
  168        */
  169       public  void setL ine1(Strin g value) {
  170           th is.line1 =  value;
  171       }
  172  
  173       /**
  174        * Get s the valu e of the l ine2 prope rty.
  175        * 
  176        * @re turn
  177        *      possible  object is
  178        *      {@link St ring }
  179        *      
  180        */
  181       public  String ge tLine2() {
  182           re turn line2 ;
  183       }
  184  
  185       /**
  186        * Set s the valu e of the l ine2 prope rty.
  187        * 
  188        * @pa ram value
  189        *      allowed o bject is
  190        *      {@link St ring }
  191        *      
  192        */
  193       public  void setL ine2(Strin g value) {
  194           th is.line2 =  value;
  195       }
  196  
  197       /**
  198        * Get s the valu e of the l ine3 prope rty.
  199        * 
  200        * @re turn
  201        *      possible  object is
  202        *      {@link St ring }
  203        *      
  204        */
  205       public  String ge tLine3() {
  206           re turn line3 ;
  207       }
  208  
  209       /**
  210        * Set s the valu e of the l ine3 prope rty.
  211        * 
  212        * @pa ram value
  213        *      allowed o bject is
  214        *      {@link St ring }
  215        *      
  216        */
  217       public  void setL ine3(Strin g value) {
  218           th is.line3 =  value;
  219       }
  220  
  221       /**
  222        * Get s the valu e of the p ostalCode  property.
  223        * 
  224        * @re turn
  225        *      possible  object is
  226        *      {@link St ring }
  227        *      
  228        */
  229       public  String ge tPostalCod e() {
  230           re turn posta lCode;
  231       }
  232  
  233       /**
  234        * Set s the valu e of the p ostalCode  property.
  235        * 
  236        * @pa ram value
  237        *      allowed o bject is
  238        *      {@link St ring }
  239        *      
  240        */
  241       public  void setP ostalCode( String val ue) {
  242           th is.postalC ode = valu e;
  243       }
  244  
  245       /**
  246        * Get s the valu e of the p rovinceCod e property .
  247        * 
  248        * @re turn
  249        *      possible  object is
  250        *      {@link St ring }
  251        *      
  252        */
  253       public  String ge tProvinceC ode() {
  254           re turn provi nceCode;
  255       }
  256  
  257       /**
  258        * Set s the valu e of the p rovinceCod e property .
  259        * 
  260        * @pa ram value
  261        *      allowed o bject is
  262        *      {@link St ring }
  263        *      
  264        */
  265       public  void setP rovinceCod e(String v alue) {
  266           th is.provinc eCode = va lue;
  267       }
  268  
  269       /**
  270        * Get s the valu e of the s tate prope rty.
  271        * 
  272        * @re turn
  273        *      possible  object is
  274        *      {@link St ring }
  275        *      
  276        */
  277       public  String ge tState() {
  278           re turn state ;
  279       }
  280  
  281       /**
  282        * Set s the valu e of the s tate prope rty.
  283        * 
  284        * @pa ram value
  285        *      allowed o bject is
  286        *      {@link St ring }
  287        *      
  288        */
  289       public  void setS tate(Strin g value) {
  290           th is.state =  value;
  291       }
  292  
  293       /**
  294        * Get s the valu e of the z ipCode pro perty.
  295        * 
  296        * @re turn
  297        *      possible  object is
  298        *      {@link St ring }
  299        *      
  300        */
  301       public  String ge tZipCode()  {
  302           re turn zipCo de;
  303       }
  304  
  305       /**
  306        * Set s the valu e of the z ipCode pro perty.
  307        * 
  308        * @pa ram value
  309        *      allowed o bject is
  310        *      {@link St ring }
  311        *      
  312        */
  313       public  void setZ ipCode(Str ing value)  {
  314           th is.zipCode  = value;
  315       }
  316  
  317       /**
  318        * Get s the valu e of the z ipPlus4 pr operty.
  319        * 
  320        * @re turn
  321        *      possible  object is
  322        *      {@link St ring }
  323        *      
  324        */
  325       public  String ge tZipPlus4( ) {
  326           re turn zipPl us4;
  327       }
  328  
  329       /**
  330        * Set s the valu e of the z ipPlus4 pr operty.
  331        * 
  332        * @pa ram value
  333        *      allowed o bject is
  334        *      {@link St ring }
  335        *      
  336        */
  337       public  void setZ ipPlus4(St ring value ) {
  338           th is.zipPlus 4 = value;
  339       }
  340  
  341       /**
  342        * Get s the valu e of the a ddressChan geDateTime  property.
  343        * 
  344        * @re turn
  345        *      possible  object is
  346        *      {@link XM LGregorian Calendar }
  347        *      
  348        */
  349       public  XMLGregor ianCalenda r getAddre ssChangeDa teTime() {
  350           re turn addre ssChangeDa teTime;
  351       }
  352  
  353       /**
  354        * Set s the valu e of the a ddressChan geDateTime  property.
  355        * 
  356        * @pa ram value
  357        *      allowed o bject is
  358        *      {@link XM LGregorian Calendar }
  359        *      
  360        */
  361       public  void setA ddressChan geDateTime (XMLGregor ianCalenda r value) {
  362           th is.address ChangeDate Time = val ue;
  363       }
  364  
  365       /**
  366        * Get s the valu e of the a ddressChan geEffectiv eDate prop erty.
  367        * 
  368        * @re turn
  369        *      possible  object is
  370        *      {@link St ring }
  371        *      
  372        */
  373       public  String ge tAddressCh angeEffect iveDate()  {
  374           re turn addre ssChangeEf fectiveDat e;
  375       }
  376  
  377       /**
  378        * Set s the valu e of the a ddressChan geEffectiv eDate prop erty.
  379        * 
  380        * @pa ram value
  381        *      allowed o bject is
  382        *      {@link St ring }
  383        *      
  384        */
  385       public  void setA ddressChan geEffectiv eDate(Stri ng value)  {
  386           th is.address ChangeEffe ctiveDate  = value;
  387       }
  388  
  389       /**
  390        * Get s the valu e of the a ddressChan geSite pro perty.
  391        * 
  392        * @re turn
  393        *      possible  object is
  394        *      {@link St ring }
  395        *      
  396        */
  397       public  String ge tAddressCh angeSite()  {
  398           re turn addre ssChangeSi te;
  399       }
  400  
  401       /**
  402        * Set s the valu e of the a ddressChan geSite pro perty.
  403        * 
  404        * @pa ram value
  405        *      allowed o bject is
  406        *      {@link St ring }
  407        *      
  408        */
  409       public  void setA ddressChan geSite(Str ing value)  {
  410           th is.address ChangeSite  = value;
  411       }
  412  
  413       /**
  414        * Get s the valu e of the a ddressChan geSource p roperty.
  415        * 
  416        * @re turn
  417        *      possible  object is
  418        *      {@link St ring }
  419        *      
  420        */
  421       public  String ge tAddressCh angeSource () {
  422           re turn addre ssChangeSo urce;
  423       }
  424  
  425       /**
  426        * Set s the valu e of the a ddressChan geSource p roperty.
  427        * 
  428        * @pa ram value
  429        *      allowed o bject is
  430        *      {@link St ring }
  431        *      
  432        */
  433       public  void setA ddressChan geSource(S tring valu e) {
  434           th is.address ChangeSour ce = value ;
  435       }
  436  
  437       /**
  438        * Get s the valu e of the a ddressType Code prope rty.
  439        * 
  440        * @re turn
  441        *      possible  object is
  442        *      {@link St ring }
  443        *      
  444        */
  445       public  String ge tAddressTy peCode() {
  446           re turn addre ssTypeCode ;
  447       }
  448  
  449       /**
  450        * Set s the valu e of the a ddressType Code prope rty.
  451        * 
  452        * @pa ram value
  453        *      allowed o bject is
  454        *      {@link St ring }
  455        *      
  456        */
  457       public  void setA ddressType Code(Strin g value) {
  458           th is.address TypeCode =  value;
  459       }
  460  
  461       /**
  462        * Get s the valu e of the b adAddressR eason prop erty.
  463        * 
  464        * @re turn
  465        *      possible  object is
  466        *      {@link St ring }
  467        *      
  468        */
  469       public  String ge tBadAddres sReason()  {
  470           re turn badAd dressReaso n;
  471       }
  472  
  473       /**
  474        * Set s the valu e of the b adAddressR eason prop erty.
  475        * 
  476        * @pa ram value
  477        *      allowed o bject is
  478        *      {@link St ring }
  479        *      
  480        */
  481       public  void setB adAddressR eason(Stri ng value)  {
  482           th is.badAddr essReason  = value;
  483       }
  484  
  485       /**
  486        * Get s the valu e of the c onfidentia lAddressCa tegories p roperty.
  487        * 
  488        * @re turn
  489        *      possible  object is
  490        *      {@link Co nfidential AddressCat egoryColle ction }
  491        *      
  492        */
  493       public  Confident ialAddress CategoryCo llection g etConfiden tialAddres sCategorie s() {
  494           re turn confi dentialAdd ressCatego ries;
  495       }
  496  
  497       /**
  498        * Set s the valu e of the c onfidentia lAddressCa tegories p roperty.
  499        * 
  500        * @pa ram value
  501        *      allowed o bject is
  502        *      {@link Co nfidential AddressCat egoryColle ction }
  503        *      
  504        */
  505       public  void setC onfidentia lAddressCa tegories(C onfidentia lAddressCa tegoryColl ection val ue) {
  506           th is.confide ntialAddre ssCategori es = value ;
  507       }
  508  
  509       /**
  510        * Get s the valu e of the e ndDate pro perty.
  511        * 
  512        * @re turn
  513        *      possible  object is
  514        *      {@link St ring }
  515        *      
  516        */
  517       public  String ge tEndDate()  {
  518           re turn endDa te;
  519       }
  520  
  521       /**
  522        * Set s the valu e of the e ndDate pro perty.
  523        * 
  524        * @pa ram value
  525        *      allowed o bject is
  526        *      {@link St ring }
  527        *      
  528        */
  529       public  void setE ndDate(Str ing value)  {
  530           th is.endDate  = value;
  531       }
  532  
  533       /**
  534        * Get s the valu e of the p honeNumber  property.
  535        * 
  536        * @re turn
  537        *      possible  object is
  538        *      {@link St ring }
  539        *      
  540        */
  541       public  String ge tPhoneNumb er() {
  542           re turn phone Number;
  543       }
  544  
  545       /**
  546        * Set s the valu e of the p honeNumber  property.
  547        * 
  548        * @pa ram value
  549        *      allowed o bject is
  550        *      {@link St ring }
  551        *      
  552        */
  553       public  void setP honeNumber (String va lue) {
  554           th is.phoneNu mber = val ue;
  555       }
  556  
  557   }