Produced by Araxis Merge on 1/17/2019 10:54:39 AM Central Standard 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 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | WriteNote.java | Wed Jan 16 16:06:44 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | WriteNote.java | Wed Jan 16 20:18:50 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 10 | 498 |
| Changed | 9 | 18 |
| 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.v ia.service ; | |
| 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.XmlElem ent; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * <p>Java class for writeNote complex t ype. | |
| 12 | * | |
| 13 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 14 | * | |
| 15 | * <pre> | |
| 16 | * <com plexType n ame="write Note"> | |
| 17 | * <c omplexCont ent> | |
| 18 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 19 | * & lt;sequenc e> | |
| 20 | * <eleme nt name="t itleIEN" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 21 | * <eleme nt name="e ncounterSt ring" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/&g t; | |
| 22 | * <eleme nt name="t ext" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> ; | |
| 23 | * <eleme nt name="a uthorDUZ" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 24 | * <eleme nt name="c osignerDUZ " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 25 | * <eleme nt name="c onsultIEN" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 26 | * <eleme nt name="p rfIEN" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt; | |
| 27 | * <elemen t name="qu eryBean" t ype="{http :// DNS . URL /}queryBea n" minOccu rs="0"/> ; | |
| 28 | * & lt;/sequen ce> | |
| 29 | * < ;/restrict ion> | |
| 30 | * </ complexCon tent> | |
| 31 | * </co mplexType& gt; | |
| 32 | * </pre> | |
| 33 | * | |
| 34 | * | |
| 35 | */ | |
| 36 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 37 | @XmlType(n ame = "wri teNote", p ropOrder = { | |
| 38 | "title IEN", | |
| 39 | "encou nterString ", | |
| 40 | "text" , | |
| 41 | "autho rDUZ", | |
| 42 | "cosig nerDUZ", | |
| 43 | "consu ltIEN", | |
| 44 | "prfIE N", | |
| 45 | "query Bean" | |
| 46 | }) | |
| 47 | public cla ss WriteNo te { | |
| 48 | ||
| 49 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 50 | protec ted String titleIEN; | |
| 51 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 52 | protec ted String encounter String; | |
| 53 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 54 | protec ted String text; | |
| 55 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 56 | protec ted String authorDUZ ; | |
| 57 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 58 | protec ted String cosignerD UZ; | |
| 59 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 60 | protec ted String consultIE N; | |
| 61 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 62 | protec ted String prfIEN; | |
| 63 | @XmlElemen t(namespac e = "http: // DNS . URL /") | |
| 64 | protec ted QueryB ean queryB ean; | |
| 65 | ||
| 66 | /** | |
| 67 | * Get s the valu e of the t itleIEN pr operty. | |
| 68 | * | |
| 69 | * @re turn | |
| 70 | * possible object is | |
| 71 | * {@link St ring } | |
| 72 | * | |
| 73 | */ | |
| 74 | public String ge tTitleIEN( ) { | |
| 75 | re turn title IEN; | |
| 76 | } | |
| 77 | ||
| 78 | /** | |
| 79 | * Set s the valu e of the t itleIEN pr operty. | |
| 80 | * | |
| 81 | * @pa ram value | |
| 82 | * allowed o bject is | |
| 83 | * {@link St ring } | |
| 84 | * | |
| 85 | */ | |
| 86 | public void setT itleIEN(St ring value ) { | |
| 87 | th is.titleIE N = value; | |
| 88 | } | |
| 89 | ||
| 90 | /** | |
| 91 | * Get s the valu e of the e ncounterSt ring prope rty. | |
| 92 | * | |
| 93 | * @re turn | |
| 94 | * possible object is | |
| 95 | * {@link St ring } | |
| 96 | * | |
| 97 | */ | |
| 98 | public String ge tEncounter String() { | |
| 99 | re turn encou nterString ; | |
| 100 | } | |
| 101 | ||
| 102 | /** | |
| 103 | * Set s the valu e of the e ncounterSt ring prope rty. | |
| 104 | * | |
| 105 | * @pa ram value | |
| 106 | * allowed o bject is | |
| 107 | * {@link St ring } | |
| 108 | * | |
| 109 | */ | |
| 110 | public void setE ncounterSt ring(Strin g value) { | |
| 111 | th is.encount erString = value; | |
| 112 | } | |
| 113 | ||
| 114 | /** | |
| 115 | * Get s the valu e of the t ext proper ty. | |
| 116 | * | |
| 117 | * @re turn | |
| 118 | * possible object is | |
| 119 | * {@link St ring } | |
| 120 | * | |
| 121 | */ | |
| 122 | public String ge tText() { | |
| 123 | re turn text; | |
| 124 | } | |
| 125 | ||
| 126 | /** | |
| 127 | * Set s the valu e of the t ext proper ty. | |
| 128 | * | |
| 129 | * @pa ram value | |
| 130 | * allowed o bject is | |
| 131 | * {@link St ring } | |
| 132 | * | |
| 133 | */ | |
| 134 | public void setT ext(String value) { | |
| 135 | th is.text = value; | |
| 136 | } | |
| 137 | ||
| 138 | /** | |
| 139 | * Get s the valu e of the a uthorDUZ p roperty. | |
| 140 | * | |
| 141 | * @re turn | |
| 142 | * possible object is | |
| 143 | * {@link St ring } | |
| 144 | * | |
| 145 | */ | |
| 146 | public String ge tAuthorDUZ () { | |
| 147 | re turn autho rDUZ; | |
| 148 | } | |
| 149 | ||
| 150 | /** | |
| 151 | * Set s the valu e of the a uthorDUZ p roperty. | |
| 152 | * | |
| 153 | * @pa ram value | |
| 154 | * allowed o bject is | |
| 155 | * {@link St ring } | |
| 156 | * | |
| 157 | */ | |
| 158 | public void setA uthorDUZ(S tring valu e) { | |
| 159 | th is.authorD UZ = value ; | |
| 160 | } | |
| 161 | ||
| 162 | /** | |
| 163 | * Get s the valu e of the c osignerDUZ property. | |
| 164 | * | |
| 165 | * @re turn | |
| 166 | * possible object is | |
| 167 | * {@link St ring } | |
| 168 | * | |
| 169 | */ | |
| 170 | public String ge tCosignerD UZ() { | |
| 171 | re turn cosig nerDUZ; | |
| 172 | } | |
| 173 | ||
| 174 | /** | |
| 175 | * Set s the valu e of the c osignerDUZ property. | |
| 176 | * | |
| 177 | * @pa ram value | |
| 178 | * allowed o bject is | |
| 179 | * {@link St ring } | |
| 180 | * | |
| 181 | */ | |
| 182 | public void setC osignerDUZ (String va lue) { | |
| 183 | th is.cosigne rDUZ = val ue; | |
| 184 | } | |
| 185 | ||
| 186 | /** | |
| 187 | * Get s the valu e of the c onsultIEN property. | |
| 188 | * | |
| 189 | * @re turn | |
| 190 | * possible object is | |
| 191 | * {@link St ring } | |
| 192 | * | |
| 193 | */ | |
| 194 | public String ge tConsultIE N() { | |
| 195 | re turn consu ltIEN; | |
| 196 | } | |
| 197 | ||
| 198 | /** | |
| 199 | * Set s the valu e of the c onsultIEN property. | |
| 200 | * | |
| 201 | * @pa ram value | |
| 202 | * allowed o bject is | |
| 203 | * {@link St ring } | |
| 204 | * | |
| 205 | */ | |
| 206 | public void setC onsultIEN( String val ue) { | |
| 207 | th is.consult IEN = valu e; | |
| 208 | } | |
| 209 | ||
| 210 | /** | |
| 211 | * Get s the valu e of the p rfIEN prop erty. | |
| 212 | * | |
| 213 | * @re turn | |
| 214 | * possible object is | |
| 215 | * {@link St ring } | |
| 216 | * | |
| 217 | */ | |
| 218 | public String ge tPrfIEN() { | |
| 219 | re turn prfIE N; | |
| 220 | } | |
| 221 | ||
| 222 | /** | |
| 223 | * Set s the valu e of the p rfIEN prop erty. | |
| 224 | * | |
| 225 | * @pa ram value | |
| 226 | * allowed o bject is | |
| 227 | * {@link St ring } | |
| 228 | * | |
| 229 | */ | |
| 230 | public void setP rfIEN(Stri ng value) { | |
| 231 | th is.prfIEN = value; | |
| 232 | } | |
| 233 | ||
| 234 | /** | |
| 235 | * Get s the valu e of the q ueryBean p roperty. | |
| 236 | * | |
| 237 | * @re turn | |
| 238 | * possible object is | |
| 239 | * {@link Qu eryBean } | |
| 240 | * | |
| 241 | */ | |
| 242 | public QueryBean getQueryB ean() { | |
| 243 | re turn query Bean; | |
| 244 | } | |
| 245 | ||
| 246 | /** | |
| 247 | * Set s the valu e of the q ueryBean p roperty. | |
| 248 | * | |
| 249 | * @pa ram value | |
| 250 | * allowed o bject is | |
| 251 | * {@link Qu eryBean } | |
| 252 | * | |
| 253 | */ | |
| 254 | public void setQ ueryBean(Q ueryBean v alue) { | |
| 255 | th is.queryBe an = value ; | |
| 256 | } | |
| 257 | ||
| 258 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.