74. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/9/2018 9:55:16 AM 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.

74.1 Files compared

# Location File Last Modified
1 PS_INB_ERX_3.0.1.011.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde SpouseInfo.java Wed Dec 20 23:47:02 2017 UTC
2 PS_INB_ERX_3.0.1.011.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde SpouseInfo.java Fri Apr 6 14:33:35 2018 UTC

74.2 Comparison summary

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

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

74.4 Active regular expressions

No regular expressions were active.

74.5 Comparison detail

  1  
  2   package go v.va.med.p harmacy.ws clients.eA nde;
  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  spouseInf o complex  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="spous eInfo"&gt;
  18    *   &lt;c omplexCont ent&gt;
  19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "&gt;
  20    *       & lt;all&gt;
  21    *          &lt;eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/&gt;
  22    *          &lt;eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}da teTime" mi nOccurs="0 "/&gt;
  23    *          &lt;eleme nt name="f amilyName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/&gt;
  24    *          &lt;eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  25    *          &lt;eleme nt name="g ivenName"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/&gt;
  26    *          &lt;eleme nt name="m iddleName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/&gt;
  27    *          &lt;eleme nt name="r elationshi p" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/&gt;
  28    *           &lt;elemen t name="ss ns" type=" {http:// URL /schemas}s snCollecti on" minOcc urs="0"/&g t;
  29    *          &lt;eleme nt name="s tartDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/&gt;
  30    *           &lt;elemen t name="ad dress" typ e="{http:/ / URL /schemas}a ddressInfo " minOccur s="0"/&gt;
  31    *           &lt;elemen t name="em ployment"  type="{htt p:// URL /schemas}e mploymentI nfo" minOc curs="0"/& gt;
  32    *          &lt;eleme nt name="m aidenName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/&gt;
  33    *          &lt;eleme nt name="p refix" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  34    *          &lt;eleme nt name="s uffix" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  35    *       & lt;/all&gt ;
  36    *     &lt ;/restrict ion&gt;
  37    *   &lt;/ complexCon tent&gt;
  38    * &lt;/co mplexType& gt;
  39    * </pre>
  40    * 
  41    * 
  42    */
  43   @XmlAccess orType(Xml AccessType .FIELD)
  44   @XmlType(n ame = "spo useInfo",  propOrder  = {
  45  
  46   })
  47   public cla ss SpouseI nfo {
  48  
  49       protec ted String  dob;
  50       @XmlSc hemaType(n ame = "dat eTime")
  51       protec ted XMLGre gorianCale ndar endDa te;
  52       protec ted String  familyNam e;
  53       protec ted String  gender;
  54       protec ted String  givenName ;
  55       protec ted String  middleNam e;
  56       protec ted String  relations hip;
  57       protec ted SsnCol lection ss ns;
  58       protec ted String  startDate ;
  59       protec ted Addres sInfo addr ess;
  60       protec ted Employ mentInfo e mployment;
  61       protec ted String  maidenNam e;
  62       protec ted String  prefix;
  63       protec ted String  suffix;
  64  
  65       /**
  66        * Get s the valu e of the d ob propert y.
  67        * 
  68        * @re turn
  69        *      possible  object is
  70        *      {@link St ring }
  71        *      
  72        */
  73       public  String ge tDob() {
  74           re turn dob;
  75       }
  76  
  77       /**
  78        * Set s the valu e of the d ob propert y.
  79        * 
  80        * @pa ram value
  81        *      allowed o bject is
  82        *      {@link St ring }
  83        *      
  84        */
  85       public  void setD ob(String  value) {
  86           th is.dob = v alue;
  87       }
  88  
  89       /**
  90        * Get s the valu e of the e ndDate pro perty.
  91        * 
  92        * @re turn
  93        *      possible  object is
  94        *      {@link XM LGregorian Calendar }
  95        *      
  96        */
  97       public  XMLGregor ianCalenda r getEndDa te() {
  98           re turn endDa te;
  99       }
  100  
  101       /**
  102        * Set s the valu e of the e ndDate pro perty.
  103        * 
  104        * @pa ram value
  105        *      allowed o bject is
  106        *      {@link XM LGregorian Calendar }
  107        *      
  108        */
  109       public  void setE ndDate(XML GregorianC alendar va lue) {
  110           th is.endDate  = value;
  111       }
  112  
  113       /**
  114        * Get s the valu e of the f amilyName  property.
  115        * 
  116        * @re turn
  117        *      possible  object is
  118        *      {@link St ring }
  119        *      
  120        */
  121       public  String ge tFamilyNam e() {
  122           re turn famil yName;
  123       }
  124  
  125       /**
  126        * Set s the valu e of the f amilyName  property.
  127        * 
  128        * @pa ram value
  129        *      allowed o bject is
  130        *      {@link St ring }
  131        *      
  132        */
  133       public  void setF amilyName( String val ue) {
  134           th is.familyN ame = valu e;
  135       }
  136  
  137       /**
  138        * Get s the valu e of the g ender prop erty.
  139        * 
  140        * @re turn
  141        *      possible  object is
  142        *      {@link St ring }
  143        *      
  144        */
  145       public  String ge tGender()  {
  146           re turn gende r;
  147       }
  148  
  149       /**
  150        * Set s the valu e of the g ender prop erty.
  151        * 
  152        * @pa ram value
  153        *      allowed o bject is
  154        *      {@link St ring }
  155        *      
  156        */
  157       public  void setG ender(Stri ng value)  {
  158           th is.gender  = value;
  159       }
  160  
  161       /**
  162        * Get s the valu e of the g ivenName p roperty.
  163        * 
  164        * @re turn
  165        *      possible  object is
  166        *      {@link St ring }
  167        *      
  168        */
  169       public  String ge tGivenName () {
  170           re turn given Name;
  171       }
  172  
  173       /**
  174        * Set s the valu e of the g ivenName p roperty.
  175        * 
  176        * @pa ram value
  177        *      allowed o bject is
  178        *      {@link St ring }
  179        *      
  180        */
  181       public  void setG ivenName(S tring valu e) {
  182           th is.givenNa me = value ;
  183       }
  184  
  185       /**
  186        * Get s the valu e of the m iddleName  property.
  187        * 
  188        * @re turn
  189        *      possible  object is
  190        *      {@link St ring }
  191        *      
  192        */
  193       public  String ge tMiddleNam e() {
  194           re turn middl eName;
  195       }
  196  
  197       /**
  198        * Set s the valu e of the m iddleName  property.
  199        * 
  200        * @pa ram value
  201        *      allowed o bject is
  202        *      {@link St ring }
  203        *      
  204        */
  205       public  void setM iddleName( String val ue) {
  206           th is.middleN ame = valu e;
  207       }
  208  
  209       /**
  210        * Get s the valu e of the r elationshi p property .
  211        * 
  212        * @re turn
  213        *      possible  object is
  214        *      {@link St ring }
  215        *      
  216        */
  217       public  String ge tRelations hip() {
  218           re turn relat ionship;
  219       }
  220  
  221       /**
  222        * Set s the valu e of the r elationshi p property .
  223        * 
  224        * @pa ram value
  225        *      allowed o bject is
  226        *      {@link St ring }
  227        *      
  228        */
  229       public  void setR elationshi p(String v alue) {
  230           th is.relatio nship = va lue;
  231       }
  232  
  233       /**
  234        * Get s the valu e of the s sns proper ty.
  235        * 
  236        * @re turn
  237        *      possible  object is
  238        *      {@link Ss nCollectio n }
  239        *      
  240        */
  241       public  SsnCollec tion getSs ns() {
  242           re turn ssns;
  243       }
  244  
  245       /**
  246        * Set s the valu e of the s sns proper ty.
  247        * 
  248        * @pa ram value
  249        *      allowed o bject is
  250        *      {@link Ss nCollectio n }
  251        *      
  252        */
  253       public  void setS sns(SsnCol lection va lue) {
  254           th is.ssns =  value;
  255       }
  256  
  257       /**
  258        * Get s the valu e of the s tartDate p roperty.
  259        * 
  260        * @re turn
  261        *      possible  object is
  262        *      {@link St ring }
  263        *      
  264        */
  265       public  String ge tStartDate () {
  266           re turn start Date;
  267       }
  268  
  269       /**
  270        * Set s the valu e of the s tartDate p roperty.
  271        * 
  272        * @pa ram value
  273        *      allowed o bject is
  274        *      {@link St ring }
  275        *      
  276        */
  277       public  void setS tartDate(S tring valu e) {
  278           th is.startDa te = value ;
  279       }
  280  
  281       /**
  282        * Get s the valu e of the a ddress pro perty.
  283        * 
  284        * @re turn
  285        *      possible  object is
  286        *      {@link Ad dressInfo  }
  287        *      
  288        */
  289       public  AddressIn fo getAddr ess() {
  290           re turn addre ss;
  291       }
  292  
  293       /**
  294        * Set s the valu e of the a ddress pro perty.
  295        * 
  296        * @pa ram value
  297        *      allowed o bject is
  298        *      {@link Ad dressInfo  }
  299        *      
  300        */
  301       public  void setA ddress(Add ressInfo v alue) {
  302           th is.address  = value;
  303       }
  304  
  305       /**
  306        * Get s the valu e of the e mployment  property.
  307        * 
  308        * @re turn
  309        *      possible  object is
  310        *      {@link Em ploymentIn fo }
  311        *      
  312        */
  313       public  Employmen tInfo getE mployment( ) {
  314           re turn emplo yment;
  315       }
  316  
  317       /**
  318        * Set s the valu e of the e mployment  property.
  319        * 
  320        * @pa ram value
  321        *      allowed o bject is
  322        *      {@link Em ploymentIn fo }
  323        *      
  324        */
  325       public  void setE mployment( Employment Info value ) {
  326           th is.employm ent = valu e;
  327       }
  328  
  329       /**
  330        * Get s the valu e of the m aidenName  property.
  331        * 
  332        * @re turn
  333        *      possible  object is
  334        *      {@link St ring }
  335        *      
  336        */
  337       public  String ge tMaidenNam e() {
  338           re turn maide nName;
  339       }
  340  
  341       /**
  342        * Set s the valu e of the m aidenName  property.
  343        * 
  344        * @pa ram value
  345        *      allowed o bject is
  346        *      {@link St ring }
  347        *      
  348        */
  349       public  void setM aidenName( String val ue) {
  350           th is.maidenN ame = valu e;
  351       }
  352  
  353       /**
  354        * Get s the valu e of the p refix prop erty.
  355        * 
  356        * @re turn
  357        *      possible  object is
  358        *      {@link St ring }
  359        *      
  360        */
  361       public  String ge tPrefix()  {
  362           re turn prefi x;
  363       }
  364  
  365       /**
  366        * Set s the valu e of the p refix prop erty.
  367        * 
  368        * @pa ram value
  369        *      allowed o bject is
  370        *      {@link St ring }
  371        *      
  372        */
  373       public  void setP refix(Stri ng value)  {
  374           th is.prefix  = value;
  375       }
  376  
  377       /**
  378        * Get s the valu e of the s uffix prop erty.
  379        * 
  380        * @re turn
  381        *      possible  object is
  382        *      {@link St ring }
  383        *      
  384        */
  385       public  String ge tSuffix()  {
  386           re turn suffi x;
  387       }
  388  
  389       /**
  390        * Set s the valu e of the s uffix prop erty.
  391        * 
  392        * @pa ram value
  393        *      allowed o bject is
  394        *      {@link St ring }
  395        *      
  396        */
  397       public  void setS uffix(Stri ng value)  {
  398           th is.suffix  = value;
  399       }
  400  
  401   }