3460. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:16 PM Eastern 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.

3460.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:16 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas BaseAddressInfo.java Fri Apr 21 20:03:26 2017 UTC

3460.2 Comparison summary

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

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

3460.4 Active regular expressions

No regular expressions were active.

3460.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.XmlType ;
        7  
        8  
        9   /**
        10    * <p>Java  class for  baseAddre ssInfo 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="baseA ddressInfo ">
        16    *   &lt;c omplexCont ent>
        17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        18    *       & lt;all>
        19    *          &lt;eleme nt name="c ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
        20    *          &lt;eleme nt name="c ountry" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
        21    *          &lt;eleme nt name="c ounty" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
        22    *          &lt;eleme nt name="l ine1" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
        23    *          &lt;eleme nt name="l ine2" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
        24    *          &lt;eleme nt name="l ine3" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
        25    *          &lt;eleme nt name="p ostalCode"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
        26    *          &lt;eleme nt name="p rovinceCod e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
        27    *          &lt;eleme nt name="s tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
        28    *          &lt;eleme nt name="z ipCode" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
        29    *          &lt;eleme nt name="z ipPlus4" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
        30    *       & lt;/all>
        31    *     &lt ;/restrict ion>
        32    *   &lt;/ complexCon tent>
        33    * &lt;/co mplexType>
        34    * </pre>
        35    * 
        36    * 
        37    */
        38   @XmlAccess orType(Xml AccessType .FIELD)
        39   @XmlType(n ame = "bas eAddressIn fo", propO rder = {
        40  
        41   })
        42   public cla ss BaseAdd ressInfo {
        43  
        44       protec ted String  city;
        45       protec ted String  country;
        46       protec ted String  county;
        47       protec ted String  line1;
        48       protec ted String  line2;
        49       protec ted String  line3;
        50       protec ted String  postalCod e;
        51       protec ted String  provinceC ode;
        52       protec ted String  state;
        53       protec ted String  zipCode;
        54       protec ted String  zipPlus4;
        55  
        56       /**
        57        * Get s the valu e of the c ity proper ty.
        58        * 
        59        * @re turn
        60        *      possible  object is
        61        *      {@link St ring }
        62        *      
        63        */
        64       public  String ge tCity() {
        65           re turn city;
        66       }
        67  
        68       /**
        69        * Set s the valu e of the c ity proper ty.
        70        * 
        71        * @pa ram value
        72        *      allowed o bject is
        73        *      {@link St ring }
        74        *      
        75        */
        76       public  void setC ity(String  value) {
        77           th is.city =  value;
        78       }
        79  
        80       /**
        81        * Get s the valu e of the c ountry pro perty.
        82        * 
        83        * @re turn
        84        *      possible  object is
        85        *      {@link St ring }
        86        *      
        87        */
        88       public  String ge tCountry()  {
        89           re turn count ry;
        90       }
        91  
        92       /**
        93        * Set s the valu e of the c ountry pro perty.
        94        * 
        95        * @pa ram value
        96        *      allowed o bject is
        97        *      {@link St ring }
        98        *      
        99        */
        100       public  void setC ountry(Str ing value)  {
        101           th is.country  = value;
        102       }
        103  
        104       /**
        105        * Get s the valu e of the c ounty prop erty.
        106        * 
        107        * @re turn
        108        *      possible  object is
        109        *      {@link St ring }
        110        *      
        111        */
        112       public  String ge tCounty()  {
        113           re turn count y;
        114       }
        115  
        116       /**
        117        * Set s the valu e of the c ounty prop erty.
        118        * 
        119        * @pa ram value
        120        *      allowed o bject is
        121        *      {@link St ring }
        122        *      
        123        */
        124       public  void setC ounty(Stri ng value)  {
        125           th is.county  = value;
        126       }
        127  
        128       /**
        129        * Get s the valu e of the l ine1 prope rty.
        130        * 
        131        * @re turn
        132        *      possible  object is
        133        *      {@link St ring }
        134        *      
        135        */
        136       public  String ge tLine1() {
        137           re turn line1 ;
        138       }
        139  
        140       /**
        141        * Set s the valu e of the l ine1 prope rty.
        142        * 
        143        * @pa ram value
        144        *      allowed o bject is
        145        *      {@link St ring }
        146        *      
        147        */
        148       public  void setL ine1(Strin g value) {
        149           th is.line1 =  value;
        150       }
        151  
        152       /**
        153        * Get s the valu e of the l ine2 prope rty.
        154        * 
        155        * @re turn
        156        *      possible  object is
        157        *      {@link St ring }
        158        *      
        159        */
        160       public  String ge tLine2() {
        161           re turn line2 ;
        162       }
        163  
        164       /**
        165        * Set s the valu e of the l ine2 prope rty.
        166        * 
        167        * @pa ram value
        168        *      allowed o bject is
        169        *      {@link St ring }
        170        *      
        171        */
        172       public  void setL ine2(Strin g value) {
        173           th is.line2 =  value;
        174       }
        175  
        176       /**
        177        * Get s the valu e of the l ine3 prope rty.
        178        * 
        179        * @re turn
        180        *      possible  object is
        181        *      {@link St ring }
        182        *      
        183        */
        184       public  String ge tLine3() {
        185           re turn line3 ;
        186       }
        187  
        188       /**
        189        * Set s the valu e of the l ine3 prope rty.
        190        * 
        191        * @pa ram value
        192        *      allowed o bject is
        193        *      {@link St ring }
        194        *      
        195        */
        196       public  void setL ine3(Strin g value) {
        197           th is.line3 =  value;
        198       }
        199  
        200       /**
        201        * Get s the valu e of the p ostalCode  property.
        202        * 
        203        * @re turn
        204        *      possible  object is
        205        *      {@link St ring }
        206        *      
        207        */
        208       public  String ge tPostalCod e() {
        209           re turn posta lCode;
        210       }
        211  
        212       /**
        213        * Set s the valu e of the p ostalCode  property.
        214        * 
        215        * @pa ram value
        216        *      allowed o bject is
        217        *      {@link St ring }
        218        *      
        219        */
        220       public  void setP ostalCode( String val ue) {
        221           th is.postalC ode = valu e;
        222       }
        223  
        224       /**
        225        * Get s the valu e of the p rovinceCod e property .
        226        * 
        227        * @re turn
        228        *      possible  object is
        229        *      {@link St ring }
        230        *      
        231        */
        232       public  String ge tProvinceC ode() {
        233           re turn provi nceCode;
        234       }
        235  
        236       /**
        237        * Set s the valu e of the p rovinceCod e property .
        238        * 
        239        * @pa ram value
        240        *      allowed o bject is
        241        *      {@link St ring }
        242        *      
        243        */
        244       public  void setP rovinceCod e(String v alue) {
        245           th is.provinc eCode = va lue;
        246       }
        247  
        248       /**
        249        * Get s the valu e of the s tate prope rty.
        250        * 
        251        * @re turn
        252        *      possible  object is
        253        *      {@link St ring }
        254        *      
        255        */
        256       public  String ge tState() {
        257           re turn state ;
        258       }
        259  
        260       /**
        261        * Set s the valu e of the s tate prope rty.
        262        * 
        263        * @pa ram value
        264        *      allowed o bject is
        265        *      {@link St ring }
        266        *      
        267        */
        268       public  void setS tate(Strin g value) {
        269           th is.state =  value;
        270       }
        271  
        272       /**
        273        * Get s the valu e of the z ipCode pro perty.
        274        * 
        275        * @re turn
        276        *      possible  object is
        277        *      {@link St ring }
        278        *      
        279        */
        280       public  String ge tZipCode()  {
        281           re turn zipCo de;
        282       }
        283  
        284       /**
        285        * Set s the valu e of the z ipCode pro perty.
        286        * 
        287        * @pa ram value
        288        *      allowed o bject is
        289        *      {@link St ring }
        290        *      
        291        */
        292       public  void setZ ipCode(Str ing value)  {
        293           th is.zipCode  = value;
        294       }
        295  
        296       /**
        297        * Get s the valu e of the z ipPlus4 pr operty.
        298        * 
        299        * @re turn
        300        *      possible  object is
        301        *      {@link St ring }
        302        *      
        303        */
        304       public  String ge tZipPlus4( ) {
        305           re turn zipPl us4;
        306       }
        307  
        308       /**
        309        * Set s the valu e of the z ipPlus4 pr operty.
        310        * 
        311        * @pa ram value
        312        *      allowed o bject is
        313        *      {@link St ring }
        314        *      
        315        */
        316       public  void setZ ipPlus4(St ring value ) {
        317           th is.zipPlus 4 = value;
        318       }
        319  
        320   }