Produced by Araxis Merge on 6/9/2017 3:49:45 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:49:45 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-client\src\main\java\gov\va\nvap\privacy | DetailedConsentDirectiveReferenceType.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 | 233 |
| 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 | package go v.va.nvap. privacy; | |||||
| 2 | ||||||
| 3 | import jav a.util.Dat e; | |||||
| 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.XmlElem ent; | |||||
| 7 | import jav ax.xml.bin d.annotati on.XmlSche maType; | |||||
| 8 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 9 | import jav ax.xml.bin d.annotati on.adapter s.XmlJavaT ypeAdapter ; | |||||
| 10 | ||||||
| 11 | ||||||
| 12 | /** | |||||
| 13 | * <p>Java class for ConsentDi rectiveRef erenceType complex t ype. | |||||
| 14 | * | |||||
| 15 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |||||
| 16 | * | |||||
| 17 | * <pre> | |||||
| 18 | * <com plexType n ame="Conse ntDirectiv eReference Type"> | |||||
| 19 | * <c omplexCont ent> | |||||
| 20 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 21 | * & lt;sequenc e> | |||||
| 22 | * <eleme nt name="c onsentDirI d" type="{ http://www .w3.org/20 01/XMLSche ma}string" /> | |||||
| 23 | * <eleme nt name="o ptinDate" type="{htt p://www.w3 .org/2001/ XMLSchema} date"/> | |||||
| 24 | * <eleme nt name="e xpirationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}date" /> | |||||
| 25 | * <eleme nt name="o ptinConsen tType" typ e="{urn:go v:va:nvap: privacy}Co nsentType" /> | |||||
| 26 | * <eleme nt name="s sn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string "/> | |||||
| 27 | * <eleme nt name="l astName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring"/> | |||||
| 28 | * <eleme nt name="f irstName" type="{htt p://www.w3 .org/2001/ XMLSchema} string"/> | |||||
| 29 | * <eleme nt name="m iddleName" type="{ht tp://www.w 3.org/2001 /XMLSchema }string"/> | |||||
| 30 | * <eleme nt name="f acilityNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string" /> | |||||
| 31 | * & lt;/sequen ce> | |||||
| 32 | * < ;/restrict ion> | |||||
| 33 | * </ complexCon tent> | |||||
| 34 | * </co mplexType> | |||||
| 35 | * </pre> | |||||
| 36 | * | |||||
| 37 | * | |||||
| 38 | */ | |||||
| 39 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 40 | @XmlType(n ame = "Det ailedConse ntDirectiv eReference Type", pro pOrder = { | |||||
| 41 | "conse ntDirId", | |||||
| 42 | "optin Date", | |||||
| 43 | "expir ationDate" , | |||||
| 44 | "optin ConsentTyp e", | |||||
| 45 | "ssn", | |||||
| 46 | "lastN ame", | |||||
| 47 | "first Name", | |||||
| 48 | "middl eName", | |||||
| 49 | "facil ityName", | |||||
| 50 | "conse ntType", | |||||
| 51 | "userI d" | |||||
| 52 | }) | |||||
| 53 | public cla ss Detaile dConsentDi rectiveRef erenceType { | |||||
| 54 | ||||||
| 55 | @XmlEl ement(requ ired = tru e) | |||||
| 56 | protec ted String consentDi rId; | |||||
| 57 | @XmlEl ement(requ ired = tru e, type = String.cla ss) | |||||
| 58 | @XmlJa vaTypeAdap ter(DateTi meXmlAdapt er.class) | |||||
| 59 | @XmlSc hemaType(n ame = "dat e") | |||||
| 60 | protec ted Date o ptinDate; | |||||
| 61 | @XmlEl ement(requ ired = tru e, type = String.cla ss) | |||||
| 62 | @XmlJa vaTypeAdap ter(DateTi meXmlAdapt er.class) | |||||
| 63 | @XmlSc hemaType(n ame = "dat e") | |||||
| 64 | protec ted Date e xpirationD ate; | |||||
| 65 | @XmlEl ement(requ ired = tru e) | |||||
| 66 | protec ted Consen tType opti nConsentTy pe; | |||||
| 67 | @XmlEl ement(requ ired = tru e) | |||||
| 68 | protec ted String ssn; | |||||
| 69 | @XmlEl ement(requ ired = tru e) | |||||
| 70 | protec ted String lastName; | |||||
| 71 | @XmlEl ement(requ ired = tru e) | |||||
| 72 | protec ted String firstName ; | |||||
| 73 | @XmlEl ement(requ ired = tru e) | |||||
| 74 | protec ted String middleNam e; | |||||
| 75 | @XmlEl ement(requ ired = tru e) | |||||
| 76 | protec ted String facilityN ame; | |||||
| 77 | @XmlEl ement(requ ired = tru e) | |||||
| 78 | protec ted String consentTy pe; | |||||
| 79 | @XmlEl ement(requ ired = tru e) | |||||
| 80 | protec ted String userId; | |||||
| 81 | ||||||
| 82 | public String ge tSsn() { | |||||
| 83 | re turn ssn; | |||||
| 84 | } | |||||
| 85 | ||||||
| 86 | public void setS sn(String ssn) { | |||||
| 87 | th is.ssn = s sn; | |||||
| 88 | } | |||||
| 89 | ||||||
| 90 | public String ge tLastName( ) { | |||||
| 91 | re turn lastN ame; | |||||
| 92 | } | |||||
| 93 | ||||||
| 94 | public void setL astName(St ring lastN ame) { | |||||
| 95 | th is.lastNam e = lastNa me; | |||||
| 96 | } | |||||
| 97 | ||||||
| 98 | public String ge tFirstName () { | |||||
| 99 | re turn first Name; | |||||
| 100 | } | |||||
| 101 | ||||||
| 102 | public void setF irstName(S tring firs tName) { | |||||
| 103 | th is.firstNa me = first Name; | |||||
| 104 | } | |||||
| 105 | ||||||
| 106 | public String ge tMiddleNam e() { | |||||
| 107 | re turn middl eName; | |||||
| 108 | } | |||||
| 109 | ||||||
| 110 | public void setM iddleName( String mid dleName) { | |||||
| 111 | th is.middleN ame = midd leName; | |||||
| 112 | } | |||||
| 113 | ||||||
| 114 | public String ge tFacilityN ame() { | |||||
| 115 | re turn facil ityName; | |||||
| 116 | } | |||||
| 117 | ||||||
| 118 | public void setF acilityNam e(String f acilityNam e) { | |||||
| 119 | th is.facilit yName = fa cilityName ; | |||||
| 120 | } | |||||
| 121 | ||||||
| 122 | public String ge tConsentTy pe() { | |||||
| 123 | re turn conse ntType; | |||||
| 124 | } | |||||
| 125 | ||||||
| 126 | public void setC onsentType (String co nsentType) { | |||||
| 127 | th is.consent Type = con sentType; | |||||
| 128 | } | |||||
| 129 | ||||||
| 130 | public String ge tUserId() { | |||||
| 131 | re turn userI d; | |||||
| 132 | } | |||||
| 133 | ||||||
| 134 | public void setU serId(Stri ng userId) { | |||||
| 135 | th is.userId = userId; | |||||
| 136 | } | |||||
| 137 | ||||||
| 138 | /** | |||||
| 139 | * Get s the valu e of the c onsentDirI d property . | |||||
| 140 | * | |||||
| 141 | * @re turn | |||||
| 142 | * possible object is | |||||
| 143 | * {@link St ring } | |||||
| 144 | * | |||||
| 145 | */ | |||||
| 146 | public String ge tConsentDi rId() { | |||||
| 147 | re turn conse ntDirId; | |||||
| 148 | } | |||||
| 149 | ||||||
| 150 | /** | |||||
| 151 | * Set s the valu e of the c onsentDirI d property . | |||||
| 152 | * | |||||
| 153 | * @pa ram value | |||||
| 154 | * allowed o bject is | |||||
| 155 | * {@link St ring } | |||||
| 156 | * | |||||
| 157 | */ | |||||
| 158 | public void setC onsentDirI d(String v alue) { | |||||
| 159 | th is.consent DirId = va lue; | |||||
| 160 | } | |||||
| 161 | ||||||
| 162 | /** | |||||
| 163 | * Get s the valu e of the o ptinDate p roperty. | |||||
| 164 | * | |||||
| 165 | * @re turn | |||||
| 166 | * possible object is | |||||
| 167 | * {@link St ring } | |||||
| 168 | * | |||||
| 169 | */ | |||||
| 170 | public Date getO ptinDate() { | |||||
| 171 | re turn optin Date; | |||||
| 172 | } | |||||
| 173 | ||||||
| 174 | /** | |||||
| 175 | * Set s the valu e of the o ptinDate p roperty. | |||||
| 176 | * | |||||
| 177 | * @pa ram value | |||||
| 178 | * allowed o bject is | |||||
| 179 | * {@link St ring } | |||||
| 180 | * | |||||
| 181 | */ | |||||
| 182 | public void setO ptinDate(D ate value) { | |||||
| 183 | th is.optinDa te = value ; | |||||
| 184 | } | |||||
| 185 | ||||||
| 186 | /** | |||||
| 187 | * Get s the valu e of the e xpirationD ate proper ty. | |||||
| 188 | * | |||||
| 189 | * @re turn | |||||
| 190 | * possible object is | |||||
| 191 | * {@link St ring } | |||||
| 192 | * | |||||
| 193 | */ | |||||
| 194 | public Date getE xpirationD ate() { | |||||
| 195 | re turn expir ationDate; | |||||
| 196 | } | |||||
| 197 | ||||||
| 198 | /** | |||||
| 199 | * Set s the valu e of the e xpirationD ate proper ty. | |||||
| 200 | * | |||||
| 201 | * @pa ram value | |||||
| 202 | * allowed o bject is | |||||
| 203 | * {@link St ring } | |||||
| 204 | * | |||||
| 205 | */ | |||||
| 206 | public void setE xpirationD ate(Date v alue) { | |||||
| 207 | th is.expirat ionDate = value; | |||||
| 208 | } | |||||
| 209 | ||||||
| 210 | /** | |||||
| 211 | * Get s the valu e of the o ptinConsen tType prop erty. | |||||
| 212 | * | |||||
| 213 | * @re turn | |||||
| 214 | * possible object is | |||||
| 215 | * {@link Co nsentType } | |||||
| 216 | * | |||||
| 217 | */ | |||||
| 218 | public ConsentTy pe getOpti nConsentTy pe() { | |||||
| 219 | re turn optin ConsentTyp e; | |||||
| 220 | } | |||||
| 221 | ||||||
| 222 | /** | |||||
| 223 | * Set s the valu e of the o ptinConsen tType prop erty. | |||||
| 224 | * | |||||
| 225 | * @pa ram value | |||||
| 226 | * allowed o bject is | |||||
| 227 | * {@link Co nsentType } | |||||
| 228 | * | |||||
| 229 | */ | |||||
| 230 | public void setO ptinConsen tType(Cons entType va lue) { | |||||
| 231 | th is.optinCo nsentType = value; | |||||
| 232 | } | |||||
| 233 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.