Produced by Araxis Merge on 1/17/2019 10:54:35 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 | PatientRecordFlagTO.java | Wed Jan 16 16:06:40 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 | PatientRecordFlagTO.java | Wed Jan 16 20:17:59 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 392 |
| Changed | 1 | 2 |
| 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.XmlType ; | |
| 7 | ||
| 8 | ||
| 9 | /** | |
| 10 | * <p>Java class for patientRe cordFlagTO complex t ype. | |
| 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="patie ntRecordFl agTO"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 20 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 21 | * <eleme nt name="a ctionId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 22 | * <eleme nt name="a ctionName" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 23 | * <eleme nt name="a ctionTimes tamp" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 24 | * <eleme nt name="n oteId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 25 | * & lt;/sequen ce> | |
| 26 | * < ;/extensio n> | |
| 27 | * </ complexCon tent> | |
| 28 | * </co mplexType& gt; | |
| 29 | * </pre> | |
| 30 | * | |
| 31 | * | |
| 32 | */ | |
| 33 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 34 | @XmlType(n ame = "pat ientRecord FlagTO", p ropOrder = { | |
| 35 | "id", | |
| 36 | "name" , | |
| 37 | "actio nId", | |
| 38 | "actio nName", | |
| 39 | "actio nTimestamp ", | |
| 40 | "noteI d" | |
| 41 | }) | |
| 42 | public cla ss Patient RecordFlag TO | |
| 43 | extend s Abstract TO | |
| 44 | { | |
| 45 | ||
| 46 | protec ted String id; | |
| 47 | protec ted String name; | |
| 48 | protec ted String actionId; | |
| 49 | protec ted String actionNam e; | |
| 50 | protec ted String actionTim estamp; | |
| 51 | protec ted String noteId; | |
| 52 | ||
| 53 | /** | |
| 54 | * Get s the valu e of the i d property . | |
| 55 | * | |
| 56 | * @re turn | |
| 57 | * possible object is | |
| 58 | * {@link St ring } | |
| 59 | * | |
| 60 | */ | |
| 61 | public String ge tId() { | |
| 62 | re turn id; | |
| 63 | } | |
| 64 | ||
| 65 | /** | |
| 66 | * Set s the valu e of the i d property . | |
| 67 | * | |
| 68 | * @pa ram value | |
| 69 | * allowed o bject is | |
| 70 | * {@link St ring } | |
| 71 | * | |
| 72 | */ | |
| 73 | public void setI d(String v alue) { | |
| 74 | th is.id = va lue; | |
| 75 | } | |
| 76 | ||
| 77 | /** | |
| 78 | * Get s the valu e of the n ame proper ty. | |
| 79 | * | |
| 80 | * @re turn | |
| 81 | * possible object is | |
| 82 | * {@link St ring } | |
| 83 | * | |
| 84 | */ | |
| 85 | public String ge tName() { | |
| 86 | re turn name; | |
| 87 | } | |
| 88 | ||
| 89 | /** | |
| 90 | * Set s the valu e of the n ame proper ty. | |
| 91 | * | |
| 92 | * @pa ram value | |
| 93 | * allowed o bject is | |
| 94 | * {@link St ring } | |
| 95 | * | |
| 96 | */ | |
| 97 | public void setN ame(String value) { | |
| 98 | th is.name = value; | |
| 99 | } | |
| 100 | ||
| 101 | /** | |
| 102 | * Get s the valu e of the a ctionId pr operty. | |
| 103 | * | |
| 104 | * @re turn | |
| 105 | * possible object is | |
| 106 | * {@link St ring } | |
| 107 | * | |
| 108 | */ | |
| 109 | public String ge tActionId( ) { | |
| 110 | re turn actio nId; | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Set s the valu e of the a ctionId pr operty. | |
| 115 | * | |
| 116 | * @pa ram value | |
| 117 | * allowed o bject is | |
| 118 | * {@link St ring } | |
| 119 | * | |
| 120 | */ | |
| 121 | public void setA ctionId(St ring value ) { | |
| 122 | th is.actionI d = value; | |
| 123 | } | |
| 124 | ||
| 125 | /** | |
| 126 | * Get s the valu e of the a ctionName property. | |
| 127 | * | |
| 128 | * @re turn | |
| 129 | * possible object is | |
| 130 | * {@link St ring } | |
| 131 | * | |
| 132 | */ | |
| 133 | public String ge tActionNam e() { | |
| 134 | re turn actio nName; | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Set s the valu e of the a ctionName property. | |
| 139 | * | |
| 140 | * @pa ram value | |
| 141 | * allowed o bject is | |
| 142 | * {@link St ring } | |
| 143 | * | |
| 144 | */ | |
| 145 | public void setA ctionName( String val ue) { | |
| 146 | th is.actionN ame = valu e; | |
| 147 | } | |
| 148 | ||
| 149 | /** | |
| 150 | * Get s the valu e of the a ctionTimes tamp prope rty. | |
| 151 | * | |
| 152 | * @re turn | |
| 153 | * possible object is | |
| 154 | * {@link St ring } | |
| 155 | * | |
| 156 | */ | |
| 157 | public String ge tActionTim estamp() { | |
| 158 | re turn actio nTimestamp ; | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Set s the valu e of the a ctionTimes tamp prope rty. | |
| 163 | * | |
| 164 | * @pa ram value | |
| 165 | * allowed o bject is | |
| 166 | * {@link St ring } | |
| 167 | * | |
| 168 | */ | |
| 169 | public void setA ctionTimes tamp(Strin g value) { | |
| 170 | th is.actionT imestamp = value; | |
| 171 | } | |
| 172 | ||
| 173 | /** | |
| 174 | * Get s the valu e of the n oteId prop erty. | |
| 175 | * | |
| 176 | * @re turn | |
| 177 | * possible object is | |
| 178 | * {@link St ring } | |
| 179 | * | |
| 180 | */ | |
| 181 | public String ge tNoteId() { | |
| 182 | re turn noteI d; | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Set s the valu e of the n oteId prop erty. | |
| 187 | * | |
| 188 | * @pa ram value | |
| 189 | * allowed o bject is | |
| 190 | * {@link St ring } | |
| 191 | * | |
| 192 | */ | |
| 193 | public void setN oteId(Stri ng value) { | |
| 194 | th is.noteId = value; | |
| 195 | } | |
| 196 | ||
| 197 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.