Produced by Araxis Merge on 6/9/2017 3:49:49 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:49 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\service\pdq | RemovePatientCorrelationRequest.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 | 218 |
| 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 | // This fi le was gen erated by the JavaTM Architect ure for XM L Binding( JAXB) Refe rence Impl ementation , v2.1-b02 -fcs | |||||
| 3 | // See <a href="http ://java.su n.com/xml/ jaxb">http ://java.su n.com/xml/ jaxb</a> | |||||
| 4 | // Any mod ifications to this f ile will b e lost upo n recompil ation of t he source schema. | |||||
| 5 | // Generat ed on: 201 1.06.18 at 07:32:30 PM PDT | |||||
| 6 | // | |||||
| 7 | ||||||
| 8 | package go v.va.nvap. service.pd q; | |||||
| 9 | ||||||
| 10 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |||||
| 11 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |||||
| 12 | import jav ax.xml.bin d.annotati on.XmlElem ent; | |||||
| 13 | import jav ax.xml.bin d.annotati on.XmlRoot Element; | |||||
| 14 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 15 | ||||||
| 16 | /** | |||||
| 17 | * <p> | |||||
| 18 | * Java cl ass for an onymous co mplex type . | |||||
| 19 | * <p> | |||||
| 20 | * The fol lowing sch ema fragme nt specifi es the exp ected cont ent contai ned within | |||||
| 21 | * this cl ass. | |||||
| 22 | * | |||||
| 23 | * <pre> | |||||
| 24 | * <com plexType> | |||||
| 25 | * <c omplexCont ent> | |||||
| 26 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 27 | * & lt;sequenc e> | |||||
| 28 | * <eleme nt name="p atient-id" type="{ht tp://www.w 3.org/2001 /XMLSchema }string"/> | |||||
| 29 | * <eleme nt name="u ser-id" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring"/> | |||||
| 30 | * <eleme nt name="c orrelated- patient-id " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"/ > | |||||
| 31 | * <eleme nt name="c orrelated- assigning- authority- name" type ="{http:// www.w3.org /2001/XMLS chema}stri ng"/> | |||||
| 32 | * <eleme nt name="c orrelated- assigning- authority- oid" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g"/> | |||||
| 33 | * <eleme nt name="p atient-fir st-name" t ype="{http ://www.w3. org/2001/X MLSchema}s tring"/> | |||||
| 34 | * <eleme nt name="p atient-las t-name" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring"/> | |||||
| 35 | * <eleme nt name="p atient-mid dle-name" type="{htt p://www.w3 .org/2001/ XMLSchema} string"/> | |||||
| 36 | * & lt;/sequen ce> | |||||
| 37 | * < ;/restrict ion> | |||||
| 38 | * </ complexCon tent> | |||||
| 39 | * </co mplexType> | |||||
| 40 | * </pre> | |||||
| 41 | */ | |||||
| 42 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 43 | @XmlType(n ame = "", propOrder = { "patie ntId", "us erId", "co rrelatedPa tientId", | |||||
| 44 | "cor relatedAss igningAuth orityName" , "correla tedAssigni ngAuthorit yOid", | |||||
| 45 | "pat ientFirstN ame", "pat ientLastNa me", "pati entMiddleN ame" }) | |||||
| 46 | @XmlRootEl ement(name = "remove -patient-c orrelation -request") | |||||
| 47 | public cla ss RemoveP atientCorr elationReq uest { | |||||
| 48 | ||||||
| 49 | @X mlElement( name = "co rrelated-a ssigning-a uthority-n ame", requ ired = tru e) | |||||
| 50 | pr otected St ring corre latedAssig ningAuthor ityName; | |||||
| 51 | @X mlElement( name = "co rrelated-a ssigning-a uthority-o id", requi red = true ) | |||||
| 52 | pr otected St ring corre latedAssig ningAuthor ityOid; | |||||
| 53 | @X mlElement( name = "co rrelated-p atient-id" , required = true) | |||||
| 54 | pr otected St ring corre latedPatie ntId; | |||||
| 55 | @X mlElement( name = "pa tient-firs t-name", r equired = true) | |||||
| 56 | pr otected St ring patie ntFirstNam e; | |||||
| 57 | @X mlElement( name = "pa tient-id", required = true) | |||||
| 58 | pr otected St ring patie ntId; | |||||
| 59 | @X mlElement( name = "pa tient-last -name", re quired = t rue) | |||||
| 60 | pr otected St ring patie ntLastName ; | |||||
| 61 | @X mlElement( name = "pa tient-midd le-name", required = true) | |||||
| 62 | pr otected St ring patie ntMiddleNa me; | |||||
| 63 | @X mlElement( name = "us er-id", re quired = t rue) | |||||
| 64 | pr otected St ring userI d; | |||||
| 65 | ||||||
| 66 | /* * | |||||
| 67 | * Gets the value of t he correla tedAssigni ngAuthorit yName prop erty. | |||||
| 68 | * | |||||
| 69 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 70 | * / | |||||
| 71 | pu blic Strin g getCorre latedAssig ningAuthor ityName() { | |||||
| 72 | retu rn this.co rrelatedAs signingAut horityName ; | |||||
| 73 | } | |||||
| 74 | ||||||
| 75 | /* * | |||||
| 76 | * Gets the value of t he correla tedAssigni ngAuthorit yOid prope rty. | |||||
| 77 | * | |||||
| 78 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 79 | * / | |||||
| 80 | pu blic Strin g getCorre latedAssig ningAuthor ityOid() { | |||||
| 81 | retu rn this.co rrelatedAs signingAut horityOid; | |||||
| 82 | } | |||||
| 83 | ||||||
| 84 | /* * | |||||
| 85 | * Gets the value of t he correla tedPatient Id propert y. | |||||
| 86 | * | |||||
| 87 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 88 | * / | |||||
| 89 | pu blic Strin g getCorre latedPatie ntId() { | |||||
| 90 | retu rn this.co rrelatedPa tientId; | |||||
| 91 | } | |||||
| 92 | ||||||
| 93 | /* * | |||||
| 94 | * Gets the value of t he patient FirstName property. | |||||
| 95 | * | |||||
| 96 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 97 | * / | |||||
| 98 | pu blic Strin g getPatie ntFirstNam e() { | |||||
| 99 | retu rn this.pa tientFirst Name; | |||||
| 100 | } | |||||
| 101 | ||||||
| 102 | /* * | |||||
| 103 | * Gets the value of t he patient Id propert y. | |||||
| 104 | * | |||||
| 105 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 106 | * / | |||||
| 107 | pu blic Strin g getPatie ntId() { | |||||
| 108 | retu rn this.pa tientId; | |||||
| 109 | } | |||||
| 110 | ||||||
| 111 | /* * | |||||
| 112 | * Gets the value of t he patient LastName p roperty. | |||||
| 113 | * | |||||
| 114 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 115 | * / | |||||
| 116 | pu blic Strin g getPatie ntLastName () { | |||||
| 117 | retu rn this.pa tientLastN ame; | |||||
| 118 | } | |||||
| 119 | ||||||
| 120 | /* * | |||||
| 121 | * Gets the value of t he patient MiddleName property. | |||||
| 122 | * | |||||
| 123 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 124 | * / | |||||
| 125 | pu blic Strin g getPatie ntMiddleNa me() { | |||||
| 126 | retu rn this.pa tientMiddl eName; | |||||
| 127 | } | |||||
| 128 | ||||||
| 129 | /* * | |||||
| 130 | * Gets the value of t he userId property. | |||||
| 131 | * | |||||
| 132 | * @return p ossible ob ject is {@ link Strin g } | |||||
| 133 | * / | |||||
| 134 | pu blic Strin g getUserI d() { | |||||
| 135 | retu rn this.us erId; | |||||
| 136 | } | |||||
| 137 | ||||||
| 138 | /* * | |||||
| 139 | * Sets the value of t he correla tedAssigni ngAuthorit yName prop erty. | |||||
| 140 | * | |||||
| 141 | * @param va lue | |||||
| 142 | * allowed object is {@link Str ing } | |||||
| 143 | * / | |||||
| 144 | pu blic void setCorrela tedAssigni ngAuthorit yName(fina l String v alue) { | |||||
| 145 | this .correlate dAssigning AuthorityN ame = valu e; | |||||
| 146 | } | |||||
| 147 | ||||||
| 148 | /* * | |||||
| 149 | * Sets the value of t he correla tedAssigni ngAuthorit yOid prope rty. | |||||
| 150 | * | |||||
| 151 | * @param va lue | |||||
| 152 | * allowed object is {@link Str ing } | |||||
| 153 | * / | |||||
| 154 | pu blic void setCorrela tedAssigni ngAuthorit yOid(final String va lue) { | |||||
| 155 | this .correlate dAssigning AuthorityO id = value ; | |||||
| 156 | } | |||||
| 157 | ||||||
| 158 | /* * | |||||
| 159 | * Sets the value of t he correla tedPatient Id propert y. | |||||
| 160 | * | |||||
| 161 | * @param va lue | |||||
| 162 | * allowed object is {@link Str ing } | |||||
| 163 | * / | |||||
| 164 | pu blic void setCorrela tedPatient Id(final S tring valu e) { | |||||
| 165 | this .correlate dPatientId = value; | |||||
| 166 | } | |||||
| 167 | ||||||
| 168 | /* * | |||||
| 169 | * Sets the value of t he patient FirstName property. | |||||
| 170 | * | |||||
| 171 | * @param va lue | |||||
| 172 | * allowed object is {@link Str ing } | |||||
| 173 | * / | |||||
| 174 | pu blic void setPatient FirstName( final Stri ng value) { | |||||
| 175 | this .patientFi rstName = value; | |||||
| 176 | } | |||||
| 177 | ||||||
| 178 | /* * | |||||
| 179 | * Sets the value of t he patient Id propert y. | |||||
| 180 | * | |||||
| 181 | * @param va lue | |||||
| 182 | * allowed object is {@link Str ing } | |||||
| 183 | * / | |||||
| 184 | pu blic void setPatient Id(final S tring valu e) { | |||||
| 185 | this .patientId = value; | |||||
| 186 | } | |||||
| 187 | ||||||
| 188 | /* * | |||||
| 189 | * Sets the value of t he patient LastName p roperty. | |||||
| 190 | * | |||||
| 191 | * @param va lue | |||||
| 192 | * allowed object is {@link Str ing } | |||||
| 193 | * / | |||||
| 194 | pu blic void setPatient LastName(f inal Strin g value) { | |||||
| 195 | this .patientLa stName = v alue; | |||||
| 196 | } | |||||
| 197 | ||||||
| 198 | /* * | |||||
| 199 | * Sets the value of t he patient MiddleName property. | |||||
| 200 | * | |||||
| 201 | * @param va lue | |||||
| 202 | * allowed object is {@link Str ing } | |||||
| 203 | * / | |||||
| 204 | pu blic void setPatient MiddleName (final Str ing value) { | |||||
| 205 | this .patientMi ddleName = value; | |||||
| 206 | } | |||||
| 207 | ||||||
| 208 | /* * | |||||
| 209 | * Sets the value of t he userId property. | |||||
| 210 | * | |||||
| 211 | * @param va lue | |||||
| 212 | * allowed object is {@link Str ing } | |||||
| 213 | * / | |||||
| 214 | pu blic void setUserId( final Stri ng value) { | |||||
| 215 | this .userId = value; | |||||
| 216 | } | |||||
| 217 | ||||||
| 218 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.