Produced by Araxis Merge on 1/17/2019 10:54:33 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 | LabSpecimenTO.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 | LabSpecimenTO.java | Wed Jan 16 20:17:38 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 390 |
| Changed | 2 | 4 |
| 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 labSpecim enTO compl ex type. | |
| 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="labSp ecimenTO"& gt; | |
| 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="c ollectionD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 22 | * <eleme nt name="a ccessionNu m" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 23 | * <eleme nt name="s ite" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 24 | * <elemen t name="fa cility" ty pe="{http: // DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 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 = "lab SpecimenTO ", propOrd er = { | |
| 35 | "id", | |
| 36 | "name" , | |
| 37 | "colle ctionDate" , | |
| 38 | "acces sionNum", | |
| 39 | "site" , | |
| 40 | "facil ity" | |
| 41 | }) | |
| 42 | public cla ss LabSpec imenTO | |
| 43 | extend s Abstract TO | |
| 44 | { | |
| 45 | ||
| 46 | protec ted String id; | |
| 47 | protec ted String name; | |
| 48 | protec ted String collectio nDate; | |
| 49 | protec ted String accession Num; | |
| 50 | protec ted String site; | |
| 51 | protec ted Tagged Text facil ity; | |
| 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 c ollectionD ate proper ty. | |
| 103 | * | |
| 104 | * @re turn | |
| 105 | * possible object is | |
| 106 | * {@link St ring } | |
| 107 | * | |
| 108 | */ | |
| 109 | public String ge tCollectio nDate() { | |
| 110 | re turn colle ctionDate; | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Set s the valu e of the c ollectionD ate proper ty. | |
| 115 | * | |
| 116 | * @pa ram value | |
| 117 | * allowed o bject is | |
| 118 | * {@link St ring } | |
| 119 | * | |
| 120 | */ | |
| 121 | public void setC ollectionD ate(String value) { | |
| 122 | th is.collect ionDate = value; | |
| 123 | } | |
| 124 | ||
| 125 | /** | |
| 126 | * Get s the valu e of the a ccessionNu m property . | |
| 127 | * | |
| 128 | * @re turn | |
| 129 | * possible object is | |
| 130 | * {@link St ring } | |
| 131 | * | |
| 132 | */ | |
| 133 | public String ge tAccession Num() { | |
| 134 | re turn acces sionNum; | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Set s the valu e of the a ccessionNu m property . | |
| 139 | * | |
| 140 | * @pa ram value | |
| 141 | * allowed o bject is | |
| 142 | * {@link St ring } | |
| 143 | * | |
| 144 | */ | |
| 145 | public void setA ccessionNu m(String v alue) { | |
| 146 | th is.accessi onNum = va lue; | |
| 147 | } | |
| 148 | ||
| 149 | /** | |
| 150 | * Get s the valu e of the s ite proper ty. | |
| 151 | * | |
| 152 | * @re turn | |
| 153 | * possible object is | |
| 154 | * {@link St ring } | |
| 155 | * | |
| 156 | */ | |
| 157 | public String ge tSite() { | |
| 158 | re turn site; | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Set s the valu e of the s ite proper ty. | |
| 163 | * | |
| 164 | * @pa ram value | |
| 165 | * allowed o bject is | |
| 166 | * {@link St ring } | |
| 167 | * | |
| 168 | */ | |
| 169 | public void setS ite(String value) { | |
| 170 | th is.site = value; | |
| 171 | } | |
| 172 | ||
| 173 | /** | |
| 174 | * Get s the valu e of the f acility pr operty. | |
| 175 | * | |
| 176 | * @re turn | |
| 177 | * possible object is | |
| 178 | * {@link Ta ggedText } | |
| 179 | * | |
| 180 | */ | |
| 181 | public TaggedTex t getFacil ity() { | |
| 182 | re turn facil ity; | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Set s the valu e of the f acility pr operty. | |
| 187 | * | |
| 188 | * @pa ram value | |
| 189 | * allowed o bject is | |
| 190 | * {@link Ta ggedText } | |
| 191 | * | |
| 192 | */ | |
| 193 | public void setF acility(Ta ggedText v alue) { | |
| 194 | th is.facilit y = 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.