Produced by Araxis Merge on 4/5/2017 4:25:32 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 | ServiceConnectionAwardInfo.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 | ServiceConnectionAwardInfo.java | Mon Apr 3 14:03:10 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 488 |
| 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.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 serviceCo nnectionAw ardInfo co mplex type . | |
| 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="servi ceConnecti onAwardInf o"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <eleme nt name="a wardDate" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 22 | * <eleme nt name="c ombinedSer viceConnec tedPercent ageEffecti veDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 23 | * <eleme nt name="p ermanentAn dTotal" ty pe="{http: //www.w3.o rg/2001/XM LSchema}bo olean" min Occurs="0" /> | |
| 24 | * <eleme nt name="p ermanentAn dTotalEffe ctiveDate" type="{ht tp://www.w 3.org/2001 /XMLSchema }dateTime" minOccurs ="0"/> | |
| 25 | * <elemen t name="ra tedDisabil ities" typ e="{http:/ /jaxws.web services.e sr. URL /schemas}r atedDisabi lityCollec tion" minO ccurs="0"/ > | |
| 26 | * <eleme nt name="s erviceConn ectedIndic ator" type ="{http:// www.w3.org /2001/XMLS chema}bool ean" minOc curs="0"/> | |
| 27 | * <eleme nt name="s erviceConn ectedPerce ntage" typ e="{http:/ /www.w3.or g/2001/XML Schema}int " minOccur s="0"/> | |
| 28 | * <eleme nt name="u nemployabl e" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/> | |
| 29 | * & lt;/all> | |
| 30 | * < ;/restrict ion> | |
| 31 | * </ complexCon tent> | |
| 32 | * </co mplexType> | |
| 33 | * </pre> | |
| 34 | * | |
| 35 | * | |
| 36 | */ | |
| 37 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 38 | @XmlType(n ame = "ser viceConnec tionAwardI nfo", prop Order = { | |
| 39 | ||
| 40 | }) | |
| 41 | public cla ss Service Connection AwardInfo { | |
| 42 | ||
| 43 | protec ted String awardDate ; | |
| 44 | protec ted String combinedS erviceConn ectedPerce ntageEffec tiveDate; | |
| 45 | protec ted Boolea n permanen tAndTotal; | |
| 46 | @XmlSc hemaType(n ame = "dat eTime") | |
| 47 | protec ted XMLGre gorianCale ndar perma nentAndTot alEffectiv eDate; | |
| 48 | protec ted RatedD isabilityC ollection ratedDisab ilities; | |
| 49 | protec ted Boolea n serviceC onnectedIn dicator; | |
| 50 | protec ted Intege r serviceC onnectedPe rcentage; | |
| 51 | protec ted Boolea n unemploy able; | |
| 52 | ||
| 53 | /** | |
| 54 | * Get s the valu e of the a wardDate p roperty. | |
| 55 | * | |
| 56 | * @re turn | |
| 57 | * possible object is | |
| 58 | * {@link St ring } | |
| 59 | * | |
| 60 | */ | |
| 61 | public String ge tAwardDate () { | |
| 62 | re turn award Date; | |
| 63 | } | |
| 64 | ||
| 65 | /** | |
| 66 | * Set s the valu e of the a wardDate p roperty. | |
| 67 | * | |
| 68 | * @pa ram value | |
| 69 | * allowed o bject is | |
| 70 | * {@link St ring } | |
| 71 | * | |
| 72 | */ | |
| 73 | public void setA wardDate(S tring valu e) { | |
| 74 | th is.awardDa te = value ; | |
| 75 | } | |
| 76 | ||
| 77 | /** | |
| 78 | * Get s the valu e of the c ombinedSer viceConnec tedPercent ageEffecti veDate pro perty. | |
| 79 | * | |
| 80 | * @re turn | |
| 81 | * possible object is | |
| 82 | * {@link St ring } | |
| 83 | * | |
| 84 | */ | |
| 85 | public String ge tCombinedS erviceConn ectedPerce ntageEffec tiveDate() { | |
| 86 | re turn combi nedService ConnectedP ercentageE ffectiveDa te; | |
| 87 | } | |
| 88 | ||
| 89 | /** | |
| 90 | * Set s the valu e of the c ombinedSer viceConnec tedPercent ageEffecti veDate pro perty. | |
| 91 | * | |
| 92 | * @pa ram value | |
| 93 | * allowed o bject is | |
| 94 | * {@link St ring } | |
| 95 | * | |
| 96 | */ | |
| 97 | public void setC ombinedSer viceConnec tedPercent ageEffecti veDate(Str ing value) { | |
| 98 | th is.combine dServiceCo nnectedPer centageEff ectiveDate = value; | |
| 99 | } | |
| 100 | ||
| 101 | /** | |
| 102 | * Get s the valu e of the p ermanentAn dTotal pro perty. | |
| 103 | * | |
| 104 | * @re turn | |
| 105 | * possible object is | |
| 106 | * {@link Bo olean } | |
| 107 | * | |
| 108 | */ | |
| 109 | public Boolean i sPermanent AndTotal() { | |
| 110 | re turn perma nentAndTot al; | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Set s the valu e of the p ermanentAn dTotal pro perty. | |
| 115 | * | |
| 116 | * @pa ram value | |
| 117 | * allowed o bject is | |
| 118 | * {@link Bo olean } | |
| 119 | * | |
| 120 | */ | |
| 121 | public void setP ermanentAn dTotal(Boo lean value ) { | |
| 122 | th is.permane ntAndTotal = value; | |
| 123 | } | |
| 124 | ||
| 125 | /** | |
| 126 | * Get s the valu e of the p ermanentAn dTotalEffe ctiveDate property. | |
| 127 | * | |
| 128 | * @re turn | |
| 129 | * possible object is | |
| 130 | * {@link XM LGregorian Calendar } | |
| 131 | * | |
| 132 | */ | |
| 133 | public XMLGregor ianCalenda r getPerma nentAndTot alEffectiv eDate() { | |
| 134 | re turn perma nentAndTot alEffectiv eDate; | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Set s the valu e of the p ermanentAn dTotalEffe ctiveDate property. | |
| 139 | * | |
| 140 | * @pa ram value | |
| 141 | * allowed o bject is | |
| 142 | * {@link XM LGregorian Calendar } | |
| 143 | * | |
| 144 | */ | |
| 145 | public void setP ermanentAn dTotalEffe ctiveDate( XMLGregori anCalendar value) { | |
| 146 | th is.permane ntAndTotal EffectiveD ate = valu e; | |
| 147 | } | |
| 148 | ||
| 149 | /** | |
| 150 | * Get s the valu e of the r atedDisabi lities pro perty. | |
| 151 | * | |
| 152 | * @re turn | |
| 153 | * possible object is | |
| 154 | * {@link Ra tedDisabil ityCollect ion } | |
| 155 | * | |
| 156 | */ | |
| 157 | public RatedDisa bilityColl ection get RatedDisab ilities() { | |
| 158 | re turn rated Disabiliti es; | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Set s the valu e of the r atedDisabi lities pro perty. | |
| 163 | * | |
| 164 | * @pa ram value | |
| 165 | * allowed o bject is | |
| 166 | * {@link Ra tedDisabil ityCollect ion } | |
| 167 | * | |
| 168 | */ | |
| 169 | public void setR atedDisabi lities(Rat edDisabili tyCollecti on value) { | |
| 170 | th is.ratedDi sabilities = value; | |
| 171 | } | |
| 172 | ||
| 173 | /** | |
| 174 | * Get s the valu e of the s erviceConn ectedIndic ator prope rty. | |
| 175 | * | |
| 176 | * @re turn | |
| 177 | * possible object is | |
| 178 | * {@link Bo olean } | |
| 179 | * | |
| 180 | */ | |
| 181 | public Boolean i sServiceCo nnectedInd icator() { | |
| 182 | re turn servi ceConnecte dIndicator ; | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Set s the valu e of the s erviceConn ectedIndic ator prope rty. | |
| 187 | * | |
| 188 | * @pa ram value | |
| 189 | * allowed o bject is | |
| 190 | * {@link Bo olean } | |
| 191 | * | |
| 192 | */ | |
| 193 | public void setS erviceConn ectedIndic ator(Boole an value) { | |
| 194 | th is.service ConnectedI ndicator = value; | |
| 195 | } | |
| 196 | ||
| 197 | /** | |
| 198 | * Get s the valu e of the s erviceConn ectedPerce ntage prop erty. | |
| 199 | * | |
| 200 | * @re turn | |
| 201 | * possible object is | |
| 202 | * {@link In teger } | |
| 203 | * | |
| 204 | */ | |
| 205 | public Integer g etServiceC onnectedPe rcentage() { | |
| 206 | re turn servi ceConnecte dPercentag e; | |
| 207 | } | |
| 208 | ||
| 209 | /** | |
| 210 | * Set s the valu e of the s erviceConn ectedPerce ntage prop erty. | |
| 211 | * | |
| 212 | * @pa ram value | |
| 213 | * allowed o bject is | |
| 214 | * {@link In teger } | |
| 215 | * | |
| 216 | */ | |
| 217 | public void setS erviceConn ectedPerce ntage(Inte ger value) { | |
| 218 | th is.service ConnectedP ercentage = value; | |
| 219 | } | |
| 220 | ||
| 221 | /** | |
| 222 | * Get s the valu e of the u nemployabl e property . | |
| 223 | * | |
| 224 | * @re turn | |
| 225 | * possible object is | |
| 226 | * {@link Bo olean } | |
| 227 | * | |
| 228 | */ | |
| 229 | public Boolean i sUnemploya ble() { | |
| 230 | re turn unemp loyable; | |
| 231 | } | |
| 232 | ||
| 233 | /** | |
| 234 | * Set s the valu e of the u nemployabl e property . | |
| 235 | * | |
| 236 | * @pa ram value | |
| 237 | * allowed o bject is | |
| 238 | * {@link Bo olean } | |
| 239 | * | |
| 240 | */ | |
| 241 | public void setU nemployabl e(Boolean value) { | |
| 242 | th is.unemplo yable = va lue; | |
| 243 | } | |
| 244 | ||
| 245 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.