Produced by Araxis Merge on 4/5/2017 4:25:31 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 | C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | MilitaryServiceInfo.java | Wed Feb 1 18:37:28 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | MilitaryServiceInfo.java | Mon Apr 3 14:03:02 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 382 |
| 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.e sr.webserv ices.jaxws .schemas; | |
| 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"/> | |
| 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"/> | |
| 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 | * & lt;/all> | |
| 28 | * < ;/restrict ion> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType> | |
| 31 | * </pre> | |
| 32 | * | |
| 33 | * | |
| 34 | */ | |
| 35 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 36 | @XmlType(n ame = "mil itaryServi ceInfo", p ropOrder = { | |
| 37 | ||
| 38 | }) | |
| 39 | public cla ss Militar yServiceIn fo { | |
| 40 | ||
| 41 | protec ted Combat EpisodeCol lection co mbatEpisod es; | |
| 42 | @XmlSc hemaType(n ame = "dat eTime") | |
| 43 | protec ted XMLGre gorianCale ndar comba tVeteranEl igibilityE ndDate; | |
| 44 | protec ted Boolea n disabili tyRetireme ntIndicato r; | |
| 45 | protec ted Boolea n discharg eDueToDisa bility; | |
| 46 | protec ted Milita ryServiceS iteRecordC ollection militarySe rviceSiteR ecords; | |
| 47 | protec ted Boolea n shadIndi cator; | |
| 48 | ||
| 49 | /** | |
| 50 | * Get s the valu e of the c ombatEpiso des proper ty. | |
| 51 | * | |
| 52 | * @re turn | |
| 53 | * possible object is | |
| 54 | * {@link Co mbatEpisod eCollectio n } | |
| 55 | * | |
| 56 | */ | |
| 57 | public CombatEpi sodeCollec tion getCo mbatEpisod es() { | |
| 58 | re turn comba tEpisodes; | |
| 59 | } | |
| 60 | ||
| 61 | /** | |
| 62 | * Set s the valu e of the c ombatEpiso des proper ty. | |
| 63 | * | |
| 64 | * @pa ram value | |
| 65 | * allowed o bject is | |
| 66 | * {@link Co mbatEpisod eCollectio n } | |
| 67 | * | |
| 68 | */ | |
| 69 | public void setC ombatEpiso des(Combat EpisodeCol lection va lue) { | |
| 70 | th is.combatE pisodes = value; | |
| 71 | } | |
| 72 | ||
| 73 | /** | |
| 74 | * Get s the valu e of the c ombatVeter anEligibil ityEndDate property. | |
| 75 | * | |
| 76 | * @re turn | |
| 77 | * possible object is | |
| 78 | * {@link XM LGregorian Calendar } | |
| 79 | * | |
| 80 | */ | |
| 81 | public XMLGregor ianCalenda r getComba tVeteranEl igibilityE ndDate() { | |
| 82 | re turn comba tVeteranEl igibilityE ndDate; | |
| 83 | } | |
| 84 | ||
| 85 | /** | |
| 86 | * Set s the valu e of the c ombatVeter anEligibil ityEndDate property. | |
| 87 | * | |
| 88 | * @pa ram value | |
| 89 | * allowed o bject is | |
| 90 | * {@link XM LGregorian Calendar } | |
| 91 | * | |
| 92 | */ | |
| 93 | public void setC ombatVeter anEligibil ityEndDate (XMLGregor ianCalenda r value) { | |
| 94 | th is.combatV eteranElig ibilityEnd Date = val ue; | |
| 95 | } | |
| 96 | ||
| 97 | /** | |
| 98 | * Get s the valu e of the d isabilityR etirementI ndicator p roperty. | |
| 99 | * | |
| 100 | * @re turn | |
| 101 | * possible object is | |
| 102 | * {@link Bo olean } | |
| 103 | * | |
| 104 | */ | |
| 105 | public Boolean i sDisabilit yRetiremen tIndicator () { | |
| 106 | re turn disab ilityRetir ementIndic ator; | |
| 107 | } | |
| 108 | ||
| 109 | /** | |
| 110 | * Set s the valu e of the d isabilityR etirementI ndicator p roperty. | |
| 111 | * | |
| 112 | * @pa ram value | |
| 113 | * allowed o bject is | |
| 114 | * {@link Bo olean } | |
| 115 | * | |
| 116 | */ | |
| 117 | public void setD isabilityR etirementI ndicator(B oolean val ue) { | |
| 118 | th is.disabil ityRetirem entIndicat or = value ; | |
| 119 | } | |
| 120 | ||
| 121 | /** | |
| 122 | * Get s the valu e of the d ischargeDu eToDisabil ity proper ty. | |
| 123 | * | |
| 124 | * @re turn | |
| 125 | * possible object is | |
| 126 | * {@link Bo olean } | |
| 127 | * | |
| 128 | */ | |
| 129 | public Boolean i sDischarge DueToDisab ility() { | |
| 130 | re turn disch argeDueToD isability; | |
| 131 | } | |
| 132 | ||
| 133 | /** | |
| 134 | * Set s the valu e of the d ischargeDu eToDisabil ity proper ty. | |
| 135 | * | |
| 136 | * @pa ram value | |
| 137 | * allowed o bject is | |
| 138 | * {@link Bo olean } | |
| 139 | * | |
| 140 | */ | |
| 141 | public void setD ischargeDu eToDisabil ity(Boolea n value) { | |
| 142 | th is.dischar geDueToDis ability = value; | |
| 143 | } | |
| 144 | ||
| 145 | /** | |
| 146 | * Get s the valu e of the m ilitarySer viceSiteRe cords prop erty. | |
| 147 | * | |
| 148 | * @re turn | |
| 149 | * possible object is | |
| 150 | * {@link Mi litaryServ iceSiteRec ordCollect ion } | |
| 151 | * | |
| 152 | */ | |
| 153 | public MilitaryS erviceSite RecordColl ection get MilitarySe rviceSiteR ecords() { | |
| 154 | re turn milit aryService SiteRecord s; | |
| 155 | } | |
| 156 | ||
| 157 | /** | |
| 158 | * Set s the valu e of the m ilitarySer viceSiteRe cords prop erty. | |
| 159 | * | |
| 160 | * @pa ram value | |
| 161 | * allowed o bject is | |
| 162 | * {@link Mi litaryServ iceSiteRec ordCollect ion } | |
| 163 | * | |
| 164 | */ | |
| 165 | public void setM ilitarySer viceSiteRe cords(Mili taryServic eSiteRecor dCollectio n value) { | |
| 166 | th is.militar yServiceSi teRecords = value; | |
| 167 | } | |
| 168 | ||
| 169 | /** | |
| 170 | * Get s the valu e of the s hadIndicat or propert y. | |
| 171 | * | |
| 172 | * @re turn | |
| 173 | * possible object is | |
| 174 | * {@link Bo olean } | |
| 175 | * | |
| 176 | */ | |
| 177 | public Boolean i sShadIndic ator() { | |
| 178 | re turn shadI ndicator; | |
| 179 | } | |
| 180 | ||
| 181 | /** | |
| 182 | * Set s the valu e of the s hadIndicat or propert y. | |
| 183 | * | |
| 184 | * @pa ram value | |
| 185 | * allowed o bject is | |
| 186 | * {@link Bo olean } | |
| 187 | * | |
| 188 | */ | |
| 189 | public void setS hadIndicat or(Boolean value) { | |
| 190 | th is.shadInd icator = v alue; | |
| 191 | } | |
| 192 | ||
| 193 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.