37264. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:20 AM Central Standard 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.

37264.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee FinancialsInfo.java Wed Jan 16 16:06:30 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee FinancialsInfo.java Wed Jan 16 21:04:35 2019 UTC

37264.2 Comparison summary

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

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

37264.4 Active regular expressions

No regular expressions were active.

37264.5 Comparison detail

  1  
  2   package go v.va.ee;
  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  financial sInfo 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="finan cialsInfo" >
  16    *   &lt;c omplexCont ent>
  17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  18    *       & lt;all>
  19    *           &lt;elemen t name="be neficiaryT ravels" ty pe="{http: // DNS . URL          /schemas}b eneficiary TravelColl ection" mi nOccurs="0 "/>
  20    *           &lt;elemen t name="fi nancialSta tement" ty pe="{http: // DNS . URL          /schemas}f inancialSt atementInf o" minOccu rs="0"/>
  21    *           &lt;elemen t name="in comeTest"  type="{htt p:// DNS . URL          /schemas}i ncomeTestI nfo" minOc curs="0"/>
  22    *           &lt;elemen t name="no nPrimaryFi nancialsIn fo" type=" {http:// DNS . URL          /schemas}n onPrimaryF inancialSt atementCol lection" m inOccurs=" 0"/>
  23    *          &lt;eleme nt name="r eportSite"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  24    *       & lt;/all>
  25    *     &lt ;/restrict ion>
  26    *   &lt;/ complexCon tent>
  27    * &lt;/co mplexType>
  28    * </pre>
  29    * 
  30    * 
  31    */
  32   @XmlAccess orType(Xml AccessType .FIELD)
  33   @XmlType(n ame = "fin ancialsInf o", propOr der = {
  34  
  35   })
  36   public cla ss Financi alsInfo {
  37  
  38       protec ted Benefi ciaryTrave lCollectio n benefici aryTravels ;
  39       protec ted Financ ialStateme ntInfo fin ancialStat ement;
  40       protec ted Income TestInfo i ncomeTest;
  41       protec ted NonPri maryFinanc ialStateme ntCollecti on nonPrim aryFinanci alsInfo;
  42       protec ted String  reportSit e;
  43  
  44       /**
  45        * Get s the valu e of the b eneficiary Travels pr operty.
  46        * 
  47        * @re turn
  48        *      possible  object is
  49        *      {@link Be neficiaryT ravelColle ction }
  50        *      
  51        */
  52       public  Beneficia ryTravelCo llection g etBenefici aryTravels () {
  53           re turn benef iciaryTrav els;
  54       }
  55  
  56       /**
  57        * Set s the valu e of the b eneficiary Travels pr operty.
  58        * 
  59        * @pa ram value
  60        *      allowed o bject is
  61        *      {@link Be neficiaryT ravelColle ction }
  62        *      
  63        */
  64       public  void setB eneficiary Travels(Be neficiaryT ravelColle ction valu e) {
  65           th is.benefic iaryTravel s = value;
  66       }
  67  
  68       /**
  69        * Get s the valu e of the f inancialSt atement pr operty.
  70        * 
  71        * @re turn
  72        *      possible  object is
  73        *      {@link Fi nancialSta tementInfo  }
  74        *      
  75        */
  76       public  Financial StatementI nfo getFin ancialStat ement() {
  77           re turn finan cialStatem ent;
  78       }
  79  
  80       /**
  81        * Set s the valu e of the f inancialSt atement pr operty.
  82        * 
  83        * @pa ram value
  84        *      allowed o bject is
  85        *      {@link Fi nancialSta tementInfo  }
  86        *      
  87        */
  88       public  void setF inancialSt atement(Fi nancialSta tementInfo  value) {
  89           th is.financi alStatemen t = value;
  90       }
  91  
  92       /**
  93        * Get s the valu e of the i ncomeTest  property.
  94        * 
  95        * @re turn
  96        *      possible  object is
  97        *      {@link In comeTestIn fo }
  98        *      
  99        */
  100       public  IncomeTes tInfo getI ncomeTest( ) {
  101           re turn incom eTest;
  102       }
  103  
  104       /**
  105        * Set s the valu e of the i ncomeTest  property.
  106        * 
  107        * @pa ram value
  108        *      allowed o bject is
  109        *      {@link In comeTestIn fo }
  110        *      
  111        */
  112       public  void setI ncomeTest( IncomeTest Info value ) {
  113           th is.incomeT est = valu e;
  114       }
  115  
  116       /**
  117        * Get s the valu e of the n onPrimaryF inancialsI nfo proper ty.
  118        * 
  119        * @re turn
  120        *      possible  object is
  121        *      {@link No nPrimaryFi nancialSta tementColl ection }
  122        *      
  123        */
  124       public  NonPrimar yFinancial StatementC ollection  getNonPrim aryFinanci alsInfo()  {
  125           re turn nonPr imaryFinan cialsInfo;
  126       }
  127  
  128       /**
  129        * Set s the valu e of the n onPrimaryF inancialsI nfo proper ty.
  130        * 
  131        * @pa ram value
  132        *      allowed o bject is
  133        *      {@link No nPrimaryFi nancialSta tementColl ection }
  134        *      
  135        */
  136       public  void setN onPrimaryF inancialsI nfo(NonPri maryFinanc ialStateme ntCollecti on value)  {
  137           th is.nonPrim aryFinanci alsInfo =  value;
  138       }
  139  
  140       /**
  141        * Get s the valu e of the r eportSite  property.
  142        * 
  143        * @re turn
  144        *      possible  object is
  145        *      {@link St ring }
  146        *      
  147        */
  148       public  String ge tReportSit e() {
  149           re turn repor tSite;
  150       }
  151  
  152       /**
  153        * Set s the valu e of the r eportSite  property.
  154        * 
  155        * @pa ram value
  156        *      allowed o bject is
  157        *      {@link St ring }
  158        *      
  159        */
  160       public  void setR eportSite( String val ue) {
  161           th is.reportS ite = valu e;
  162       }
  163  
  164   }