29. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:13:55 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.

29.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde EmploymentInfo.java Fri Aug 26 21:28:58 2016 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde EmploymentInfo.java Tue Apr 25 13:10:12 2017 UTC

29.2 Comparison summary

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

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

29.4 Active regular expressions

No regular expressions were active.

29.5 Comparison detail

  1  
  2   package go v.va.med.p harmacy.ws clients.eA nde;
  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  employmen tInfo comp lex 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="emplo ymentInfo" &gt;
  16    *   &lt;c omplexCont ent&gt;
  17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  18    *       & lt;all&gt;
  19    *           &lt;elemen t name="em ployerAddr ess" type= "{http:// DNS . URL         /schemas}a ddressInfo " minOccur s="0"/&gt;
  20    *          &lt;eleme nt name="e mployerNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/&gt;
  21    *          &lt;eleme nt name="e mployerPho ne" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/&gt;
  22    *          &lt;eleme nt name="e mploymentS tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  23    *          &lt;eleme nt name="o ccupation"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/&gt;
  24    *          &lt;eleme nt name="r etirementD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/&gt ;
  25    *       & lt;/all&gt ;
  26    *     &lt ;/restrict ion&gt;
  27    *   &lt;/ complexCon tent&gt;
  28    * &lt;/co mplexType& gt;
  29    * </pre>
  30    * 
  31    * 
  32    */
  33   @XmlAccess orType(Xml AccessType .FIELD)
  34   @XmlType(n ame = "emp loymentInf o", propOr der = {
  35  
  36   })
  37   public cla ss Employm entInfo {
  38  
  39       protec ted Addres sInfo empl oyerAddres s;
  40       protec ted String  employerN ame;
  41       protec ted String  employerP hone;
  42       protec ted String  employmen tStatus;
  43       protec ted String  occupatio n;
  44       protec ted String  retiremen tDate;
  45  
  46       /**
  47        * Get s the valu e of the e mployerAdd ress prope rty.
  48        * 
  49        * @re turn
  50        *      possible  object is
  51        *      {@link Ad dressInfo  }
  52        *      
  53        */
  54       public  AddressIn fo getEmpl oyerAddres s() {
  55           re turn emplo yerAddress ;
  56       }
  57  
  58       /**
  59        * Set s the valu e of the e mployerAdd ress prope rty.
  60        * 
  61        * @pa ram value
  62        *      allowed o bject is
  63        *      {@link Ad dressInfo  }
  64        *      
  65        */
  66       public  void setE mployerAdd ress(Addre ssInfo val ue) {
  67           th is.employe rAddress =  value;
  68       }
  69  
  70       /**
  71        * Get s the valu e of the e mployerNam e property .
  72        * 
  73        * @re turn
  74        *      possible  object is
  75        *      {@link St ring }
  76        *      
  77        */
  78       public  String ge tEmployerN ame() {
  79           re turn emplo yerName;
  80       }
  81  
  82       /**
  83        * Set s the valu e of the e mployerNam e property .
  84        * 
  85        * @pa ram value
  86        *      allowed o bject is
  87        *      {@link St ring }
  88        *      
  89        */
  90       public  void setE mployerNam e(String v alue) {
  91           th is.employe rName = va lue;
  92       }
  93  
  94       /**
  95        * Get s the valu e of the e mployerPho ne propert y.
  96        * 
  97        * @re turn
  98        *      possible  object is
  99        *      {@link St ring }
  100        *      
  101        */
  102       public  String ge tEmployerP hone() {
  103           re turn emplo yerPhone;
  104       }
  105  
  106       /**
  107        * Set s the valu e of the e mployerPho ne propert y.
  108        * 
  109        * @pa ram value
  110        *      allowed o bject is
  111        *      {@link St ring }
  112        *      
  113        */
  114       public  void setE mployerPho ne(String  value) {
  115           th is.employe rPhone = v alue;
  116       }
  117  
  118       /**
  119        * Get s the valu e of the e mploymentS tatus prop erty.
  120        * 
  121        * @re turn
  122        *      possible  object is
  123        *      {@link St ring }
  124        *      
  125        */
  126       public  String ge tEmploymen tStatus()  {
  127           re turn emplo ymentStatu s;
  128       }
  129  
  130       /**
  131        * Set s the valu e of the e mploymentS tatus prop erty.
  132        * 
  133        * @pa ram value
  134        *      allowed o bject is
  135        *      {@link St ring }
  136        *      
  137        */
  138       public  void setE mploymentS tatus(Stri ng value)  {
  139           th is.employm entStatus  = value;
  140       }
  141  
  142       /**
  143        * Get s the valu e of the o ccupation  property.
  144        * 
  145        * @re turn
  146        *      possible  object is
  147        *      {@link St ring }
  148        *      
  149        */
  150       public  String ge tOccupatio n() {
  151           re turn occup ation;
  152       }
  153  
  154       /**
  155        * Set s the valu e of the o ccupation  property.
  156        * 
  157        * @pa ram value
  158        *      allowed o bject is
  159        *      {@link St ring }
  160        *      
  161        */
  162       public  void setO ccupation( String val ue) {
  163           th is.occupat ion = valu e;
  164       }
  165  
  166       /**
  167        * Get s the valu e of the r etirementD ate proper ty.
  168        * 
  169        * @re turn
  170        *      possible  object is
  171        *      {@link St ring }
  172        *      
  173        */
  174       public  String ge tRetiremen tDate() {
  175           re turn retir ementDate;
  176       }
  177  
  178       /**
  179        * Set s the valu e of the r etirementD ate proper ty.
  180        * 
  181        * @pa ram value
  182        *      allowed o bject is
  183        *      {@link St ring }
  184        *      
  185        */
  186       public  void setR etirementD ate(String  value) {
  187           th is.retirem entDate =  value;
  188       }
  189  
  190   }