662. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:45:56 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.

662.1 Files compared

# Location File Last Modified
1 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas FinancialsInfo.java Mon Apr 24 15:27:30 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas FinancialsInfo.java Thu Jun 1 22:13:40 2017 UTC

662.2 Comparison summary

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

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

662.4 Active regular expressions

No regular expressions were active.

662.5 Comparison detail

  1  
  2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
  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: // URL . DNS }beneficia ryTravelCo llection"  minOccurs= "0"/>
  20    *           &lt;elemen t name="fi nancialSta tement" ty pe="{http: // URL . DNS }financial StatementI nfo" minOc curs="0"/>
  21    *           &lt;elemen t name="in comeTest"  type="{htt p:// URL . DNS }incomeTes tInfo" min Occurs="0" />
  22    *       & lt;/all>
  23    *     &lt ;/restrict ion>
  24    *   &lt;/ complexCon tent>
  25    * &lt;/co mplexType>
  26    * </pre>
  27    * 
  28    * 
  29    */
  30   @XmlAccess orType(Xml AccessType .FIELD)
  31   @XmlType(n ame = "fin ancialsInf o", propOr der = {
  32  
  33   })
  34   public cla ss Financi alsInfo {
  35  
  36       protec ted Benefi ciaryTrave lCollectio n benefici aryTravels ;
  37       protec ted Financ ialStateme ntInfo fin ancialStat ement;
  38       protec ted Income TestInfo i ncomeTest;
  39  
  40       /**
  41        * Get s the valu e of the b eneficiary Travels pr operty.
  42        * 
  43        * @re turn
  44        *      possible  object is
  45        *      {@link Be neficiaryT ravelColle ction }
  46        *      
  47        */
  48       public  Beneficia ryTravelCo llection g etBenefici aryTravels () {
  49           re turn benef iciaryTrav els;
  50       }
  51  
  52       /**
  53        * Set s the valu e of the b eneficiary Travels pr operty.
  54        * 
  55        * @pa ram value
  56        *      allowed o bject is
  57        *      {@link Be neficiaryT ravelColle ction }
  58        *      
  59        */
  60       public  void setB eneficiary Travels(Be neficiaryT ravelColle ction valu e) {
  61           th is.benefic iaryTravel s = value;
  62       }
  63  
  64       /**
  65        * Get s the valu e of the f inancialSt atement pr operty.
  66        * 
  67        * @re turn
  68        *      possible  object is
  69        *      {@link Fi nancialSta tementInfo  }
  70        *      
  71        */
  72       public  Financial StatementI nfo getFin ancialStat ement() {
  73           re turn finan cialStatem ent;
  74       }
  75  
  76       /**
  77        * Set s the valu e of the f inancialSt atement pr operty.
  78        * 
  79        * @pa ram value
  80        *      allowed o bject is
  81        *      {@link Fi nancialSta tementInfo  }
  82        *      
  83        */
  84       public  void setF inancialSt atement(Fi nancialSta tementInfo  value) {
  85           th is.financi alStatemen t = value;
  86       }
  87  
  88       /**
  89        * Get s the valu e of the i ncomeTest  property.
  90        * 
  91        * @re turn
  92        *      possible  object is
  93        *      {@link In comeTestIn fo }
  94        *      
  95        */
  96       public  IncomeTes tInfo getI ncomeTest( ) {
  97           re turn incom eTest;
  98       }
  99  
  100       /**
  101        * Set s the valu e of the i ncomeTest  property.
  102        * 
  103        * @pa ram value
  104        *      allowed o bject is
  105        *      {@link In comeTestIn fo }
  106        *      
  107        */
  108       public  void setI ncomeTest( IncomeTest Info value ) {
  109           th is.incomeT est = valu e;
  110       }
  111  
  112   }