37252. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/12/2018 3:21:04 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.

37252.1 Files compared

# Location File Last Modified
1 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee GetEligibilityDeterminationResponse.java Mon Apr 9 18:52:50 2018 UTC
2 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee GetEligibilityDeterminationResponse.java Wed Apr 11 18:07:15 2018 UTC

37252.2 Comparison summary

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

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

37252.4 Active regular expressions

No regular expressions were active.

37252.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.XmlSche maType;
  7   import jav ax.xml.bin d.annotati on.XmlType ;
  8   import jav ax.xml.dat atype.XMLG regorianCa lendar;
  9  
  10  
  11   /**
  12    * <p>Java  class for  getEligib ilityDeter minationRe sponse com plex type.
  13    * 
  14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
  15    * 
  16    * <pre>
  17    * &lt;com plexType n ame="getEl igibilityD eterminati onResponse ">
  18    *   &lt;c omplexCont ent>
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
  20    *       & lt;all>
  21    *           &lt;elemen t name="ed status" ty pe="{http: // DNS . URL         /schemas}e ds" minOcc urs="0"/>
  22    *          &lt;eleme nt name="v pid" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
  23    *          &lt;eleme nt name="f irstName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
  24    *          &lt;eleme nt name="l astName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" />
  25    *          &lt;eleme nt name="s sn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  26    *          &lt;eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  27    *          &lt;eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
  28    *          &lt;eleme nt name="i nvocationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/>
  29    *          &lt;eleme nt name="e esVersion"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
  30    *          &lt;eleme nt name="n oDataMessa ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
  31    *       & lt;/all>
  32    *     &lt ;/restrict ion>
  33    *   &lt;/ complexCon tent>
  34    * &lt;/co mplexType>
  35    * </pre>
  36    * 
  37    * 
  38    */
  39   @XmlAccess orType(Xml AccessType .FIELD)
  40   @XmlType(n ame = "get Eligibilit yDetermina tionRespon se", propO rder = {
  41  
  42   })
  43   public cla ss GetElig ibilityDet ermination Response {
  44  
  45       protec ted Eds ed status;
  46       protec ted String  vpid;
  47       protec ted String  firstName ;
  48       protec ted String  lastName;
  49       protec ted String  ssn;
  50       protec ted String  dob;
  51       protec ted String  gender;
  52       @XmlSc hemaType(n ame = "dat eTime")
  53       protec ted XMLGre gorianCale ndar invoc ationDate;
  54       protec ted String  eesVersio n;
  55       protec ted String  noDataMes sage;
  56  
  57       /**
  58        * Get s the valu e of the e dstatus pr operty.
  59        * 
  60        * @re turn
  61        *      possible  object is
  62        *      {@link Ed s }
  63        *      
  64        */
  65       public  Eds getEd status() {
  66           re turn edsta tus;
  67       }
  68  
  69       /**
  70        * Set s the valu e of the e dstatus pr operty.
  71        * 
  72        * @pa ram value
  73        *      allowed o bject is
  74        *      {@link Ed s }
  75        *      
  76        */
  77       public  void setE dstatus(Ed s value) {
  78           th is.edstatu s = value;
  79       }
  80  
  81       /**
  82        * Get s the valu e of the v pid proper ty.
  83        * 
  84        * @re turn
  85        *      possible  object is
  86        *      {@link St ring }
  87        *      
  88        */
  89       public  String ge tVpid() {
  90           re turn vpid;
  91       }
  92  
  93       /**
  94        * Set s the valu e of the v pid proper ty.
  95        * 
  96        * @pa ram value
  97        *      allowed o bject is
  98        *      {@link St ring }
  99        *      
  100        */
  101       public  void setV pid(String  value) {
  102           th is.vpid =  value;
  103       }
  104  
  105       /**
  106        * Get s the valu e of the f irstName p roperty.
  107        * 
  108        * @re turn
  109        *      possible  object is
  110        *      {@link St ring }
  111        *      
  112        */
  113       public  String ge tFirstName () {
  114           re turn first Name;
  115       }
  116  
  117       /**
  118        * Set s the valu e of the f irstName p roperty.
  119        * 
  120        * @pa ram value
  121        *      allowed o bject is
  122        *      {@link St ring }
  123        *      
  124        */
  125       public  void setF irstName(S tring valu e) {
  126           th is.firstNa me = value ;
  127       }
  128  
  129       /**
  130        * Get s the valu e of the l astName pr operty.
  131        * 
  132        * @re turn
  133        *      possible  object is
  134        *      {@link St ring }
  135        *      
  136        */
  137       public  String ge tLastName( ) {
  138           re turn lastN ame;
  139       }
  140  
  141       /**
  142        * Set s the valu e of the l astName pr operty.
  143        * 
  144        * @pa ram value
  145        *      allowed o bject is
  146        *      {@link St ring }
  147        *      
  148        */
  149       public  void setL astName(St ring value ) {
  150           th is.lastNam e = value;
  151       }
  152  
  153       /**
  154        * Get s the valu e of the s sn propert y.
  155        * 
  156        * @re turn
  157        *      possible  object is
  158        *      {@link St ring }
  159        *      
  160        */
  161       public  String ge tSsn() {
  162           re turn ssn;
  163       }
  164  
  165       /**
  166        * Set s the valu e of the s sn propert y.
  167        * 
  168        * @pa ram value
  169        *      allowed o bject is
  170        *      {@link St ring }
  171        *      
  172        */
  173       public  void setS sn(String  value) {
  174           th is.ssn = v alue;
  175       }
  176  
  177       /**
  178        * Get s the valu e of the d ob propert y.
  179        * 
  180        * @re turn
  181        *      possible  object is
  182        *      {@link St ring }
  183        *      
  184        */
  185       public  String ge tDob() {
  186           re turn dob;
  187       }
  188  
  189       /**
  190        * Set s the valu e of the d ob propert y.
  191        * 
  192        * @pa ram value
  193        *      allowed o bject is
  194        *      {@link St ring }
  195        *      
  196        */
  197       public  void setD ob(String  value) {
  198           th is.dob = v alue;
  199       }
  200  
  201       /**
  202        * Get s the valu e of the g ender prop erty.
  203        * 
  204        * @re turn
  205        *      possible  object is
  206        *      {@link St ring }
  207        *      
  208        */
  209       public  String ge tGender()  {
  210           re turn gende r;
  211       }
  212  
  213       /**
  214        * Set s the valu e of the g ender prop erty.
  215        * 
  216        * @pa ram value
  217        *      allowed o bject is
  218        *      {@link St ring }
  219        *      
  220        */
  221       public  void setG ender(Stri ng value)  {
  222           th is.gender  = value;
  223       }
  224  
  225       /**
  226        * Get s the valu e of the i nvocationD ate proper ty.
  227        * 
  228        * @re turn
  229        *      possible  object is
  230        *      {@link XM LGregorian Calendar }
  231        *      
  232        */
  233       public  XMLGregor ianCalenda r getInvoc ationDate( ) {
  234           re turn invoc ationDate;
  235       }
  236  
  237       /**
  238        * Set s the valu e of the i nvocationD ate proper ty.
  239        * 
  240        * @pa ram value
  241        *      allowed o bject is
  242        *      {@link XM LGregorian Calendar }
  243        *      
  244        */
  245       public  void setI nvocationD ate(XMLGre gorianCale ndar value ) {
  246           th is.invocat ionDate =  value;
  247       }
  248  
  249       /**
  250        * Get s the valu e of the e esVersion  property.
  251        * 
  252        * @re turn
  253        *      possible  object is
  254        *      {@link St ring }
  255        *      
  256        */
  257       public  String ge tEesVersio n() {
  258           re turn eesVe rsion;
  259       }
  260  
  261       /**
  262        * Set s the valu e of the e esVersion  property.
  263        * 
  264        * @pa ram value
  265        *      allowed o bject is
  266        *      {@link St ring }
  267        *      
  268        */
  269       public  void setE esVersion( String val ue) {
  270           th is.eesVers ion = valu e;
  271       }
  272  
  273       /**
  274        * Get s the valu e of the n oDataMessa ge propert y.
  275        * 
  276        * @re turn
  277        *      possible  object is
  278        *      {@link St ring }
  279        *      
  280        */
  281       public  String ge tNoDataMes sage() {
  282           re turn noDat aMessage;
  283       }
  284  
  285       /**
  286        * Set s the valu e of the n oDataMessa ge propert y.
  287        * 
  288        * @pa ram value
  289        *      allowed o bject is
  290        *      {@link St ring }
  291        *      
  292        */
  293       public  void setN oDataMessa ge(String  value) {
  294           th is.noDataM essage = v alue;
  295       }
  296  
  297   }