71. EPMO Open Source Coordination Office Redaction File Detail Report

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

71.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 ServiceConnectionAwardInfo.java Tue Aug 30 15:45:50 2016 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde ServiceConnectionAwardInfo.java Tue Apr 25 20:07:15 2017 UTC

71.2 Comparison summary

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

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

71.4 Active regular expressions

No regular expressions were active.

71.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.XmlElem ent;
  7   import jav ax.xml.bin d.annotati on.XmlSche maType;
  8   import jav ax.xml.bin d.annotati on.XmlType ;
  9   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  10  
  11  
  12   /**
  13    * <p>Java  class for  serviceCo nnectionAw ardInfo co mplex type .
  14    * 
  15    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  16    * 
  17    * <pre>
  18    * &lt;com plexType n ame="servi ceConnecti onAwardInf o"&gt;
  19    *   &lt;c omplexCont ent&gt;
  20    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  21    *       & lt;all&gt;
  22    *          &lt;eleme nt name="a wardDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/&gt;
  23    *          &lt;eleme nt name="c ombinedSer viceConnec tedPercent ageEffecti veDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ &gt;
  24    *          &lt;eleme nt name="p ermanentAn dTotal" ty pe="{http: //www.w3.o rg/2001/XM LSchema}bo olean" min Occurs="0" /&gt;
  25    *          &lt;eleme nt name="p ermanentAn dTotalEffe ctiveDate"  type="{ht tp://www.w 3.org/2001 /XMLSchema }dateTime"  minOccurs ="0"/&gt;
  26    *           &lt;elemen t name="ra tedDisabil ities" typ e="{http:/ / DNS . URL         /schemas}r atedDisabi lityCollec tion" minO ccurs="0"/ &gt;
  27    *          &lt;eleme nt name="s erviceConn ectedIndic ator" type ="{http:// www.w3.org /2001/XMLS chema}bool ean" minOc curs="0"/& gt;
  28    *          &lt;eleme nt name="s erviceConn ectedPerce ntage" typ e="{http:/ /www.w3.or g/2001/XML Schema}int " minOccur s="0"/&gt;
  29    *          &lt;eleme nt name="u nemployabl e" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/&gt;
  30    *          &lt;eleme nt name="s cReportDat e" type="{ http://www .w3.org/20 01/XMLSche ma}date" m inOccurs=" 0"/&gt;
  31    *       & lt;/all&gt ;
  32    *     &lt ;/restrict ion&gt;
  33    *   &lt;/ complexCon tent&gt;
  34    * &lt;/co mplexType& gt;
  35    * </pre>
  36    * 
  37    * 
  38    */
  39   @XmlAccess orType(Xml AccessType .FIELD)
  40   @XmlType(n ame = "ser viceConnec tionAwardI nfo", prop Order = {
  41  
  42   })
  43   public cla ss Service Connection AwardInfo  {
  44  
  45       protec ted String  awardDate ;
  46       protec ted String  combinedS erviceConn ectedPerce ntageEffec tiveDate;
  47       protec ted Boolea n permanen tAndTotal;
  48       @XmlSc hemaType(n ame = "dat eTime")
  49       protec ted XMLGre gorianCale ndar perma nentAndTot alEffectiv eDate;
  50       protec ted RatedD isabilityC ollection  ratedDisab ilities;
  51       protec ted Boolea n serviceC onnectedIn dicator;
  52       protec ted Intege r serviceC onnectedPe rcentage;
  53       protec ted Boolea n unemploy able;
  54       @XmlEl ement(name  = "scRepo rtDate")
  55       @XmlSc hemaType(n ame = "dat e")
  56       protec ted XMLGre gorianCale ndar scRep ortDate;
  57  
  58       /**
  59        * Get s the valu e of the a wardDate p roperty.
  60        * 
  61        * @re turn
  62        *      possible  object is
  63        *      {@link St ring }
  64        *      
  65        */
  66       public  String ge tAwardDate () {
  67           re turn award Date;
  68       }
  69  
  70       /**
  71        * Set s the valu e of the a wardDate p roperty.
  72        * 
  73        * @pa ram value
  74        *      allowed o bject is
  75        *      {@link St ring }
  76        *      
  77        */
  78       public  void setA wardDate(S tring valu e) {
  79           th is.awardDa te = value ;
  80       }
  81  
  82       /**
  83        * Get s the valu e of the c ombinedSer viceConnec tedPercent ageEffecti veDate pro perty.
  84        * 
  85        * @re turn
  86        *      possible  object is
  87        *      {@link St ring }
  88        *      
  89        */
  90       public  String ge tCombinedS erviceConn ectedPerce ntageEffec tiveDate()  {
  91           re turn combi nedService ConnectedP ercentageE ffectiveDa te;
  92       }
  93  
  94       /**
  95        * Set s the valu e of the c ombinedSer viceConnec tedPercent ageEffecti veDate pro perty.
  96        * 
  97        * @pa ram value
  98        *      allowed o bject is
  99        *      {@link St ring }
  100        *      
  101        */
  102       public  void setC ombinedSer viceConnec tedPercent ageEffecti veDate(Str ing value)  {
  103           th is.combine dServiceCo nnectedPer centageEff ectiveDate  = value;
  104       }
  105  
  106       /**
  107        * Get s the valu e of the p ermanentAn dTotal pro perty.
  108        * 
  109        * @re turn
  110        *      possible  object is
  111        *      {@link Bo olean }
  112        *      
  113        */
  114       public  Boolean i sPermanent AndTotal()  {
  115           re turn perma nentAndTot al;
  116       }
  117  
  118       /**
  119        * Set s the valu e of the p ermanentAn dTotal pro perty.
  120        * 
  121        * @pa ram value
  122        *      allowed o bject is
  123        *      {@link Bo olean }
  124        *      
  125        */
  126       public  void setP ermanentAn dTotal(Boo lean value ) {
  127           th is.permane ntAndTotal  = value;
  128       }
  129  
  130       /**
  131        * Get s the valu e of the p ermanentAn dTotalEffe ctiveDate  property.
  132        * 
  133        * @re turn
  134        *      possible  object is
  135        *      {@link XM LGregorian Calendar }
  136        *      
  137        */
  138       public  XMLGregor ianCalenda r getPerma nentAndTot alEffectiv eDate() {
  139           re turn perma nentAndTot alEffectiv eDate;
  140       }
  141  
  142       /**
  143        * Set s the valu e of the p ermanentAn dTotalEffe ctiveDate  property.
  144        * 
  145        * @pa ram value
  146        *      allowed o bject is
  147        *      {@link XM LGregorian Calendar }
  148        *      
  149        */
  150       public  void setP ermanentAn dTotalEffe ctiveDate( XMLGregori anCalendar  value) {
  151           th is.permane ntAndTotal EffectiveD ate = valu e;
  152       }
  153  
  154       /**
  155        * Get s the valu e of the r atedDisabi lities pro perty.
  156        * 
  157        * @re turn
  158        *      possible  object is
  159        *      {@link Ra tedDisabil ityCollect ion }
  160        *      
  161        */
  162       public  RatedDisa bilityColl ection get RatedDisab ilities()  {
  163           re turn rated Disabiliti es;
  164       }
  165  
  166       /**
  167        * Set s the valu e of the r atedDisabi lities pro perty.
  168        * 
  169        * @pa ram value
  170        *      allowed o bject is
  171        *      {@link Ra tedDisabil ityCollect ion }
  172        *      
  173        */
  174       public  void setR atedDisabi lities(Rat edDisabili tyCollecti on value)  {
  175           th is.ratedDi sabilities  = value;
  176       }
  177  
  178       /**
  179        * Get s the valu e of the s erviceConn ectedIndic ator prope rty.
  180        * 
  181        * @re turn
  182        *      possible  object is
  183        *      {@link Bo olean }
  184        *      
  185        */
  186       public  Boolean i sServiceCo nnectedInd icator() {
  187           re turn servi ceConnecte dIndicator ;
  188       }
  189  
  190       /**
  191        * Set s the valu e of the s erviceConn ectedIndic ator prope rty.
  192        * 
  193        * @pa ram value
  194        *      allowed o bject is
  195        *      {@link Bo olean }
  196        *      
  197        */
  198       public  void setS erviceConn ectedIndic ator(Boole an value)  {
  199           th is.service ConnectedI ndicator =  value;
  200       }
  201  
  202       /**
  203        * Get s the valu e of the s erviceConn ectedPerce ntage prop erty.
  204        * 
  205        * @re turn
  206        *      possible  object is
  207        *      {@link In teger }
  208        *      
  209        */
  210       public  Integer g etServiceC onnectedPe rcentage()  {
  211           re turn servi ceConnecte dPercentag e;
  212       }
  213  
  214       /**
  215        * Set s the valu e of the s erviceConn ectedPerce ntage prop erty.
  216        * 
  217        * @pa ram value
  218        *      allowed o bject is
  219        *      {@link In teger }
  220        *      
  221        */
  222       public  void setS erviceConn ectedPerce ntage(Inte ger value)  {
  223           th is.service ConnectedP ercentage  = value;
  224       }
  225  
  226       /**
  227        * Get s the valu e of the u nemployabl e property .
  228        * 
  229        * @re turn
  230        *      possible  object is
  231        *      {@link Bo olean }
  232        *      
  233        */
  234       public  Boolean i sUnemploya ble() {
  235           re turn unemp loyable;
  236       }
  237  
  238       /**
  239        * Set s the valu e of the u nemployabl e property .
  240        * 
  241        * @pa ram value
  242        *      allowed o bject is
  243        *      {@link Bo olean }
  244        *      
  245        */
  246       public  void setU nemployabl e(Boolean  value) {
  247           th is.unemplo yable = va lue;
  248       }
  249  
  250       /**
  251        * Get s the valu e of the s cReportDat e0020 prop erty.
  252        * 
  253        * @re turn
  254        *      possible  object is
  255        *      {@link XM LGregorian Calendar }
  256        *      
  257        */
  258       public  XMLGregor ianCalenda r getScRep ortDate()  {
  259           re turn scRep ortDate;
  260       }
  261  
  262       /**
  263        * Set s the valu e of the s cReportDat e0020 prop erty.
  264        * 
  265        * @pa ram value
  266        *      allowed o bject is
  267        *      {@link XM LGregorian Calendar }
  268        *      
  269        */
  270       public  void setS cReportDat e(XMLGrego rianCalend ar value)  {
  271           th is.scRepor tDate = va lue;
  272       }
  273  
  274   }