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 | ItemForGraphingTypeTO.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 | ItemForGraphingTypeTO.java | Wed Jan 16 20:17:36 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 446 |
| 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 itemForGr aphingType TO complex 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="itemF orGraphing TypeTO"> ; | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="g raphingTyp e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 20 | * <eleme nt name="i temIen" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 21 | * <eleme nt name="i temName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 22 | * <eleme nt name="m ostCurrent ResultDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0" form=" unqualifie d"/> | |
| 23 | * <eleme nt name="a ccAreaIen" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 24 | * <eleme nt name="a ccAreaName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0" form=" unqualifie d"/> | |
| 25 | * <eleme nt name="a ccSubscrip t" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 26 | * & lt;/sequen ce> | |
| 27 | * < ;/extensio n> | |
| 28 | * </ complexCon tent> | |
| 29 | * </co mplexType& gt; | |
| 30 | * </pre> | |
| 31 | * | |
| 32 | * | |
| 33 | */ | |
| 34 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 35 | @XmlType(n ame = "ite mForGraphi ngTypeTO", propOrder = { | |
| 36 | "graph ingType", | |
| 37 | "itemI en", | |
| 38 | "itemN ame", | |
| 39 | "mostC urrentResu ltDate", | |
| 40 | "accAr eaIen", | |
| 41 | "accAr eaName", | |
| 42 | "accSu bscript" | |
| 43 | }) | |
| 44 | public cla ss ItemFor GraphingTy peTO | |
| 45 | extend s Abstract TO | |
| 46 | { | |
| 47 | ||
| 48 | protec ted String graphingT ype; | |
| 49 | protec ted String itemIen; | |
| 50 | protec ted String itemName; | |
| 51 | protec ted String mostCurre ntResultDa te; | |
| 52 | protec ted String accAreaIe n; | |
| 53 | protec ted String accAreaNa me; | |
| 54 | protec ted String accSubscr ipt; | |
| 55 | ||
| 56 | /** | |
| 57 | * Get s the valu e of the g raphingTyp e property . | |
| 58 | * | |
| 59 | * @re turn | |
| 60 | * possible object is | |
| 61 | * {@link St ring } | |
| 62 | * | |
| 63 | */ | |
| 64 | public String ge tGraphingT ype() { | |
| 65 | re turn graph ingType; | |
| 66 | } | |
| 67 | ||
| 68 | /** | |
| 69 | * Set s the valu e of the g raphingTyp e property . | |
| 70 | * | |
| 71 | * @pa ram value | |
| 72 | * allowed o bject is | |
| 73 | * {@link St ring } | |
| 74 | * | |
| 75 | */ | |
| 76 | public void setG raphingTyp e(String v alue) { | |
| 77 | th is.graphin gType = va lue; | |
| 78 | } | |
| 79 | ||
| 80 | /** | |
| 81 | * Get s the valu e of the i temIen pro perty. | |
| 82 | * | |
| 83 | * @re turn | |
| 84 | * possible object is | |
| 85 | * {@link St ring } | |
| 86 | * | |
| 87 | */ | |
| 88 | public String ge tItemIen() { | |
| 89 | re turn itemI en; | |
| 90 | } | |
| 91 | ||
| 92 | /** | |
| 93 | * Set s the valu e of the i temIen pro perty. | |
| 94 | * | |
| 95 | * @pa ram value | |
| 96 | * allowed o bject is | |
| 97 | * {@link St ring } | |
| 98 | * | |
| 99 | */ | |
| 100 | public void setI temIen(Str ing value) { | |
| 101 | th is.itemIen = value; | |
| 102 | } | |
| 103 | ||
| 104 | /** | |
| 105 | * Get s the valu e of the i temName pr operty. | |
| 106 | * | |
| 107 | * @re turn | |
| 108 | * possible object is | |
| 109 | * {@link St ring } | |
| 110 | * | |
| 111 | */ | |
| 112 | public String ge tItemName( ) { | |
| 113 | re turn itemN ame; | |
| 114 | } | |
| 115 | ||
| 116 | /** | |
| 117 | * Set s the valu e of the i temName pr operty. | |
| 118 | * | |
| 119 | * @pa ram value | |
| 120 | * allowed o bject is | |
| 121 | * {@link St ring } | |
| 122 | * | |
| 123 | */ | |
| 124 | public void setI temName(St ring value ) { | |
| 125 | th is.itemNam e = value; | |
| 126 | } | |
| 127 | ||
| 128 | /** | |
| 129 | * Get s the valu e of the m ostCurrent ResultDate property. | |
| 130 | * | |
| 131 | * @re turn | |
| 132 | * possible object is | |
| 133 | * {@link St ring } | |
| 134 | * | |
| 135 | */ | |
| 136 | public String ge tMostCurre ntResultDa te() { | |
| 137 | re turn mostC urrentResu ltDate; | |
| 138 | } | |
| 139 | ||
| 140 | /** | |
| 141 | * Set s the valu e of the m ostCurrent ResultDate property. | |
| 142 | * | |
| 143 | * @pa ram value | |
| 144 | * allowed o bject is | |
| 145 | * {@link St ring } | |
| 146 | * | |
| 147 | */ | |
| 148 | public void setM ostCurrent ResultDate (String va lue) { | |
| 149 | th is.mostCur rentResult Date = val ue; | |
| 150 | } | |
| 151 | ||
| 152 | /** | |
| 153 | * Get s the valu e of the a ccAreaIen property. | |
| 154 | * | |
| 155 | * @re turn | |
| 156 | * possible object is | |
| 157 | * {@link St ring } | |
| 158 | * | |
| 159 | */ | |
| 160 | public String ge tAccAreaIe n() { | |
| 161 | re turn accAr eaIen; | |
| 162 | } | |
| 163 | ||
| 164 | /** | |
| 165 | * Set s the valu e of the a ccAreaIen property. | |
| 166 | * | |
| 167 | * @pa ram value | |
| 168 | * allowed o bject is | |
| 169 | * {@link St ring } | |
| 170 | * | |
| 171 | */ | |
| 172 | public void setA ccAreaIen( String val ue) { | |
| 173 | th is.accArea Ien = valu e; | |
| 174 | } | |
| 175 | ||
| 176 | /** | |
| 177 | * Get s the valu e of the a ccAreaName property. | |
| 178 | * | |
| 179 | * @re turn | |
| 180 | * possible object is | |
| 181 | * {@link St ring } | |
| 182 | * | |
| 183 | */ | |
| 184 | public String ge tAccAreaNa me() { | |
| 185 | re turn accAr eaName; | |
| 186 | } | |
| 187 | ||
| 188 | /** | |
| 189 | * Set s the valu e of the a ccAreaName property. | |
| 190 | * | |
| 191 | * @pa ram value | |
| 192 | * allowed o bject is | |
| 193 | * {@link St ring } | |
| 194 | * | |
| 195 | */ | |
| 196 | public void setA ccAreaName (String va lue) { | |
| 197 | th is.accArea Name = val ue; | |
| 198 | } | |
| 199 | ||
| 200 | /** | |
| 201 | * Get s the valu e of the a ccSubscrip t property . | |
| 202 | * | |
| 203 | * @re turn | |
| 204 | * possible object is | |
| 205 | * {@link St ring } | |
| 206 | * | |
| 207 | */ | |
| 208 | public String ge tAccSubscr ipt() { | |
| 209 | re turn accSu bscript; | |
| 210 | } | |
| 211 | ||
| 212 | /** | |
| 213 | * Set s the valu e of the a ccSubscrip t property . | |
| 214 | * | |
| 215 | * @pa ram value | |
| 216 | * allowed o bject is | |
| 217 | * {@link St ring } | |
| 218 | * | |
| 219 | */ | |
| 220 | public void setA ccSubscrip t(String v alue) { | |
| 221 | th is.accSubs cript = va lue; | |
| 222 | } | |
| 223 | ||
| 224 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.