Produced by Araxis Merge on 6/9/2017 3:50:17 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:50:17 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | EmailInfo.java | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 167 |
| 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.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 emailInfo complex t ype. | |||||
| 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 | * <com plexType n ame="email Info"> | |||||
| 18 | * <c omplexCont ent> | |||||
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 20 | * & lt;all> | |||||
| 21 | * <eleme nt name="a ddress" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |||||
| 22 | * <eleme nt name="c hangeDate" type="{ht tp://www.w 3.org/2001 /XMLSchema }dateTime" minOccurs ="0"/> | |||||
| 23 | * <eleme nt name="s iteOfChang e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |||||
| 24 | * <eleme nt name="s ourceOfCha nge" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |||||
| 25 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |||||
| 26 | * & lt;/all> | |||||
| 27 | * < ;/restrict ion> | |||||
| 28 | * </ complexCon tent> | |||||
| 29 | * </co mplexType> | |||||
| 30 | * </pre> | |||||
| 31 | * | |||||
| 32 | * | |||||
| 33 | */ | |||||
| 34 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 35 | @XmlType(n ame = "ema ilInfo", p ropOrder = { | |||||
| 36 | ||||||
| 37 | }) | |||||
| 38 | public cla ss EmailIn fo { | |||||
| 39 | ||||||
| 40 | protec ted String address; | |||||
| 41 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 42 | protec ted XMLGre gorianCale ndar chang eDate; | |||||
| 43 | protec ted String siteOfCha nge; | |||||
| 44 | protec ted String sourceOfC hange; | |||||
| 45 | protec ted String type; | |||||
| 46 | ||||||
| 47 | /** | |||||
| 48 | * Get s the valu e of the a ddress pro perty. | |||||
| 49 | * | |||||
| 50 | * @re turn | |||||
| 51 | * possible object is | |||||
| 52 | * {@link St ring } | |||||
| 53 | * | |||||
| 54 | */ | |||||
| 55 | public String ge tAddress() { | |||||
| 56 | re turn addre ss; | |||||
| 57 | } | |||||
| 58 | ||||||
| 59 | /** | |||||
| 60 | * Set s the valu e of the a ddress pro perty. | |||||
| 61 | * | |||||
| 62 | * @pa ram value | |||||
| 63 | * allowed o bject is | |||||
| 64 | * {@link St ring } | |||||
| 65 | * | |||||
| 66 | */ | |||||
| 67 | public void setA ddress(Str ing value) { | |||||
| 68 | th is.address = value; | |||||
| 69 | } | |||||
| 70 | ||||||
| 71 | /** | |||||
| 72 | * Get s the valu e of the c hangeDate property. | |||||
| 73 | * | |||||
| 74 | * @re turn | |||||
| 75 | * possible object is | |||||
| 76 | * {@link XM LGregorian Calendar } | |||||
| 77 | * | |||||
| 78 | */ | |||||
| 79 | public XMLGregor ianCalenda r getChang eDate() { | |||||
| 80 | re turn chang eDate; | |||||
| 81 | } | |||||
| 82 | ||||||
| 83 | /** | |||||
| 84 | * Set s the valu e of the c hangeDate property. | |||||
| 85 | * | |||||
| 86 | * @pa ram value | |||||
| 87 | * allowed o bject is | |||||
| 88 | * {@link XM LGregorian Calendar } | |||||
| 89 | * | |||||
| 90 | */ | |||||
| 91 | public void setC hangeDate( XMLGregori anCalendar value) { | |||||
| 92 | th is.changeD ate = valu e; | |||||
| 93 | } | |||||
| 94 | ||||||
| 95 | /** | |||||
| 96 | * Get s the valu e of the s iteOfChang e property . | |||||
| 97 | * | |||||
| 98 | * @re turn | |||||
| 99 | * possible object is | |||||
| 100 | * {@link St ring } | |||||
| 101 | * | |||||
| 102 | */ | |||||
| 103 | public String ge tSiteOfCha nge() { | |||||
| 104 | re turn siteO fChange; | |||||
| 105 | } | |||||
| 106 | ||||||
| 107 | /** | |||||
| 108 | * Set s the valu e of the s iteOfChang e property . | |||||
| 109 | * | |||||
| 110 | * @pa ram value | |||||
| 111 | * allowed o bject is | |||||
| 112 | * {@link St ring } | |||||
| 113 | * | |||||
| 114 | */ | |||||
| 115 | public void setS iteOfChang e(String v alue) { | |||||
| 116 | th is.siteOfC hange = va lue; | |||||
| 117 | } | |||||
| 118 | ||||||
| 119 | /** | |||||
| 120 | * Get s the valu e of the s ourceOfCha nge proper ty. | |||||
| 121 | * | |||||
| 122 | * @re turn | |||||
| 123 | * possible object is | |||||
| 124 | * {@link St ring } | |||||
| 125 | * | |||||
| 126 | */ | |||||
| 127 | public String ge tSourceOfC hange() { | |||||
| 128 | re turn sourc eOfChange; | |||||
| 129 | } | |||||
| 130 | ||||||
| 131 | /** | |||||
| 132 | * Set s the valu e of the s ourceOfCha nge proper ty. | |||||
| 133 | * | |||||
| 134 | * @pa ram value | |||||
| 135 | * allowed o bject is | |||||
| 136 | * {@link St ring } | |||||
| 137 | * | |||||
| 138 | */ | |||||
| 139 | public void setS ourceOfCha nge(String value) { | |||||
| 140 | th is.sourceO fChange = value; | |||||
| 141 | } | |||||
| 142 | ||||||
| 143 | /** | |||||
| 144 | * Get s the valu e of the t ype proper ty. | |||||
| 145 | * | |||||
| 146 | * @re turn | |||||
| 147 | * possible object is | |||||
| 148 | * {@link St ring } | |||||
| 149 | * | |||||
| 150 | */ | |||||
| 151 | public String ge tType() { | |||||
| 152 | re turn type; | |||||
| 153 | } | |||||
| 154 | ||||||
| 155 | /** | |||||
| 156 | * Set s the valu e of the t ype proper ty. | |||||
| 157 | * | |||||
| 158 | * @pa ram value | |||||
| 159 | * allowed o bject is | |||||
| 160 | * {@link St ring } | |||||
| 161 | * | |||||
| 162 | */ | |||||
| 163 | public void setT ype(String value) { | |||||
| 164 | th is.type = value; | |||||
| 165 | } | |||||
| 166 | ||||||
| 167 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.