Produced by Araxis Merge on 8/22/2017 3:39:50 PM Central 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 | PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | MilitaryServiceInfo.java | Fri Aug 26 22:28:58 2016 UTC |
| 2 | PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | MilitaryServiceInfo.java | Tue Aug 22 16:14:44 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 540 |
| 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.p harmacy.ws clients.eA nde; | |
| 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.XmlSche maType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for militaryS erviceInfo complex t ype. | |
| 13 | * | |
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 15 | * | |
| 16 | * <pre> | |
| 17 | * <com plexType n ame="milit aryService Info"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <elemen t name="co mbatEpisod es" type=" {http://ja xws.webser vices.esr. URL /schemas}c ombatEpiso deCollecti on" minOcc urs="0"/&g t; | |
| 22 | * <eleme nt name="c ombatVeter anEligibil ityEndDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/> | |
| 23 | * <eleme nt name="d isabilityR etirementI ndicator" type="{htt p://www.w3 .org/2001/ XMLSchema} boolean" m inOccurs=" 0"/> | |
| 24 | * <eleme nt name="d ischargeDu eToDisabil ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/&g t; | |
| 25 | * <elemen t name="mi litaryServ iceSiteRec ords" type ="{http:// jaxws.webs ervices.es r. URL /schemas}m ilitarySer viceSiteRe cordCollec tion" minO ccurs="0"/ > | |
| 26 | * <eleme nt name="s hadIndicat or" type=" {http://ww w.w3.org/2 001/XMLSch ema}boolea n" minOccu rs="0"/> ; | |
| 27 | * <eleme nt name="m edalofHono rIndicator " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" minOccurs ="0"/> | |
| 28 | * <eleme nt name="e ligibleFor ClassIIDen tal" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/&g t; | |
| 29 | * <eleme nt name="c lassIIDent alApplicat ionDueBefo re" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/&g t; | |
| 30 | * & lt;/all> ; | |
| 31 | * < ;/restrict ion> | |
| 32 | * </ complexCon tent> | |
| 33 | * </co mplexType& gt; | |
| 34 | * </pre> | |
| 35 | * | |
| 36 | * | |
| 37 | */ | |
| 38 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 39 | @XmlType(n ame = "mil itaryServi ceInfo", p ropOrder = { | |
| 40 | ||
| 41 | }) | |
| 42 | public cla ss Militar yServiceIn fo { | |
| 43 | ||
| 44 | protec ted Combat EpisodeCol lection co mbatEpisod es; | |
| 45 | @XmlSc hemaType(n ame = "dat eTime") | |
| 46 | protec ted XMLGre gorianCale ndar comba tVeteranEl igibilityE ndDate; | |
| 47 | protec ted Boolea n disabili tyRetireme ntIndicato r; | |
| 48 | protec ted Boolea n discharg eDueToDisa bility; | |
| 49 | protec ted Milita ryServiceS iteRecordC ollection militarySe rviceSiteR ecords; | |
| 50 | protec ted Boolea n shadIndi cator; | |
| 51 | protec ted Boolea n medalofH onorIndica tor; | |
| 52 | protec ted Boolea n eligible ForClassII Dental; | |
| 53 | @XmlSc hemaType(n ame = "dat eTime") | |
| 54 | protec ted XMLGre gorianCale ndar class IIDentalAp plicationD ueBefore; | |
| 55 | ||
| 56 | /** | |
| 57 | * Get s the valu e of the c ombatEpiso des proper ty. | |
| 58 | * | |
| 59 | * @re turn | |
| 60 | * possible object is | |
| 61 | * {@link Co mbatEpisod eCollectio n } | |
| 62 | * | |
| 63 | */ | |
| 64 | public CombatEpi sodeCollec tion getCo mbatEpisod es() { | |
| 65 | re turn comba tEpisodes; | |
| 66 | } | |
| 67 | ||
| 68 | /** | |
| 69 | * Set s the valu e of the c ombatEpiso des proper ty. | |
| 70 | * | |
| 71 | * @pa ram value | |
| 72 | * allowed o bject is | |
| 73 | * {@link Co mbatEpisod eCollectio n } | |
| 74 | * | |
| 75 | */ | |
| 76 | public void setC ombatEpiso des(Combat EpisodeCol lection va lue) { | |
| 77 | th is.combatE pisodes = value; | |
| 78 | } | |
| 79 | ||
| 80 | /** | |
| 81 | * Get s the valu e of the c ombatVeter anEligibil ityEndDate property. | |
| 82 | * | |
| 83 | * @re turn | |
| 84 | * possible object is | |
| 85 | * {@link XM LGregorian Calendar } | |
| 86 | * | |
| 87 | */ | |
| 88 | public XMLGregor ianCalenda r getComba tVeteranEl igibilityE ndDate() { | |
| 89 | re turn comba tVeteranEl igibilityE ndDate; | |
| 90 | } | |
| 91 | ||
| 92 | /** | |
| 93 | * Set s the valu e of the c ombatVeter anEligibil ityEndDate property. | |
| 94 | * | |
| 95 | * @pa ram value | |
| 96 | * allowed o bject is | |
| 97 | * {@link XM LGregorian Calendar } | |
| 98 | * | |
| 99 | */ | |
| 100 | public void setC ombatVeter anEligibil ityEndDate (XMLGregor ianCalenda r value) { | |
| 101 | th is.combatV eteranElig ibilityEnd Date = val ue; | |
| 102 | } | |
| 103 | ||
| 104 | /** | |
| 105 | * Get s the valu e of the d isabilityR etirementI ndicator p roperty. | |
| 106 | * | |
| 107 | * @re turn | |
| 108 | * possible object is | |
| 109 | * {@link Bo olean } | |
| 110 | * | |
| 111 | */ | |
| 112 | public Boolean i sDisabilit yRetiremen tIndicator () { | |
| 113 | re turn disab ilityRetir ementIndic ator; | |
| 114 | } | |
| 115 | ||
| 116 | /** | |
| 117 | * Set s the valu e of the d isabilityR etirementI ndicator p roperty. | |
| 118 | * | |
| 119 | * @pa ram value | |
| 120 | * allowed o bject is | |
| 121 | * {@link Bo olean } | |
| 122 | * | |
| 123 | */ | |
| 124 | public void setD isabilityR etirementI ndicator(B oolean val ue) { | |
| 125 | th is.disabil ityRetirem entIndicat or = value ; | |
| 126 | } | |
| 127 | ||
| 128 | /** | |
| 129 | * Get s the valu e of the d ischargeDu eToDisabil ity proper ty. | |
| 130 | * | |
| 131 | * @re turn | |
| 132 | * possible object is | |
| 133 | * {@link Bo olean } | |
| 134 | * | |
| 135 | */ | |
| 136 | public Boolean i sDischarge DueToDisab ility() { | |
| 137 | re turn disch argeDueToD isability; | |
| 138 | } | |
| 139 | ||
| 140 | /** | |
| 141 | * Set s the valu e of the d ischargeDu eToDisabil ity proper ty. | |
| 142 | * | |
| 143 | * @pa ram value | |
| 144 | * allowed o bject is | |
| 145 | * {@link Bo olean } | |
| 146 | * | |
| 147 | */ | |
| 148 | public void setD ischargeDu eToDisabil ity(Boolea n value) { | |
| 149 | th is.dischar geDueToDis ability = value; | |
| 150 | } | |
| 151 | ||
| 152 | /** | |
| 153 | * Get s the valu e of the m ilitarySer viceSiteRe cords prop erty. | |
| 154 | * | |
| 155 | * @re turn | |
| 156 | * possible object is | |
| 157 | * {@link Mi litaryServ iceSiteRec ordCollect ion } | |
| 158 | * | |
| 159 | */ | |
| 160 | public MilitaryS erviceSite RecordColl ection get MilitarySe rviceSiteR ecords() { | |
| 161 | re turn milit aryService SiteRecord s; | |
| 162 | } | |
| 163 | ||
| 164 | /** | |
| 165 | * Set s the valu e of the m ilitarySer viceSiteRe cords prop erty. | |
| 166 | * | |
| 167 | * @pa ram value | |
| 168 | * allowed o bject is | |
| 169 | * {@link Mi litaryServ iceSiteRec ordCollect ion } | |
| 170 | * | |
| 171 | */ | |
| 172 | public void setM ilitarySer viceSiteRe cords(Mili taryServic eSiteRecor dCollectio n value) { | |
| 173 | th is.militar yServiceSi teRecords = value; | |
| 174 | } | |
| 175 | ||
| 176 | /** | |
| 177 | * Get s the valu e of the s hadIndicat or propert y. | |
| 178 | * | |
| 179 | * @re turn | |
| 180 | * possible object is | |
| 181 | * {@link Bo olean } | |
| 182 | * | |
| 183 | */ | |
| 184 | public Boolean i sShadIndic ator() { | |
| 185 | re turn shadI ndicator; | |
| 186 | } | |
| 187 | ||
| 188 | /** | |
| 189 | * Set s the valu e of the s hadIndicat or propert y. | |
| 190 | * | |
| 191 | * @pa ram value | |
| 192 | * allowed o bject is | |
| 193 | * {@link Bo olean } | |
| 194 | * | |
| 195 | */ | |
| 196 | public void setS hadIndicat or(Boolean value) { | |
| 197 | th is.shadInd icator = v alue; | |
| 198 | } | |
| 199 | ||
| 200 | /** | |
| 201 | * Get s the valu e of the m edalofHono rIndicator property. | |
| 202 | * | |
| 203 | * @re turn | |
| 204 | * possible object is | |
| 205 | * {@link Bo olean } | |
| 206 | * | |
| 207 | */ | |
| 208 | public Boolean i sMedalofHo norIndicat or() { | |
| 209 | re turn medal ofHonorInd icator; | |
| 210 | } | |
| 211 | ||
| 212 | /** | |
| 213 | * Set s the valu e of the m edalofHono rIndicator property. | |
| 214 | * | |
| 215 | * @pa ram value | |
| 216 | * allowed o bject is | |
| 217 | * {@link Bo olean } | |
| 218 | * | |
| 219 | */ | |
| 220 | public void setM edalofHono rIndicator (Boolean v alue) { | |
| 221 | th is.medalof HonorIndic ator = val ue; | |
| 222 | } | |
| 223 | ||
| 224 | /** | |
| 225 | * Get s the valu e of the e ligibleFor ClassIIDen tal proper ty. | |
| 226 | * | |
| 227 | * @re turn | |
| 228 | * possible object is | |
| 229 | * {@link Bo olean } | |
| 230 | * | |
| 231 | */ | |
| 232 | public Boolean i sEligibleF orClassIID ental() { | |
| 233 | re turn eligi bleForClas sIIDental; | |
| 234 | } | |
| 235 | ||
| 236 | /** | |
| 237 | * Set s the valu e of the e ligibleFor ClassIIDen tal proper ty. | |
| 238 | * | |
| 239 | * @pa ram value | |
| 240 | * allowed o bject is | |
| 241 | * {@link Bo olean } | |
| 242 | * | |
| 243 | */ | |
| 244 | public void setE ligibleFor ClassIIDen tal(Boolea n value) { | |
| 245 | th is.eligibl eForClassI IDental = value; | |
| 246 | } | |
| 247 | ||
| 248 | /** | |
| 249 | * Get s the valu e of the c lassIIDent alApplicat ionDueBefo re propert y. | |
| 250 | * | |
| 251 | * @re turn | |
| 252 | * possible object is | |
| 253 | * {@link XM LGregorian Calendar } | |
| 254 | * | |
| 255 | */ | |
| 256 | public XMLGregor ianCalenda r getClass IIDentalAp plicationD ueBefore() { | |
| 257 | re turn class IIDentalAp plicationD ueBefore; | |
| 258 | } | |
| 259 | ||
| 260 | /** | |
| 261 | * Set s the valu e of the c lassIIDent alApplicat ionDueBefo re propert y. | |
| 262 | * | |
| 263 | * @pa ram value | |
| 264 | * allowed o bject is | |
| 265 | * {@link XM LGregorian Calendar } | |
| 266 | * | |
| 267 | */ | |
| 268 | public void setC lassIIDent alApplicat ionDueBefo re(XMLGreg orianCalen dar value) { | |
| 269 | th is.classII DentalAppl icationDue Before = v alue; | |
| 270 | } | |
| 271 | ||
| 272 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.