Produced by Araxis Merge on 4/5/2017 4:25:31 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | ContactInfo.java | Wed Feb 1 18:37:28 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | ContactInfo.java | Mon Apr 3 14:02:46 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 218 |
| Changed | 1 | 6 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 contactIn fo complex 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 | * <com plexType n ame="conta ctInfo"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 18 | * & lt;all> | |
| 19 | * <elemen t name="ad dresses" t ype="{http ://jaxws.w ebservices .esr. URL /schemas}a ddressColl ection" mi nOccurs="0 "/> | |
| 20 | * <elemen t name="em ails" type ="{http:// jaxws.webs ervices.es r. URL /schemas}e mailCollec tion" minO ccurs="0"/ > | |
| 21 | * <elemen t name="ph ones" type ="{http:// jaxws.webs ervices.es r. URL /schemas}p honeCollec tion" minO ccurs="0"/ > | |
| 22 | * & lt;/all> | |
| 23 | * < ;/restrict ion> | |
| 24 | * </ complexCon tent> | |
| 25 | * </co mplexType> | |
| 26 | * </pre> | |
| 27 | * | |
| 28 | * | |
| 29 | */ | |
| 30 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 31 | @XmlType(n ame = "con tactInfo", propOrder = { | |
| 32 | ||
| 33 | }) | |
| 34 | public cla ss Contact Info { | |
| 35 | ||
| 36 | protec ted Addres sCollectio n addresse s; | |
| 37 | protec ted EmailC ollection emails; | |
| 38 | protec ted PhoneC ollection phones; | |
| 39 | ||
| 40 | /** | |
| 41 | * Get s the valu e of the a ddresses p roperty. | |
| 42 | * | |
| 43 | * @re turn | |
| 44 | * possible object is | |
| 45 | * {@link Ad dressColle ction } | |
| 46 | * | |
| 47 | */ | |
| 48 | public AddressCo llection g etAddresse s() { | |
| 49 | re turn addre sses; | |
| 50 | } | |
| 51 | ||
| 52 | /** | |
| 53 | * Set s the valu e of the a ddresses p roperty. | |
| 54 | * | |
| 55 | * @pa ram value | |
| 56 | * allowed o bject is | |
| 57 | * {@link Ad dressColle ction } | |
| 58 | * | |
| 59 | */ | |
| 60 | public void setA ddresses(A ddressColl ection val ue) { | |
| 61 | th is.address es = value ; | |
| 62 | } | |
| 63 | ||
| 64 | /** | |
| 65 | * Get s the valu e of the e mails prop erty. | |
| 66 | * | |
| 67 | * @re turn | |
| 68 | * possible object is | |
| 69 | * {@link Em ailCollect ion } | |
| 70 | * | |
| 71 | */ | |
| 72 | public EmailColl ection get Emails() { | |
| 73 | re turn email s; | |
| 74 | } | |
| 75 | ||
| 76 | /** | |
| 77 | * Set s the valu e of the e mails prop erty. | |
| 78 | * | |
| 79 | * @pa ram value | |
| 80 | * allowed o bject is | |
| 81 | * {@link Em ailCollect ion } | |
| 82 | * | |
| 83 | */ | |
| 84 | public void setE mails(Emai lCollectio n value) { | |
| 85 | th is.emails = value; | |
| 86 | } | |
| 87 | ||
| 88 | /** | |
| 89 | * Get s the valu e of the p hones prop erty. | |
| 90 | * | |
| 91 | * @re turn | |
| 92 | * possible object is | |
| 93 | * {@link Ph oneCollect ion } | |
| 94 | * | |
| 95 | */ | |
| 96 | public PhoneColl ection get Phones() { | |
| 97 | re turn phone s; | |
| 98 | } | |
| 99 | ||
| 100 | /** | |
| 101 | * Set s the valu e of the p hones prop erty. | |
| 102 | * | |
| 103 | * @pa ram value | |
| 104 | * allowed o bject is | |
| 105 | * {@link Ph oneCollect ion } | |
| 106 | * | |
| 107 | */ | |
| 108 | public void setP hones(Phon eCollectio n value) { | |
| 109 | th is.phones = value; | |
| 110 | } | |
| 111 | ||
| 112 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.