5. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/22/2017 3:39:49 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.

5.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde AssociationInfo.java Fri Aug 26 22:28:56 2016 UTC
2 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde AssociationInfo.java Tue Aug 22 16:14:15 2017 UTC

5.2 Comparison summary

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

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

5.4 Active regular expressions

No regular expressions were active.

5.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  associati onInfo 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="assoc iationInfo "&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;elemen t name="ad dress" typ e="{http:/ /jaxws.web services.e sr. URL         /schemas}b aseAddress Info" minO ccurs="0"/ &gt;
  22    *          &lt;eleme nt name="a lternatePh one" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/&gt ;
  23    *          &lt;eleme nt name="c ontactType " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/&gt;
  24    *          &lt;eleme nt name="f amilyName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 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="l astUpdateD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/& gt;
  27    *          &lt;eleme nt name="m iddleName"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/&gt;
  28    *          &lt;eleme nt name="o rganizatio nName" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  29    *          &lt;eleme nt name="p refix" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  30    *          &lt;eleme nt name="p rimaryPhon e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/&gt;
  31    *          &lt;eleme nt name="r elationshi p" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/&gt;
  32    *          &lt;eleme nt name="s uffix" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt;
  33    *       & lt;/all&gt ;
  34    *     &lt ;/restrict ion&gt;
  35    *   &lt;/ complexCon tent&gt;
  36    * &lt;/co mplexType& gt;
  37    * </pre>
  38    * 
  39    * 
  40    */
  41   @XmlAccess orType(Xml AccessType .FIELD)
  42   @XmlType(n ame = "ass ociationIn fo", propO rder = {
  43  
  44   })
  45   public cla ss Associa tionInfo {
  46  
  47       protec ted BaseAd dressInfo  address;
  48       protec ted String  alternate Phone;
  49       protec ted String  contactTy pe;
  50       protec ted String  familyNam e;
  51       protec ted String  givenName ;
  52       @XmlSc hemaType(n ame = "dat eTime")
  53       protec ted XMLGre gorianCale ndar lastU pdateDate;
  54       protec ted String  middleNam e;
  55       protec ted String  organizat ionName;
  56       protec ted String  prefix;
  57       protec ted String  primaryPh one;
  58       protec ted String  relations hip;
  59       protec ted String  suffix;
  60  
  61       /**
  62        * Get s the valu e of the a ddress pro perty.
  63        * 
  64        * @re turn
  65        *      possible  object is
  66        *      {@link Ba seAddressI nfo }
  67        *      
  68        */
  69       public  BaseAddre ssInfo get Address()  {
  70           re turn addre ss;
  71       }
  72  
  73       /**
  74        * Set s the valu e of the a ddress pro perty.
  75        * 
  76        * @pa ram value
  77        *      allowed o bject is
  78        *      {@link Ba seAddressI nfo }
  79        *      
  80        */
  81       public  void setA ddress(Bas eAddressIn fo value)  {
  82           th is.address  = value;
  83       }
  84  
  85       /**
  86        * Get s the valu e of the a lternatePh one proper ty.
  87        * 
  88        * @re turn
  89        *      possible  object is
  90        *      {@link St ring }
  91        *      
  92        */
  93       public  String ge tAlternate Phone() {
  94           re turn alter natePhone;
  95       }
  96  
  97       /**
  98        * Set s the valu e of the a lternatePh one proper ty.
  99        * 
  100        * @pa ram value
  101        *      allowed o bject is
  102        *      {@link St ring }
  103        *      
  104        */
  105       public  void setA lternatePh one(String  value) {
  106           th is.alterna tePhone =  value;
  107       }
  108  
  109       /**
  110        * Get s the valu e of the c ontactType  property.
  111        * 
  112        * @re turn
  113        *      possible  object is
  114        *      {@link St ring }
  115        *      
  116        */
  117       public  String ge tContactTy pe() {
  118           re turn conta ctType;
  119       }
  120  
  121       /**
  122        * Set s the valu e of the c ontactType  property.
  123        * 
  124        * @pa ram value
  125        *      allowed o bject is
  126        *      {@link St ring }
  127        *      
  128        */
  129       public  void setC ontactType (String va lue) {
  130           th is.contact Type = val ue;
  131       }
  132  
  133       /**
  134        * Get s the valu e of the f amilyName  property.
  135        * 
  136        * @re turn
  137        *      possible  object is
  138        *      {@link St ring }
  139        *      
  140        */
  141       public  String ge tFamilyNam e() {
  142           re turn famil yName;
  143       }
  144  
  145       /**
  146        * Set s the valu e of the f amilyName  property.
  147        * 
  148        * @pa ram value
  149        *      allowed o bject is
  150        *      {@link St ring }
  151        *      
  152        */
  153       public  void setF amilyName( String val ue) {
  154           th is.familyN ame = valu e;
  155       }
  156  
  157       /**
  158        * Get s the valu e of the g ivenName p roperty.
  159        * 
  160        * @re turn
  161        *      possible  object is
  162        *      {@link St ring }
  163        *      
  164        */
  165       public  String ge tGivenName () {
  166           re turn given Name;
  167       }
  168  
  169       /**
  170        * Set s the valu e of the g ivenName p roperty.
  171        * 
  172        * @pa ram value
  173        *      allowed o bject is
  174        *      {@link St ring }
  175        *      
  176        */
  177       public  void setG ivenName(S tring valu e) {
  178           th is.givenNa me = value ;
  179       }
  180  
  181       /**
  182        * Get s the valu e of the l astUpdateD ate proper ty.
  183        * 
  184        * @re turn
  185        *      possible  object is
  186        *      {@link XM LGregorian Calendar }
  187        *      
  188        */
  189       public  XMLGregor ianCalenda r getLastU pdateDate( ) {
  190           re turn lastU pdateDate;
  191       }
  192  
  193       /**
  194        * Set s the valu e of the l astUpdateD ate proper ty.
  195        * 
  196        * @pa ram value
  197        *      allowed o bject is
  198        *      {@link XM LGregorian Calendar }
  199        *      
  200        */
  201       public  void setL astUpdateD ate(XMLGre gorianCale ndar value ) {
  202           th is.lastUpd ateDate =  value;
  203       }
  204  
  205       /**
  206        * Get s the valu e of the m iddleName  property.
  207        * 
  208        * @re turn
  209        *      possible  object is
  210        *      {@link St ring }
  211        *      
  212        */
  213       public  String ge tMiddleNam e() {
  214           re turn middl eName;
  215       }
  216  
  217       /**
  218        * Set s the valu e of the m iddleName  property.
  219        * 
  220        * @pa ram value
  221        *      allowed o bject is
  222        *      {@link St ring }
  223        *      
  224        */
  225       public  void setM iddleName( String val ue) {
  226           th is.middleN ame = valu e;
  227       }
  228  
  229       /**
  230        * Get s the valu e of the o rganizatio nName prop erty.
  231        * 
  232        * @re turn
  233        *      possible  object is
  234        *      {@link St ring }
  235        *      
  236        */
  237       public  String ge tOrganizat ionName()  {
  238           re turn organ izationNam e;
  239       }
  240  
  241       /**
  242        * Set s the valu e of the o rganizatio nName prop erty.
  243        * 
  244        * @pa ram value
  245        *      allowed o bject is
  246        *      {@link St ring }
  247        *      
  248        */
  249       public  void setO rganizatio nName(Stri ng value)  {
  250           th is.organiz ationName  = value;
  251       }
  252  
  253       /**
  254        * Get s the valu e of the p refix prop erty.
  255        * 
  256        * @re turn
  257        *      possible  object is
  258        *      {@link St ring }
  259        *      
  260        */
  261       public  String ge tPrefix()  {
  262           re turn prefi x;
  263       }
  264  
  265       /**
  266        * Set s the valu e of the p refix prop erty.
  267        * 
  268        * @pa ram value
  269        *      allowed o bject is
  270        *      {@link St ring }
  271        *      
  272        */
  273       public  void setP refix(Stri ng value)  {
  274           th is.prefix  = value;
  275       }
  276  
  277       /**
  278        * Get s the valu e of the p rimaryPhon e property .
  279        * 
  280        * @re turn
  281        *      possible  object is
  282        *      {@link St ring }
  283        *      
  284        */
  285       public  String ge tPrimaryPh one() {
  286           re turn prima ryPhone;
  287       }
  288  
  289       /**
  290        * Set s the valu e of the p rimaryPhon e property .
  291        * 
  292        * @pa ram value
  293        *      allowed o bject is
  294        *      {@link St ring }
  295        *      
  296        */
  297       public  void setP rimaryPhon e(String v alue) {
  298           th is.primary Phone = va lue;
  299       }
  300  
  301       /**
  302        * Get s the valu e of the r elationshi p property .
  303        * 
  304        * @re turn
  305        *      possible  object is
  306        *      {@link St ring }
  307        *      
  308        */
  309       public  String ge tRelations hip() {
  310           re turn relat ionship;
  311       }
  312  
  313       /**
  314        * Set s the valu e of the r elationshi p property .
  315        * 
  316        * @pa ram value
  317        *      allowed o bject is
  318        *      {@link St ring }
  319        *      
  320        */
  321       public  void setR elationshi p(String v alue) {
  322           th is.relatio nship = va lue;
  323       }
  324  
  325       /**
  326        * Get s the valu e of the s uffix prop erty.
  327        * 
  328        * @re turn
  329        *      possible  object is
  330        *      {@link St ring }
  331        *      
  332        */
  333       public  String ge tSuffix()  {
  334           re turn suffi x;
  335       }
  336  
  337       /**
  338        * Set s the valu e of the s uffix prop erty.
  339        * 
  340        * @pa ram value
  341        *      allowed o bject is
  342        *      {@link St ring }
  343        *      
  344        */
  345       public  void setS uffix(Stri ng value)  {
  346           th is.suffix  = value;
  347       }
  348  
  349   }