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 | ObjectFactory.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 | ObjectFactory.java | Mon Apr 3 14:03:05 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 9 | 1638 |
| Changed | 8 | 28 |
| 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.JAXBElem ent; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlElem entDecl; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlRegi stry; | |
| 7 | import jav ax.xml.nam espace.QNa me; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * This ob ject conta ins factor y methods for each | |
| 12 | * Java co ntent inte rface and Java eleme nt interfa ce | |
| 13 | * generat ed in the gov.va.med .esr.webse rvices.jax ws.schemas package. | |
| 14 | * <p>An O bjectFacto ry allows you to pro gramatical ly | |
| 15 | * constru ct new ins tances of the Java r epresentat ion | |
| 16 | * for XML content. The Java r epresentat ion of XML | |
| 17 | * content can consi st of sche ma derived interface s | |
| 18 | * and cla sses repre senting th e binding of schema | |
| 19 | * type de finitions, element d eclaration s and mode l | |
| 20 | * groups. Factory methods fo r each of these are | |
| 21 | * provide d in this class. | |
| 22 | * | |
| 23 | */ | |
| 24 | @XmlRegist ry | |
| 25 | public cla ss ObjectF actory { | |
| 26 | ||
| 27 | private fi nal static QName _Ge tEESummary HistoryRes ponse_QNAM E = new QN ame("http: //jaxws.we bservices. esr. URL /schemas", "getEESum maryHistor yResponse" ); | |
| 28 | private fi nal static QName _Ge tEESummary Response_Q NAME = new QName("ht tp://jaxws .webservic es.esr. URL /schemas", "getEESum maryRespon se"); | |
| 29 | private fi nal static QName _Ge tEligibili tyDetermin ationReque st_QNAME = new QName ("http://j axws.webse rvices.esr . URL /schemas", "getEligi bilityDete rminationR equest"); | |
| 30 | private fi nal static QName _Ge tEESummary Request_QN AME = new QName("htt p://jaxws. webservice s.esr. URL /schemas", "getEESum maryReques t"); | |
| 31 | private fi nal static QName _Ge tEESummary HistoryReq uest_QNAME = new QNa me("http:/ /jaxws.web services.e sr. URL /schemas", "getEESum maryHistor yRequest") ; | |
| 32 | private fi nal static QName _Ge tEligibili tyDetermin ationRespo nse_QNAME = new QNam e("http:// jaxws.webs ervices.es r. URL /schemas", "getEligi bilityDete rminationR esponse"); | |
| 33 | private fi nal static QName _As sociationC ollectionA ssociation _QNAME = n ew QName(" http://jax ws.webserv ices.esr. URL /schemas", "associat ion"); | |
| 34 | ||
| 35 | /** | |
| 36 | * Cre ate a new ObjectFact ory that c an be used to create new insta nces of sc hema deriv ed classes for packa ge: gov.va .med.esr.w ebservices .jaxws.sch emas | |
| 37 | * | |
| 38 | */ | |
| 39 | public ObjectFac tory() { | |
| 40 | } | |
| 41 | ||
| 42 | /** | |
| 43 | * Cre ate an ins tance of { @link Canc elDeclineI nfo } | |
| 44 | * | |
| 45 | */ | |
| 46 | public CancelDec lineInfo c reateCance lDeclineIn fo() { | |
| 47 | re turn new C ancelDecli neInfo(); | |
| 48 | } | |
| 49 | ||
| 50 | /** | |
| 51 | * Cre ate an ins tance of { @link Expe nseInfo } | |
| 52 | * | |
| 53 | */ | |
| 54 | public ExpenseIn fo createE xpenseInfo () { | |
| 55 | re turn new E xpenseInfo (); | |
| 56 | } | |
| 57 | ||
| 58 | /** | |
| 59 | * Cre ate an ins tance of { @link Phon eCollectio n } | |
| 60 | * | |
| 61 | */ | |
| 62 | public PhoneColl ection cre atePhoneCo llection() { | |
| 63 | re turn new P honeCollec tion(); | |
| 64 | } | |
| 65 | ||
| 66 | /** | |
| 67 | * Cre ate an ins tance of { @link CdCo nditionCol lection } | |
| 68 | * | |
| 69 | */ | |
| 70 | public CdConditi onCollecti on createC dCondition Collection () { | |
| 71 | re turn new C dCondition Collection (); | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * Cre ate an ins tance of { @link Inco meTestStat usInfo } | |
| 76 | * | |
| 77 | */ | |
| 78 | public IncomeTes tStatusInf o createIn comeTestSt atusInfo() { | |
| 79 | re turn new I ncomeTestS tatusInfo( ); | |
| 80 | } | |
| 81 | ||
| 82 | /** | |
| 83 | * Cre ate an ins tance of { @link Fina ncialState mentInfo } | |
| 84 | * | |
| 85 | */ | |
| 86 | public Financial StatementI nfo create FinancialS tatementIn fo() { | |
| 87 | re turn new F inancialSt atementInf o(); | |
| 88 | } | |
| 89 | ||
| 90 | /** | |
| 91 | * Cre ate an ins tance of { @link Depe ndentFinan cialsInfo } | |
| 92 | * | |
| 93 | */ | |
| 94 | public Dependent Financials Info creat eDependent Financials Info() { | |
| 95 | re turn new D ependentFi nancialsIn fo(); | |
| 96 | } | |
| 97 | ||
| 98 | /** | |
| 99 | * Cre ate an ins tance of { @link Elig ibilityVer ificationI nfo } | |
| 100 | * | |
| 101 | */ | |
| 102 | public Eligibili tyVerifica tionInfo c reateEligi bilityVeri ficationIn fo() { | |
| 103 | re turn new E ligibility Verificati onInfo(); | |
| 104 | } | |
| 105 | ||
| 106 | /** | |
| 107 | * Cre ate an ins tance of { @link Inel igibilityF actorInfo } | |
| 108 | * | |
| 109 | */ | |
| 110 | public Ineligibi lityFactor Info creat eIneligibi lityFactor Info() { | |
| 111 | re turn new I neligibili tyFactorIn fo(); | |
| 112 | } | |
| 113 | ||
| 114 | /** | |
| 115 | * Cre ate an ins tance of { @link Spou seFinancia lsCollecti on } | |
| 116 | * | |
| 117 | */ | |
| 118 | public SpouseFin ancialsCol lection cr eateSpouse Financials Collection () { | |
| 119 | re turn new S pouseFinan cialsColle ction(); | |
| 120 | } | |
| 121 | ||
| 122 | /** | |
| 123 | * Cre ate an ins tance of { @link Deat hRecondInf o } | |
| 124 | * | |
| 125 | */ | |
| 126 | public DeathReco ndInfo cre ateDeathRe condInfo() { | |
| 127 | re turn new D eathRecond Info(); | |
| 128 | } | |
| 129 | ||
| 130 | /** | |
| 131 | * Cre ate an ins tance of { @link Purp leHeartInf o } | |
| 132 | * | |
| 133 | */ | |
| 134 | public PurpleHea rtInfo cre atePurpleH eartInfo() { | |
| 135 | re turn new P urpleHeart Info(); | |
| 136 | } | |
| 137 | ||
| 138 | /** | |
| 139 | * Cre ate an ins tance of { @link Cata strophicDi sabilityIn fo } | |
| 140 | * | |
| 141 | */ | |
| 142 | public Catastrop hicDisabil ityInfo cr eateCatast rophicDisa bilityInfo () { | |
| 143 | re turn new C atastrophi cDisabilit yInfo(); | |
| 144 | } | |
| 145 | ||
| 146 | /** | |
| 147 | * Cre ate an ins tance of { @link Rate dDisabilit yCollectio n } | |
| 148 | * | |
| 149 | */ | |
| 150 | public RatedDisa bilityColl ection cre ateRatedDi sabilityCo llection() { | |
| 151 | re turn new R atedDisabi lityCollec tion(); | |
| 152 | } | |
| 153 | ||
| 154 | /** | |
| 155 | * Cre ate an ins tance of { @link Mone taryBenefi tCollectio n } | |
| 156 | * | |
| 157 | */ | |
| 158 | public MonetaryB enefitColl ection cre ateMonetar yBenefitCo llection() { | |
| 159 | re turn new M onetaryBen efitCollec tion(); | |
| 160 | } | |
| 161 | ||
| 162 | /** | |
| 163 | * Cre ate an ins tance of { @link Mone taryBenefi tAwardInfo } | |
| 164 | * | |
| 165 | */ | |
| 166 | public MonetaryB enefitAwar dInfo crea teMonetary BenefitAwa rdInfo() { | |
| 167 | re turn new M onetaryBen efitAwardI nfo(); | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Cre ate an ins tance of { @link FeeB asisCollec tion } | |
| 172 | * | |
| 173 | */ | |
| 174 | public FeeBasisC ollection createFeeB asisCollec tion() { | |
| 175 | re turn new F eeBasisCol lection(); | |
| 176 | } | |
| 177 | ||
| 178 | /** | |
| 179 | * Cre ate an ins tance of { @link Conf lictExperi enceInfo } | |
| 180 | * | |
| 181 | */ | |
| 182 | public ConflictE xperienceI nfo create ConflictEx perienceIn fo() { | |
| 183 | re turn new C onflictExp erienceInf o(); | |
| 184 | } | |
| 185 | ||
| 186 | /** | |
| 187 | * Cre ate an ins tance of { @link Addr essInfo } | |
| 188 | * | |
| 189 | */ | |
| 190 | public AddressIn fo createA ddressInfo () { | |
| 191 | re turn new A ddressInfo (); | |
| 192 | } | |
| 193 | ||
| 194 | /** | |
| 195 | * Cre ate an ins tance of { @link Debi tInfo } | |
| 196 | * | |
| 197 | */ | |
| 198 | public DebitInfo createDeb itInfo() { | |
| 199 | re turn new D ebitInfo() ; | |
| 200 | } | |
| 201 | ||
| 202 | /** | |
| 203 | * Cre ate an ins tance of { @link Serv iceConnect ionAwardIn fo } | |
| 204 | * | |
| 205 | */ | |
| 206 | public ServiceCo nnectionAw ardInfo cr eateServic eConnectio nAwardInfo () { | |
| 207 | re turn new S erviceConn ectionAwar dInfo(); | |
| 208 | } | |
| 209 | ||
| 210 | /** | |
| 211 | * Cre ate an ins tance of { @link Mili tarySexual TraumaInfo } | |
| 212 | * | |
| 213 | */ | |
| 214 | public MilitaryS exualTraum aInfo crea teMilitary SexualTrau maInfo() { | |
| 215 | re turn new M ilitarySex ualTraumaI nfo(); | |
| 216 | } | |
| 217 | ||
| 218 | /** | |
| 219 | * Cre ate an ins tance of { @link Depe ndentFinan cialsColle ction } | |
| 220 | * | |
| 221 | */ | |
| 222 | public Dependent Financials Collection createDep endentFina ncialsColl ection() { | |
| 223 | re turn new D ependentFi nancialsCo llection() ; | |
| 224 | } | |
| 225 | ||
| 226 | /** | |
| 227 | * Cre ate an ins tance of { @link Cate goryCollec tion } | |
| 228 | * | |
| 229 | */ | |
| 230 | public CategoryC ollection createCate goryCollec tion() { | |
| 231 | re turn new C ategoryCol lection(); | |
| 232 | } | |
| 233 | ||
| 234 | /** | |
| 235 | * Cre ate an ins tance of { @link Mili taryServic eSiteRecor dInfo } | |
| 236 | * | |
| 237 | */ | |
| 238 | public MilitaryS erviceSite RecordInfo createMil itaryServi ceSiteReco rdInfo() { | |
| 239 | re turn new M ilitarySer viceSiteRe cordInfo() ; | |
| 240 | } | |
| 241 | ||
| 242 | /** | |
| 243 | * Cre ate an ins tance of { @link Mili taryServic eEpisodeCo llection } | |
| 244 | * | |
| 245 | */ | |
| 246 | public MilitaryS erviceEpis odeCollect ion create MilitarySe rviceEpiso deCollecti on() { | |
| 247 | re turn new M ilitarySer viceEpisod eCollectio n(); | |
| 248 | } | |
| 249 | ||
| 250 | /** | |
| 251 | * Cre ate an ins tance of { @link Elig ibilitySta tusInfo } | |
| 252 | * | |
| 253 | */ | |
| 254 | public Eligibili tyStatusIn fo createE ligibility StatusInfo () { | |
| 255 | re turn new E ligibility StatusInfo (); | |
| 256 | } | |
| 257 | ||
| 258 | /** | |
| 259 | * Cre ate an ins tance of { @link PowE pisodeColl ection } | |
| 260 | * | |
| 261 | */ | |
| 262 | public PowEpisod eCollectio n createPo wEpisodeCo llection() { | |
| 263 | re turn new P owEpisodeC ollection( ); | |
| 264 | } | |
| 265 | ||
| 266 | /** | |
| 267 | * Cre ate an ins tance of { @link Hard shipInfo } | |
| 268 | * | |
| 269 | */ | |
| 270 | public HardshipI nfo create HardshipIn fo() { | |
| 271 | re turn new H ardshipInf o(); | |
| 272 | } | |
| 273 | ||
| 274 | /** | |
| 275 | * Cre ate an ins tance of { @link Base AddressInf o } | |
| 276 | * | |
| 277 | */ | |
| 278 | public BaseAddre ssInfo cre ateBaseAdd ressInfo() { | |
| 279 | re turn new B aseAddress Info(); | |
| 280 | } | |
| 281 | ||
| 282 | /** | |
| 283 | * Cre ate an ins tance of { @link CdPr ocedureInf o } | |
| 284 | * | |
| 285 | */ | |
| 286 | public CdProcedu reInfo cre ateCdProce dureInfo() { | |
| 287 | re turn new C dProcedure Info(); | |
| 288 | } | |
| 289 | ||
| 290 | /** | |
| 291 | * Cre ate an ins tance of { @link Bene ficiaryTra velInfo } | |
| 292 | * | |
| 293 | */ | |
| 294 | public Beneficia ryTravelIn fo createB eneficiary TravelInfo () { | |
| 295 | re turn new B eneficiary TravelInfo (); | |
| 296 | } | |
| 297 | ||
| 298 | /** | |
| 299 | * Cre ate an ins tance of { @link Inco meTestStat usCollecti on } | |
| 300 | * | |
| 301 | */ | |
| 302 | public IncomeTes tStatusCol lection cr eateIncome TestStatus Collection () { | |
| 303 | re turn new I ncomeTestS tatusColle ction(); | |
| 304 | } | |
| 305 | ||
| 306 | /** | |
| 307 | * Cre ate an ins tance of { @link Inco mpetenceRu lingInfo } | |
| 308 | * | |
| 309 | */ | |
| 310 | public Incompete nceRulingI nfo create Incompeten ceRulingIn fo() { | |
| 311 | re turn new I ncompetenc eRulingInf o(); | |
| 312 | } | |
| 313 | ||
| 314 | /** | |
| 315 | * Cre ate an ins tance of { @link Asse tInfo } | |
| 316 | * | |
| 317 | */ | |
| 318 | public AssetInfo createAss etInfo() { | |
| 319 | re turn new A ssetInfo() ; | |
| 320 | } | |
| 321 | ||
| 322 | /** | |
| 323 | * Cre ate an ins tance of { @link SsnC ollection } | |
| 324 | * | |
| 325 | */ | |
| 326 | public SsnCollec tion creat eSsnCollec tion() { | |
| 327 | re turn new S snCollecti on(); | |
| 328 | } | |
| 329 | ||
| 330 | /** | |
| 331 | * Cre ate an ins tance of { @link GetE ligibility Determinat ionRespons e } | |
| 332 | * | |
| 333 | */ | |
| 334 | public GetEligib ilityDeter minationRe sponse cre ateGetElig ibilityDet ermination Response() { | |
| 335 | re turn new G etEligibil ityDetermi nationResp onse(); | |
| 336 | } | |
| 337 | ||
| 338 | /** | |
| 339 | * Cre ate an ins tance of { @link CdPr ocedureCol lection } | |
| 340 | * | |
| 341 | */ | |
| 342 | public CdProcedu reCollecti on createC dProcedure Collection () { | |
| 343 | re turn new C dProcedure Collection (); | |
| 344 | } | |
| 345 | ||
| 346 | /** | |
| 347 | * Cre ate an ins tance of { @link Rela tionCollec tion } | |
| 348 | * | |
| 349 | */ | |
| 350 | public RelationC ollection createRela tionCollec tion() { | |
| 351 | re turn new R elationCol lection(); | |
| 352 | } | |
| 353 | ||
| 354 | /** | |
| 355 | * Cre ate an ins tance of { @link Conf lictExperi enceCollec tion } | |
| 356 | * | |
| 357 | */ | |
| 358 | public ConflictE xperienceC ollection createConf lictExperi enceCollec tion() { | |
| 359 | re turn new C onflictExp erienceCol lection(); | |
| 360 | } | |
| 361 | ||
| 362 | /** | |
| 363 | * Cre ate an ins tance of { @link Addr essCollect ion } | |
| 364 | * | |
| 365 | */ | |
| 366 | public AddressCo llection c reateAddre ssCollecti on() { | |
| 367 | re turn new A ddressColl ection(); | |
| 368 | } | |
| 369 | ||
| 370 | /** | |
| 371 | * Cre ate an ins tance of { @link Bene ficiaryTra velCollect ion } | |
| 372 | * | |
| 373 | */ | |
| 374 | public Beneficia ryTravelCo llection c reateBenef iciaryTrav elCollecti on() { | |
| 375 | re turn new B eneficiary TravelColl ection(); | |
| 376 | } | |
| 377 | ||
| 378 | /** | |
| 379 | * Cre ate an ins tance of { @link Asso ciationCol lection } | |
| 380 | * | |
| 381 | */ | |
| 382 | public Associati onCollecti on createA ssociation Collection () { | |
| 383 | re turn new A ssociation Collection (); | |
| 384 | } | |
| 385 | ||
| 386 | /** | |
| 387 | * Cre ate an ins tance of { @link Mili taryServic eInfo } | |
| 388 | * | |
| 389 | */ | |
| 390 | public MilitaryS erviceInfo createMil itaryServi ceInfo() { | |
| 391 | re turn new M ilitarySer viceInfo() ; | |
| 392 | } | |
| 393 | ||
| 394 | /** | |
| 395 | * Cre ate an ins tance of { @link Sens itivityInf o } | |
| 396 | * | |
| 397 | */ | |
| 398 | public Sensitivi tyInfo cre ateSensiti vityInfo() { | |
| 399 | re turn new S ensitivity Info(); | |
| 400 | } | |
| 401 | ||
| 402 | /** | |
| 403 | * Cre ate an ins tance of { @link Rate dDisabilit yInfo } | |
| 404 | * | |
| 405 | */ | |
| 406 | public RatedDisa bilityInfo createRat edDisabili tyInfo() { | |
| 407 | re turn new R atedDisabi lityInfo() ; | |
| 408 | } | |
| 409 | ||
| 410 | /** | |
| 411 | * Cre ate an ins tance of { @link Pris onerOfWarI nfo } | |
| 412 | * | |
| 413 | */ | |
| 414 | public PrisonerO fWarInfo c reatePriso nerOfWarIn fo() { | |
| 415 | re turn new P risonerOfW arInfo(); | |
| 416 | } | |
| 417 | ||
| 418 | /** | |
| 419 | * Cre ate an ins tance of { @link PowE pisodeInfo } | |
| 420 | * | |
| 421 | */ | |
| 422 | public PowEpisod eInfo crea tePowEpiso deInfo() { | |
| 423 | re turn new P owEpisodeI nfo(); | |
| 424 | } | |
| 425 | ||
| 426 | /** | |
| 427 | * Cre ate an ins tance of { @link Nose ThroatRadi umInfo } | |
| 428 | * | |
| 429 | */ | |
| 430 | public NoseThroa tRadiumInf o createNo seThroatRa diumInfo() { | |
| 431 | re turn new N oseThroatR adiumInfo( ); | |
| 432 | } | |
| 433 | ||
| 434 | /** | |
| 435 | * Cre ate an ins tance of { @link Asse tCollectio n } | |
| 436 | * | |
| 437 | */ | |
| 438 | public AssetColl ection cre ateAssetCo llection() { | |
| 439 | re turn new A ssetCollec tion(); | |
| 440 | } | |
| 441 | ||
| 442 | /** | |
| 443 | * Cre ate an ins tance of { @link Asso ciationInf o } | |
| 444 | * | |
| 445 | */ | |
| 446 | public Associati onInfo cre ateAssocia tionInfo() { | |
| 447 | re turn new A ssociation Info(); | |
| 448 | } | |
| 449 | ||
| 450 | /** | |
| 451 | * Cre ate an ins tance of { @link Emai lCollectio n } | |
| 452 | * | |
| 453 | */ | |
| 454 | public EmailColl ection cre ateEmailCo llection() { | |
| 455 | re turn new E mailCollec tion(); | |
| 456 | } | |
| 457 | ||
| 458 | /** | |
| 459 | * Cre ate an ins tance of { @link Mili taryServic eEpisodeIn fo } | |
| 460 | * | |
| 461 | */ | |
| 462 | public MilitaryS erviceEpis odeInfo cr eateMilita ryServiceE pisodeInfo () { | |
| 463 | re turn new M ilitarySer viceEpisod eInfo(); | |
| 464 | } | |
| 465 | ||
| 466 | /** | |
| 467 | * Cre ate an ins tance of { @link GetE ESummaryRe quest } | |
| 468 | * | |
| 469 | */ | |
| 470 | public GetEESumm aryRequest createGet EESummaryR equest() { | |
| 471 | re turn new G etEESummar yRequest() ; | |
| 472 | } | |
| 473 | ||
| 474 | /** | |
| 475 | * Cre ate an ins tance of { @link Mili taryServic eSiteRecor dCollectio n } | |
| 476 | * | |
| 477 | */ | |
| 478 | public MilitaryS erviceSite RecordColl ection cre ateMilitar yServiceSi teRecordCo llection() { | |
| 479 | re turn new M ilitarySer viceSiteRe cordCollec tion(); | |
| 480 | } | |
| 481 | ||
| 482 | /** | |
| 483 | * Cre ate an ins tance of { @link Comb atEpisodeI nfo } | |
| 484 | * | |
| 485 | */ | |
| 486 | public CombatEpi sodeInfo c reateComba tEpisodeIn fo() { | |
| 487 | re turn new C ombatEpiso deInfo(); | |
| 488 | } | |
| 489 | ||
| 490 | /** | |
| 491 | * Cre ate an ins tance of { @link Rela tionInfo } | |
| 492 | * | |
| 493 | */ | |
| 494 | public RelationI nfo create RelationIn fo() { | |
| 495 | re turn new R elationInf o(); | |
| 496 | } | |
| 497 | ||
| 498 | /** | |
| 499 | * Cre ate an ins tance of { @link GetE ligibility Determinat ionRequest } | |
| 500 | * | |
| 501 | */ | |
| 502 | public GetEligib ilityDeter minationRe quest crea teGetEligi bilityDete rminationR equest() { | |
| 503 | re turn new G etEligibil ityDetermi nationRequ est(); | |
| 504 | } | |
| 505 | ||
| 506 | /** | |
| 507 | * Cre ate an ins tance of { @link Emai lInfo } | |
| 508 | * | |
| 509 | */ | |
| 510 | public EmailInfo createEma ilInfo() { | |
| 511 | re turn new E mailInfo() ; | |
| 512 | } | |
| 513 | ||
| 514 | /** | |
| 515 | * Cre ate an ins tance of { @link Inco meTestInfo } | |
| 516 | * | |
| 517 | */ | |
| 518 | public IncomeTes tInfo crea teIncomeTe stInfo() { | |
| 519 | re turn new I ncomeTestI nfo(); | |
| 520 | } | |
| 521 | ||
| 522 | /** | |
| 523 | * Cre ate an ins tance of { @link Cont actInfo } | |
| 524 | * | |
| 525 | */ | |
| 526 | public ContactIn fo createC ontactInfo () { | |
| 527 | re turn new C ontactInfo (); | |
| 528 | } | |
| 529 | ||
| 530 | /** | |
| 531 | * Cre ate an ins tance of { @link Empl oymentInfo } | |
| 532 | * | |
| 533 | */ | |
| 534 | public Employmen tInfo crea teEmployme ntInfo() { | |
| 535 | re turn new E mploymentI nfo(); | |
| 536 | } | |
| 537 | ||
| 538 | /** | |
| 539 | * Cre ate an ins tance of { @link GetE ESummaryHi storyRespo nse } | |
| 540 | * | |
| 541 | */ | |
| 542 | public GetEESumm aryHistory Response c reateGetEE SummaryHis toryRespon se() { | |
| 543 | re turn new G etEESummar yHistoryRe sponse(); | |
| 544 | } | |
| 545 | ||
| 546 | /** | |
| 547 | * Cre ate an ins tance of { @link Inco meCollecti on } | |
| 548 | * | |
| 549 | */ | |
| 550 | public IncomeCol lection cr eateIncome Collection () { | |
| 551 | re turn new I ncomeColle ction(); | |
| 552 | } | |
| 553 | ||
| 554 | /** | |
| 555 | * Cre ate an ins tance of { @link Cate goryInfo } | |
| 556 | * | |
| 557 | */ | |
| 558 | public CategoryI nfo create CategoryIn fo() { | |
| 559 | re turn new C ategoryInf o(); | |
| 560 | } | |
| 561 | ||
| 562 | /** | |
| 563 | * Cre ate an ins tance of { @link Spou seInfo } | |
| 564 | * | |
| 565 | */ | |
| 566 | public SpouseInf o createSp ouseInfo() { | |
| 567 | re turn new S pouseInfo( ); | |
| 568 | } | |
| 569 | ||
| 570 | /** | |
| 571 | * Cre ate an ins tance of { @link Elig ibilityInf o } | |
| 572 | * | |
| 573 | */ | |
| 574 | public Eligibili tyInfo cre ateEligibi lityInfo() { | |
| 575 | re turn new E ligibility Info(); | |
| 576 | } | |
| 577 | ||
| 578 | /** | |
| 579 | * Cre ate an ins tance of { @link Insu ranceInfo } | |
| 580 | * | |
| 581 | */ | |
| 582 | public Insurance Info creat eInsurance Info() { | |
| 583 | re turn new I nsuranceIn fo(); | |
| 584 | } | |
| 585 | ||
| 586 | /** | |
| 587 | * Cre ate an ins tance of { @link Depe ndentInfo } | |
| 588 | * | |
| 589 | */ | |
| 590 | public Dependent Info creat eDependent Info() { | |
| 591 | re turn new D ependentIn fo(); | |
| 592 | } | |
| 593 | ||
| 594 | /** | |
| 595 | * Cre ate an ins tance of { @link Mone taryBenefi tInfo } | |
| 596 | * | |
| 597 | */ | |
| 598 | public MonetaryB enefitInfo createMon etaryBenef itInfo() { | |
| 599 | re turn new M onetaryBen efitInfo() ; | |
| 600 | } | |
| 601 | ||
| 602 | /** | |
| 603 | * Cre ate an ins tance of { @link Fina ncialsInfo } | |
| 604 | * | |
| 605 | */ | |
| 606 | public Financial sInfo crea teFinancia lsInfo() { | |
| 607 | re turn new F inancialsI nfo(); | |
| 608 | } | |
| 609 | ||
| 610 | /** | |
| 611 | * Cre ate an ins tance of { @link SsnI nfo } | |
| 612 | * | |
| 613 | */ | |
| 614 | public SsnInfo c reateSsnIn fo() { | |
| 615 | re turn new S snInfo(); | |
| 616 | } | |
| 617 | ||
| 618 | /** | |
| 619 | * Cre ate an ins tance of { @link GetE ESummaryRe sponse } | |
| 620 | * | |
| 621 | */ | |
| 622 | public GetEESumm aryRespons e createGe tEESummary Response() { | |
| 623 | re turn new G etEESummar yResponse( ); | |
| 624 | } | |
| 625 | ||
| 626 | /** | |
| 627 | * Cre ate an ins tance of { @link Spin alCordInju ryInfo } | |
| 628 | * | |
| 629 | */ | |
| 630 | public SpinalCor dInjuryInf o createSp inalCordIn juryInfo() { | |
| 631 | re turn new S pinalCordI njuryInfo( ); | |
| 632 | } | |
| 633 | ||
| 634 | /** | |
| 635 | * Cre ate an ins tance of { @link Spou seFinancia lsInfo } | |
| 636 | * | |
| 637 | */ | |
| 638 | public SpouseFin ancialsInf o createSp ouseFinanc ialsInfo() { | |
| 639 | re turn new S pouseFinan cialsInfo( ); | |
| 640 | } | |
| 641 | ||
| 642 | /** | |
| 643 | * Cre ate an ins tance of { @link FeeB asisInfo } | |
| 644 | * | |
| 645 | */ | |
| 646 | public FeeBasisI nfo create FeeBasisIn fo() { | |
| 647 | re turn new F eeBasisInf o(); | |
| 648 | } | |
| 649 | ||
| 650 | /** | |
| 651 | * Cre ate an ins tance of { @link EeSu mmary } | |
| 652 | * | |
| 653 | */ | |
| 654 | public EeSummary createEeS ummary() { | |
| 655 | re turn new E eSummary() ; | |
| 656 | } | |
| 657 | ||
| 658 | /** | |
| 659 | * Cre ate an ins tance of { @link Spec ialFactors Info } | |
| 660 | * | |
| 661 | */ | |
| 662 | public SpecialFa ctorsInfo createSpec ialFactors Info() { | |
| 663 | re turn new S pecialFact orsInfo(); | |
| 664 | } | |
| 665 | ||
| 666 | /** | |
| 667 | * Cre ate an ins tance of { @link Race Collection } | |
| 668 | * | |
| 669 | */ | |
| 670 | public RaceColle ction crea teRaceColl ection() { | |
| 671 | re turn new R aceCollect ion(); | |
| 672 | } | |
| 673 | ||
| 674 | /** | |
| 675 | * Cre ate an ins tance of { @link Comb atEpisodeC ollection } | |
| 676 | * | |
| 677 | */ | |
| 678 | public CombatEpi sodeCollec tion creat eCombatEpi sodeCollec tion() { | |
| 679 | re turn new C ombatEpiso deCollecti on(); | |
| 680 | } | |
| 681 | ||
| 682 | /** | |
| 683 | * Cre ate an ins tance of { @link CdDi agnosisCol lection } | |
| 684 | * | |
| 685 | */ | |
| 686 | public CdDiagnos isCollecti on createC dDiagnosis Collection () { | |
| 687 | re turn new C dDiagnosis Collection (); | |
| 688 | } | |
| 689 | ||
| 690 | /** | |
| 691 | * Cre ate an ins tance of { @link Enro llmentDete rminationI nfo } | |
| 692 | * | |
| 693 | */ | |
| 694 | public Enrollmen tDetermina tionInfo c reateEnrol lmentDeter minationIn fo() { | |
| 695 | re turn new E nrollmentD eterminati onInfo(); | |
| 696 | } | |
| 697 | ||
| 698 | /** | |
| 699 | * Cre ate an ins tance of { @link Demo graphicInf o } | |
| 700 | * | |
| 701 | */ | |
| 702 | public Demograph icInfo cre ateDemogra phicInfo() { | |
| 703 | re turn new D emographic Info(); | |
| 704 | } | |
| 705 | ||
| 706 | /** | |
| 707 | * Cre ate an ins tance of { @link Elig ibilityCol lection } | |
| 708 | * | |
| 709 | */ | |
| 710 | public Eligibili tyCollecti on createE ligibility Collection () { | |
| 711 | re turn new E ligibility Collection (); | |
| 712 | } | |
| 713 | ||
| 714 | /** | |
| 715 | * Cre ate an ins tance of { @link GetE ESummaryHi storyReque st } | |
| 716 | * | |
| 717 | */ | |
| 718 | public GetEESumm aryHistory Request cr eateGetEES ummaryHist oryRequest () { | |
| 719 | re turn new G etEESummar yHistoryRe quest(); | |
| 720 | } | |
| 721 | ||
| 722 | /** | |
| 723 | * Cre ate an ins tance of { @link Insu ranceColle ction } | |
| 724 | * | |
| 725 | */ | |
| 726 | public Insurance Collection createIns uranceColl ection() { | |
| 727 | re turn new I nsuranceCo llection() ; | |
| 728 | } | |
| 729 | ||
| 730 | /** | |
| 731 | * Cre ate an ins tance of { @link Expe nseCollect ion } | |
| 732 | * | |
| 733 | */ | |
| 734 | public ExpenseCo llection c reateExpen seCollecti on() { | |
| 735 | re turn new E xpenseColl ection(); | |
| 736 | } | |
| 737 | ||
| 738 | /** | |
| 739 | * Cre ate an ins tance of { @link CdCo nditionInf o } | |
| 740 | * | |
| 741 | */ | |
| 742 | public CdConditi onInfo cre ateCdCondi tionInfo() { | |
| 743 | re turn new C dCondition Info(); | |
| 744 | } | |
| 745 | ||
| 746 | /** | |
| 747 | * Cre ate an ins tance of { @link Inco meInfo } | |
| 748 | * | |
| 749 | */ | |
| 750 | public IncomeInf o createIn comeInfo() { | |
| 751 | re turn new I ncomeInfo( ); | |
| 752 | } | |
| 753 | ||
| 754 | /** | |
| 755 | * Cre ate an ins tance of { @link Phon eInfo } | |
| 756 | * | |
| 757 | */ | |
| 758 | public PhoneInfo createPho neInfo() { | |
| 759 | re turn new P honeInfo() ; | |
| 760 | } | |
| 761 | ||
| 762 | /** | |
| 763 | * Cre ate an ins tance of { @link Conf identialAd dressCateg oryCollect ion } | |
| 764 | * | |
| 765 | */ | |
| 766 | public Confident ialAddress CategoryCo llection c reateConfi dentialAdd ressCatego ryCollecti on() { | |
| 767 | re turn new C onfidentia lAddressCa tegoryColl ection(); | |
| 768 | } | |
| 769 | ||
| 770 | /** | |
| 771 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryHis toryRespon se }{@code >}} | |
| 772 | * | |
| 773 | */ | |
| 774 | @XmlElemen tDecl(name space = "h ttp://jaxw s.webservi ces.esr. URL /schemas", name = "g etEESummar yHistoryRe sponse") | |
| 775 | public JAXBEleme nt<GetEESu mmaryHisto ryResponse > createGe tEESummary HistoryRes ponse(GetE ESummaryHi storyRespo nse value) { | |
| 776 | re turn new J AXBElement <GetEESumm aryHistory Response>( _GetEESumm aryHistory Response_Q NAME, GetE ESummaryHi storyRespo nse.class, null, val ue); | |
| 777 | } | |
| 778 | ||
| 779 | /** | |
| 780 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryRes ponse }{@c ode >}} | |
| 781 | * | |
| 782 | */ | |
| 783 | @XmlElemen tDecl(name space = "h ttp://jaxw s.webservi ces.esr. URL /schemas", name = "g etEESummar yResponse" ) | |
| 784 | public JAXBEleme nt<GetEESu mmaryRespo nse> creat eGetEESumm aryRespons e(GetEESum maryRespon se value) { | |
| 785 | re turn new J AXBElement <GetEESumm aryRespons e>(_GetEES ummaryResp onse_QNAME , GetEESum maryRespon se.class, null, valu e); | |
| 786 | } | |
| 787 | ||
| 788 | /** | |
| 789 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEl igibilityD eterminati onRequest }{@code >} } | |
| 790 | * | |
| 791 | */ | |
| 792 | @XmlElemen tDecl(name space = "h ttp://jaxw s.webservi ces.esr. URL /schemas", name = "g etEligibil ityDetermi nationRequ est") | |
| 793 | public JAXBEleme nt<GetElig ibilityDet ermination Request> c reateGetEl igibilityD eterminati onRequest( GetEligibi lityDeterm inationReq uest value ) { | |
| 794 | re turn new J AXBElement <GetEligib ilityDeter minationRe quest>(_Ge tEligibili tyDetermin ationReque st_QNAME, GetEligibi lityDeterm inationReq uest.class , null, va lue); | |
| 795 | } | |
| 796 | ||
| 797 | /** | |
| 798 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryReq uest }{@co de >}} | |
| 799 | * | |
| 800 | */ | |
| 801 | @XmlElemen tDecl(name space = "h ttp://jaxw s.webservi ces.esr. URL /schemas", name = "g etEESummar yRequest") | |
| 802 | public JAXBEleme nt<GetEESu mmaryReque st> create GetEESumma ryRequest( GetEESumma ryRequest value) { | |
| 803 | re turn new J AXBElement <GetEESumm aryRequest >(_GetEESu mmaryReque st_QNAME, GetEESumma ryRequest. class, nul l, value); | |
| 804 | } | |
| 805 | ||
| 806 | /** | |
| 807 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryHis toryReques t }{@code >}} | |
| 808 | * | |
| 809 | */ | |
| 810 | @XmlElemen tDecl(name space = "h ttp://jaxw s.webservi ces.esr. URL /schemas", name = "g etEESummar yHistoryRe quest") | |
| 811 | public JAXBEleme nt<GetEESu mmaryHisto ryRequest> createGet EESummaryH istoryRequ est(GetEES ummaryHist oryRequest value) { | |
| 812 | re turn new J AXBElement <GetEESumm aryHistory Request>(_ GetEESumma ryHistoryR equest_QNA ME, GetEES ummaryHist oryRequest .class, nu ll, value) ; | |
| 813 | } | |
| 814 | ||
| 815 | /** | |
| 816 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEl igibilityD eterminati onResponse }{@code > }} | |
| 817 | * | |
| 818 | */ | |
| 819 | @XmlElemen tDecl(name space = "h ttp://jaxw s.webservi ces.esr. URL /schemas", name = "g etEligibil ityDetermi nationResp onse") | |
| 820 | public JAXBEleme nt<GetElig ibilityDet ermination Response> createGetE ligibility Determinat ionRespons e(GetEligi bilityDete rminationR esponse va lue) { | |
| 821 | re turn new J AXBElement <GetEligib ilityDeter minationRe sponse>(_G etEligibil ityDetermi nationResp onse_QNAME , GetEligi bilityDete rminationR esponse.cl ass, null, value); | |
| 822 | } | |
| 823 | ||
| 824 | /** | |
| 825 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Assoc iationInfo }{@code > }} | |
| 826 | * | |
| 827 | */ | |
| 828 | @XmlElemen tDecl(name space = "h ttp://jaxw s.webservi ces.esr. URL /schemas", name = "a ssociation ", scope = Associati onCollecti on.class) | |
| 829 | public JAXBEleme nt<Associa tionInfo> createAsso ciationCol lectionAss ociation(A ssociation Info value ) { | |
| 830 | re turn new J AXBElement <Associati onInfo>(_A ssociation Collection Associatio n_QNAME, A ssociation Info.class , Associat ionCollect ion.class, value); | |
| 831 | } | |
| 832 | ||
| 833 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.