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

73.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 SpouseFinancialsInfo.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 SpouseFinancialsInfo.java Tue Apr 25 20:08:11 2017 UTC

73.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 684
Changed 3 10
Inserted 0 0
Removed 0 0

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

73.4 Active regular expressions

No regular expressions were active.

73.5 Comparison detail

  1  
  2   package go v.va.med.p harmacy.ws clients.eA nde;
  3  
  4   import jav a.math.Big Decimal;
  5   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
  6   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8  
  9  
  10   /**
  11    * <p>Java  class for  spouseFin ancialsInf o complex  type.
  12    * 
  13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  14    * 
  15    * <pre>
  16    * &lt;com plexType n ame="spous eFinancial sInfo"&gt;
  17    *   &lt;c omplexCont ent&gt;
  18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  19    *       & lt;all&gt;
  20    *           &lt;elemen t name="as sets" type ="{http:// DNS . URL         /schemas}a ssetCollec tion" minO ccurs="0"/ &gt;
  21    *           &lt;elemen t name="de bits" type ="{http:// DNS . URL         /schemas}d ebitInfo"  minOccurs= "0"/&gt;
  22    *           &lt;elemen t name="ex penses" ty pe="{http: // DNS . URL         /schemas}e xpenseColl ection" mi nOccurs="0 "/&gt;
  23    *          &lt;eleme nt name="i ncomeYear"  type="{ht tp://www.w 3.org/2001 /XMLSchema }int" minO ccurs="0"/ &gt;
  24    *           &lt;elemen t name="in comes" typ e="{http:/ / DNS . URL         /schemas}i ncomeColle ction" min Occurs="0" /&gt;
  25    *          &lt;eleme nt name="l ivedWithPa tient" typ e="{http:/ /www.w3.or g/2001/XML Schema}boo lean" minO ccurs="0"/ &gt;
  26    *          &lt;eleme nt name="i npatientDa ys" type=" {http://ww w.w3.org/2 001/XMLSch ema}int" m inOccurs=" 0"/&gt;
  27    *          &lt;eleme nt name="o utpatientD ays" type= "{http://w ww.w3.org/ 2001/XMLSc hema}int"  minOccurs= "0"/&gt;
  28    *          &lt;eleme nt name="v alidDepend ent" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/&g t;
  29    *           &lt;elemen t name="sp ouse" type ="{http:// DNS . URL         /schemas}s pouseInfo"  minOccurs ="0"/&gt;
  30    *          &lt;eleme nt name="c ontributio nToSpouseA mt" type=" {http://ww w.w3.org/2 001/XMLSch ema}decima l" minOccu rs="0"/&gt ;
  31    *          &lt;eleme nt name="c ontributed ToSpouseIn d" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/&gt;
  32    *       & lt;/all&gt ;
  33    *     &lt ;/restrict ion&gt;
  34    *   &lt;/ complexCon tent&gt;
  35    * &lt;/co mplexType& gt;
  36    * </pre>
  37    * 
  38    * 
  39    */
  40   @XmlAccess orType(Xml AccessType .FIELD)
  41   @XmlType(n ame = "spo useFinanci alsInfo",  propOrder  = {
  42  
  43   })
  44   public cla ss SpouseF inancialsI nfo {
  45  
  46       protec ted AssetC ollection  assets;
  47       protec ted DebitI nfo debits ;
  48       protec ted Expens eCollectio n expenses ;
  49       protec ted Intege r incomeYe ar;
  50       protec ted Income Collection  incomes;
  51       protec ted Boolea n livedWit hPatient;
  52       protec ted Intege r inpatien tDays;
  53       protec ted Intege r outpatie ntDays;
  54       protec ted Boolea n validDep endent;
  55       protec ted Spouse Info spous e;
  56       protec ted BigDec imal contr ibutionToS pouseAmt;
  57       protec ted Boolea n contribu tedToSpous eInd;
  58  
  59       /**
  60        * Get s the valu e of the a ssets prop erty.
  61        * 
  62        * @re turn
  63        *      possible  object is
  64        *      {@link As setCollect ion }
  65        *      
  66        */
  67       public  AssetColl ection get Assets() {
  68           re turn asset s;
  69       }
  70  
  71       /**
  72        * Set s the valu e of the a ssets prop erty.
  73        * 
  74        * @pa ram value
  75        *      allowed o bject is
  76        *      {@link As setCollect ion }
  77        *      
  78        */
  79       public  void setA ssets(Asse tCollectio n value) {
  80           th is.assets  = value;
  81       }
  82  
  83       /**
  84        * Get s the valu e of the d ebits prop erty.
  85        * 
  86        * @re turn
  87        *      possible  object is
  88        *      {@link De bitInfo }
  89        *      
  90        */
  91       public  DebitInfo  getDebits () {
  92           re turn debit s;
  93       }
  94  
  95       /**
  96        * Set s the valu e of the d ebits prop erty.
  97        * 
  98        * @pa ram value
  99        *      allowed o bject is
  100        *      {@link De bitInfo }
  101        *      
  102        */
  103       public  void setD ebits(Debi tInfo valu e) {
  104           th is.debits  = value;
  105       }
  106  
  107       /**
  108        * Get s the valu e of the e xpenses pr operty.
  109        * 
  110        * @re turn
  111        *      possible  object is
  112        *      {@link Ex penseColle ction }
  113        *      
  114        */
  115       public  ExpenseCo llection g etExpenses () {
  116           re turn expen ses;
  117       }
  118  
  119       /**
  120        * Set s the valu e of the e xpenses pr operty.
  121        * 
  122        * @pa ram value
  123        *      allowed o bject is
  124        *      {@link Ex penseColle ction }
  125        *      
  126        */
  127       public  void setE xpenses(Ex penseColle ction valu e) {
  128           th is.expense s = value;
  129       }
  130  
  131       /**
  132        * Get s the valu e of the i ncomeYear  property.
  133        * 
  134        * @re turn
  135        *      possible  object is
  136        *      {@link In teger }
  137        *      
  138        */
  139       public  Integer g etIncomeYe ar() {
  140           re turn incom eYear;
  141       }
  142  
  143       /**
  144        * Set s the valu e of the i ncomeYear  property.
  145        * 
  146        * @pa ram value
  147        *      allowed o bject is
  148        *      {@link In teger }
  149        *      
  150        */
  151       public  void setI ncomeYear( Integer va lue) {
  152           th is.incomeY ear = valu e;
  153       }
  154  
  155       /**
  156        * Get s the valu e of the i ncomes pro perty.
  157        * 
  158        * @re turn
  159        *      possible  object is
  160        *      {@link In comeCollec tion }
  161        *      
  162        */
  163       public  IncomeCol lection ge tIncomes()  {
  164           re turn incom es;
  165       }
  166  
  167       /**
  168        * Set s the valu e of the i ncomes pro perty.
  169        * 
  170        * @pa ram value
  171        *      allowed o bject is
  172        *      {@link In comeCollec tion }
  173        *      
  174        */
  175       public  void setI ncomes(Inc omeCollect ion value)  {
  176           th is.incomes  = value;
  177       }
  178  
  179       /**
  180        * Get s the valu e of the l ivedWithPa tient prop erty.
  181        * 
  182        * @re turn
  183        *      possible  object is
  184        *      {@link Bo olean }
  185        *      
  186        */
  187       public  Boolean i sLivedWith Patient()  {
  188           re turn lived WithPatien t;
  189       }
  190  
  191       /**
  192        * Set s the valu e of the l ivedWithPa tient prop erty.
  193        * 
  194        * @pa ram value
  195        *      allowed o bject is
  196        *      {@link Bo olean }
  197        *      
  198        */
  199       public  void setL ivedWithPa tient(Bool ean value)  {
  200           th is.livedWi thPatient  = value;
  201       }
  202  
  203       /**
  204        * Get s the valu e of the i npatientDa ys propert y.
  205        * 
  206        * @re turn
  207        *      possible  object is
  208        *      {@link In teger }
  209        *      
  210        */
  211       public  Integer g etInpatien tDays() {
  212           re turn inpat ientDays;
  213       }
  214  
  215       /**
  216        * Set s the valu e of the i npatientDa ys propert y.
  217        * 
  218        * @pa ram value
  219        *      allowed o bject is
  220        *      {@link In teger }
  221        *      
  222        */
  223       public  void setI npatientDa ys(Integer  value) {
  224           th is.inpatie ntDays = v alue;
  225       }
  226  
  227       /**
  228        * Get s the valu e of the o utpatientD ays proper ty.
  229        * 
  230        * @re turn
  231        *      possible  object is
  232        *      {@link In teger }
  233        *      
  234        */
  235       public  Integer g etOutpatie ntDays() {
  236           re turn outpa tientDays;
  237       }
  238  
  239       /**
  240        * Set s the valu e of the o utpatientD ays proper ty.
  241        * 
  242        * @pa ram value
  243        *      allowed o bject is
  244        *      {@link In teger }
  245        *      
  246        */
  247       public  void setO utpatientD ays(Intege r value) {
  248           th is.outpati entDays =  value;
  249       }
  250  
  251       /**
  252        * Get s the valu e of the v alidDepend ent proper ty.
  253        * 
  254        * @re turn
  255        *      possible  object is
  256        *      {@link Bo olean }
  257        *      
  258        */
  259       public  Boolean i sValidDepe ndent() {
  260           re turn valid Dependent;
  261       }
  262  
  263       /**
  264        * Set s the valu e of the v alidDepend ent proper ty.
  265        * 
  266        * @pa ram value
  267        *      allowed o bject is
  268        *      {@link Bo olean }
  269        *      
  270        */
  271       public  void setV alidDepend ent(Boolea n value) {
  272           th is.validDe pendent =  value;
  273       }
  274  
  275       /**
  276        * Get s the valu e of the s pouse prop erty.
  277        * 
  278        * @re turn
  279        *      possible  object is
  280        *      {@link Sp ouseInfo }
  281        *      
  282        */
  283       public  SpouseInf o getSpous e() {
  284           re turn spous e;
  285       }
  286  
  287       /**
  288        * Set s the valu e of the s pouse prop erty.
  289        * 
  290        * @pa ram value
  291        *      allowed o bject is
  292        *      {@link Sp ouseInfo }
  293        *      
  294        */
  295       public  void setS pouse(Spou seInfo val ue) {
  296           th is.spouse  = value;
  297       }
  298  
  299       /**
  300        * Get s the valu e of the c ontributio nToSpouseA mt propert y.
  301        * 
  302        * @re turn
  303        *      possible  object is
  304        *      {@link Bi gDecimal }
  305        *      
  306        */
  307       public  BigDecima l getContr ibutionToS pouseAmt()  {
  308           re turn contr ibutionToS pouseAmt;
  309       }
  310  
  311       /**
  312        * Set s the valu e of the c ontributio nToSpouseA mt propert y.
  313        * 
  314        * @pa ram value
  315        *      allowed o bject is
  316        *      {@link Bi gDecimal }
  317        *      
  318        */
  319       public  void setC ontributio nToSpouseA mt(BigDeci mal value)  {
  320           th is.contrib utionToSpo useAmt = v alue;
  321       }
  322  
  323       /**
  324        * Get s the valu e of the c ontributed ToSpouseIn d property .
  325        * 
  326        * @re turn
  327        *      possible  object is
  328        *      {@link Bo olean }
  329        *      
  330        */
  331       public  Boolean i sContribut edToSpouse Ind() {
  332           re turn contr ibutedToSp ouseInd;
  333       }
  334  
  335       /**
  336        * Set s the valu e of the c ontributed ToSpouseIn d property .
  337        * 
  338        * @pa ram value
  339        *      allowed o bject is
  340        *      {@link Bo olean }
  341        *      
  342        */
  343       public  void setC ontributed ToSpouseIn d(Boolean  value) {
  344           th is.contrib utedToSpou seInd = va lue;
  345       }
  346  
  347   }