584. EPMO Open Source Coordination Office Redaction File Detail Report

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

584.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 FinancialStatementInfo.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 FinancialStatementInfo.java Mon Apr 3 14:02:55 2017 UTC

584.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 578
Changed 4 12
Inserted 0 0
Removed 0 0

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

584.4 Active regular expressions

No regular expressions were active.

584.5 Comparison detail

  1  
  2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
  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  financial StatementI nfo comple x 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="finan cialStatem entInfo">
  17    *   &lt;c omplexCont ent>
  18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  19    *       & lt;all>
  20    *           &lt;elemen t name="as sets" type ="{http:// jaxws.webs ervices.es r. URL         /schemas}a ssetCollec tion" minO ccurs="0"/ >
  21    *           &lt;elemen t name="de bits" type ="{http:// jaxws.webs ervices.es r. URL         /schemas}d ebitInfo"  minOccurs= "0"/>
  22    *           &lt;elemen t name="ex penses" ty pe="{http: //jaxws.we bservices. esr. URL         /schemas}e xpenseColl ection" mi nOccurs="0 "/>
  23    *          &lt;eleme nt name="i ncomeYear"  type="{ht tp://www.w 3.org/2001 /XMLSchema }int" minO ccurs="0"/ >
  24    *           &lt;elemen t name="in comes" typ e="{http:/ /jaxws.web services.e sr. URL         /schemas}i ncomeColle ction" min Occurs="0" />
  25    *          &lt;eleme nt name="c ontributio nToSpouse"  type="{ht tp://www.w 3.org/2001 /XMLSchema }decimal"  minOccurs= "0"/>
  26    *           &lt;elemen t name="de pendentFin ancialsLis t" type="{ http://jax ws.webserv ices.esr. URL         /schemas}d ependentFi nancialsCo llection"  minOccurs= "0"/>
  27    *          &lt;eleme nt name="m arriedLast CalendarYe ar" type=" {http://ww w.w3.org/2 001/XMLSch ema}boolea n" minOccu rs="0"/>
  28    *          &lt;eleme nt name="n umberOfDep endentChil dren" type ="{http:// www.w3.org /2001/XMLS chema}int"  minOccurs ="0"/>
  29    *           &lt;elemen t name="sp ouseFinanc ialsList"  type="{htt p://jaxws. webservice s.esr. URL         /schemas}s pouseFinan cialsColle ction" 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 = "fin ancialStat ementInfo" , propOrde r = {
  40  
  41   })
  42   public cla ss Financi alStatemen tInfo {
  43  
  44       protec ted AssetC ollection  assets;
  45       protec ted DebitI nfo debits ;
  46       protec ted Expens eCollectio n expenses ;
  47       protec ted Intege r incomeYe ar;
  48       protec ted Income Collection  incomes;
  49       protec ted BigDec imal contr ibutionToS pouse;
  50       protec ted Depend entFinanci alsCollect ion depend entFinanci alsList;
  51       protec ted Boolea n marriedL astCalenda rYear;
  52       protec ted Intege r numberOf DependentC hildren;
  53       protec ted Spouse Financials Collection  spouseFin ancialsLis t;
  54  
  55       /**
  56        * Get s the valu e of the a ssets prop erty.
  57        * 
  58        * @re turn
  59        *      possible  object is
  60        *      {@link As setCollect ion }
  61        *      
  62        */
  63       public  AssetColl ection get Assets() {
  64           re turn asset s;
  65       }
  66  
  67       /**
  68        * Set s the valu e of the a ssets prop erty.
  69        * 
  70        * @pa ram value
  71        *      allowed o bject is
  72        *      {@link As setCollect ion }
  73        *      
  74        */
  75       public  void setA ssets(Asse tCollectio n value) {
  76           th is.assets  = value;
  77       }
  78  
  79       /**
  80        * Get s the valu e of the d ebits prop erty.
  81        * 
  82        * @re turn
  83        *      possible  object is
  84        *      {@link De bitInfo }
  85        *      
  86        */
  87       public  DebitInfo  getDebits () {
  88           re turn debit s;
  89       }
  90  
  91       /**
  92        * Set s the valu e of the d ebits prop erty.
  93        * 
  94        * @pa ram value
  95        *      allowed o bject is
  96        *      {@link De bitInfo }
  97        *      
  98        */
  99       public  void setD ebits(Debi tInfo valu e) {
  100           th is.debits  = value;
  101       }
  102  
  103       /**
  104        * Get s the valu e of the e xpenses pr operty.
  105        * 
  106        * @re turn
  107        *      possible  object is
  108        *      {@link Ex penseColle ction }
  109        *      
  110        */
  111       public  ExpenseCo llection g etExpenses () {
  112           re turn expen ses;
  113       }
  114  
  115       /**
  116        * Set s the valu e of the e xpenses pr operty.
  117        * 
  118        * @pa ram value
  119        *      allowed o bject is
  120        *      {@link Ex penseColle ction }
  121        *      
  122        */
  123       public  void setE xpenses(Ex penseColle ction valu e) {
  124           th is.expense s = value;
  125       }
  126  
  127       /**
  128        * Get s the valu e of the i ncomeYear  property.
  129        * 
  130        * @re turn
  131        *      possible  object is
  132        *      {@link In teger }
  133        *      
  134        */
  135       public  Integer g etIncomeYe ar() {
  136           re turn incom eYear;
  137       }
  138  
  139       /**
  140        * Set s the valu e of the i ncomeYear  property.
  141        * 
  142        * @pa ram value
  143        *      allowed o bject is
  144        *      {@link In teger }
  145        *      
  146        */
  147       public  void setI ncomeYear( Integer va lue) {
  148           th is.incomeY ear = valu e;
  149       }
  150  
  151       /**
  152        * Get s the valu e of the i ncomes pro perty.
  153        * 
  154        * @re turn
  155        *      possible  object is
  156        *      {@link In comeCollec tion }
  157        *      
  158        */
  159       public  IncomeCol lection ge tIncomes()  {
  160           re turn incom es;
  161       }
  162  
  163       /**
  164        * Set s the valu e of the i ncomes pro perty.
  165        * 
  166        * @pa ram value
  167        *      allowed o bject is
  168        *      {@link In comeCollec tion }
  169        *      
  170        */
  171       public  void setI ncomes(Inc omeCollect ion value)  {
  172           th is.incomes  = value;
  173       }
  174  
  175       /**
  176        * Get s the valu e of the c ontributio nToSpouse  property.
  177        * 
  178        * @re turn
  179        *      possible  object is
  180        *      {@link Bi gDecimal }
  181        *      
  182        */
  183       public  BigDecima l getContr ibutionToS pouse() {
  184           re turn contr ibutionToS pouse;
  185       }
  186  
  187       /**
  188        * Set s the valu e of the c ontributio nToSpouse  property.
  189        * 
  190        * @pa ram value
  191        *      allowed o bject is
  192        *      {@link Bi gDecimal }
  193        *      
  194        */
  195       public  void setC ontributio nToSpouse( BigDecimal  value) {
  196           th is.contrib utionToSpo use = valu e;
  197       }
  198  
  199       /**
  200        * Get s the valu e of the d ependentFi nancialsLi st propert y.
  201        * 
  202        * @re turn
  203        *      possible  object is
  204        *      {@link De pendentFin ancialsCol lection }
  205        *      
  206        */
  207       public  Dependent Financials Collection  getDepend entFinanci alsList()  {
  208           re turn depen dentFinanc ialsList;
  209       }
  210  
  211       /**
  212        * Set s the valu e of the d ependentFi nancialsLi st propert y.
  213        * 
  214        * @pa ram value
  215        *      allowed o bject is
  216        *      {@link De pendentFin ancialsCol lection }
  217        *      
  218        */
  219       public  void setD ependentFi nancialsLi st(Depende ntFinancia lsCollecti on value)  {
  220           th is.depende ntFinancia lsList = v alue;
  221       }
  222  
  223       /**
  224        * Get s the valu e of the m arriedLast CalendarYe ar propert y.
  225        * 
  226        * @re turn
  227        *      possible  object is
  228        *      {@link Bo olean }
  229        *      
  230        */
  231       public  Boolean i sMarriedLa stCalendar Year() {
  232           re turn marri edLastCale ndarYear;
  233       }
  234  
  235       /**
  236        * Set s the valu e of the m arriedLast CalendarYe ar propert y.
  237        * 
  238        * @pa ram value
  239        *      allowed o bject is
  240        *      {@link Bo olean }
  241        *      
  242        */
  243       public  void setM arriedLast CalendarYe ar(Boolean  value) {
  244           th is.married LastCalend arYear = v alue;
  245       }
  246  
  247       /**
  248        * Get s the valu e of the n umberOfDep endentChil dren prope rty.
  249        * 
  250        * @re turn
  251        *      possible  object is
  252        *      {@link In teger }
  253        *      
  254        */
  255       public  Integer g etNumberOf DependentC hildren()  {
  256           re turn numbe rOfDepende ntChildren ;
  257       }
  258  
  259       /**
  260        * Set s the valu e of the n umberOfDep endentChil dren prope rty.
  261        * 
  262        * @pa ram value
  263        *      allowed o bject is
  264        *      {@link In teger }
  265        *      
  266        */
  267       public  void setN umberOfDep endentChil dren(Integ er value)  {
  268           th is.numberO fDependent Children =  value;
  269       }
  270  
  271       /**
  272        * Get s the valu e of the s pouseFinan cialsList  property.
  273        * 
  274        * @re turn
  275        *      possible  object is
  276        *      {@link Sp ouseFinanc ialsCollec tion }
  277        *      
  278        */
  279       public  SpouseFin ancialsCol lection ge tSpouseFin ancialsLis t() {
  280           re turn spous eFinancial sList;
  281       }
  282  
  283       /**
  284        * Set s the valu e of the s pouseFinan cialsList  property.
  285        * 
  286        * @pa ram value
  287        *      allowed o bject is
  288        *      {@link Sp ouseFinanc ialsCollec tion }
  289        *      
  290        */
  291       public  void setS pouseFinan cialsList( SpouseFina ncialsColl ection val ue) {
  292           th is.spouseF inancialsL ist = valu e;
  293       }
  294  
  295   }