Produced by Araxis Merge on 6/9/2017 3:45:56 PM Eastern 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 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas | ObjectFactory.java | Mon Apr 24 15:27:30 2017 UTC |
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\eHXE_Build3_2017-05-04.zip\NHIN_adapter\AdapterLIB\target\generated-sources\wsimport\gov\va\med\esr\webservices\jaxws\schemas | ObjectFactory.java | Thu Jun 1 22:13:40 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 1462 |
| Changed | 4 | 12 |
| 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 Request_QN AME = new QName("htt p:// URL . DNS ", "getEES ummaryRequ est"); | |
| 28 | private fi nal static QName _Ge tEESummary Response_Q NAME = new QName("ht tp:// URL . DNS ", "getEES ummaryResp onse"); | |
| 29 | private fi nal static QName _As sociationC ollectionA ssociation _QNAME = n ew QName(" http:// URL . DNS ", "associ ation"); | |
| 30 | ||
| 31 | /** | |
| 32 | * 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 | |
| 33 | * | |
| 34 | */ | |
| 35 | public ObjectFac tory() { | |
| 36 | } | |
| 37 | ||
| 38 | /** | |
| 39 | * Cre ate an ins tance of { @link GetE ESummaryRe quest } | |
| 40 | * | |
| 41 | */ | |
| 42 | public GetEESumm aryRequest createGet EESummaryR equest() { | |
| 43 | re turn new G etEESummar yRequest() ; | |
| 44 | } | |
| 45 | ||
| 46 | /** | |
| 47 | * Cre ate an ins tance of { @link GetE ESummaryRe sponse } | |
| 48 | * | |
| 49 | */ | |
| 50 | public GetEESumm aryRespons e createGe tEESummary Response() { | |
| 51 | re turn new G etEESummar yResponse( ); | |
| 52 | } | |
| 53 | ||
| 54 | /** | |
| 55 | * Cre ate an ins tance of { @link Rela tionCollec tion } | |
| 56 | * | |
| 57 | */ | |
| 58 | public RelationC ollection createRela tionCollec tion() { | |
| 59 | re turn new R elationCol lection(); | |
| 60 | } | |
| 61 | ||
| 62 | /** | |
| 63 | * Cre ate an ins tance of { @link Cont actInfo } | |
| 64 | * | |
| 65 | */ | |
| 66 | public ContactIn fo createC ontactInfo () { | |
| 67 | re turn new C ontactInfo (); | |
| 68 | } | |
| 69 | ||
| 70 | /** | |
| 71 | * Cre ate an ins tance of { @link Conf identialAd dressCateg oryCollect ion } | |
| 72 | * | |
| 73 | */ | |
| 74 | public Confident ialAddress CategoryCo llection c reateConfi dentialAdd ressCatego ryCollecti on() { | |
| 75 | re turn new C onfidentia lAddressCa tegoryColl ection(); | |
| 76 | } | |
| 77 | ||
| 78 | /** | |
| 79 | * Cre ate an ins tance of { @link SsnI nfo } | |
| 80 | * | |
| 81 | */ | |
| 82 | public SsnInfo c reateSsnIn fo() { | |
| 83 | re turn new S snInfo(); | |
| 84 | } | |
| 85 | ||
| 86 | /** | |
| 87 | * Cre ate an ins tance of { @link Spin alCordInju ryInfo } | |
| 88 | * | |
| 89 | */ | |
| 90 | public SpinalCor dInjuryInf o createSp inalCordIn juryInfo() { | |
| 91 | re turn new S pinalCordI njuryInfo( ); | |
| 92 | } | |
| 93 | ||
| 94 | /** | |
| 95 | * Cre ate an ins tance of { @link Demo graphicInf o } | |
| 96 | * | |
| 97 | */ | |
| 98 | public Demograph icInfo cre ateDemogra phicInfo() { | |
| 99 | re turn new D emographic Info(); | |
| 100 | } | |
| 101 | ||
| 102 | /** | |
| 103 | * Cre ate an ins tance of { @link Mili taryServic eEpisodeIn fo } | |
| 104 | * | |
| 105 | */ | |
| 106 | public MilitaryS erviceEpis odeInfo cr eateMilita ryServiceE pisodeInfo () { | |
| 107 | re turn new M ilitarySer viceEpisod eInfo(); | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Cre ate an ins tance of { @link Nose ThroatRadi umInfo } | |
| 112 | * | |
| 113 | */ | |
| 114 | public NoseThroa tRadiumInf o createNo seThroatRa diumInfo() { | |
| 115 | re turn new N oseThroatR adiumInfo( ); | |
| 116 | } | |
| 117 | ||
| 118 | /** | |
| 119 | * Cre ate an ins tance of { @link Race Collection } | |
| 120 | * | |
| 121 | */ | |
| 122 | public RaceColle ction crea teRaceColl ection() { | |
| 123 | re turn new R aceCollect ion(); | |
| 124 | } | |
| 125 | ||
| 126 | /** | |
| 127 | * Cre ate an ins tance of { @link Insu ranceColle ction } | |
| 128 | * | |
| 129 | */ | |
| 130 | public Insurance Collection createIns uranceColl ection() { | |
| 131 | re turn new I nsuranceCo llection() ; | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Cre ate an ins tance of { @link Insu ranceInfo } | |
| 136 | * | |
| 137 | */ | |
| 138 | public Insurance Info creat eInsurance Info() { | |
| 139 | re turn new I nsuranceIn fo(); | |
| 140 | } | |
| 141 | ||
| 142 | /** | |
| 143 | * Cre ate an ins tance of { @link Enro llmentDete rminationI nfo } | |
| 144 | * | |
| 145 | */ | |
| 146 | public Enrollmen tDetermina tionInfo c reateEnrol lmentDeter minationIn fo() { | |
| 147 | re turn new E nrollmentD eterminati onInfo(); | |
| 148 | } | |
| 149 | ||
| 150 | /** | |
| 151 | * Cre ate an ins tance of { @link Phon eInfo } | |
| 152 | * | |
| 153 | */ | |
| 154 | public PhoneInfo createPho neInfo() { | |
| 155 | re turn new P honeInfo() ; | |
| 156 | } | |
| 157 | ||
| 158 | /** | |
| 159 | * Cre ate an ins tance of { @link Rate dDisabilit yInfo } | |
| 160 | * | |
| 161 | */ | |
| 162 | public RatedDisa bilityInfo createRat edDisabili tyInfo() { | |
| 163 | re turn new R atedDisabi lityInfo() ; | |
| 164 | } | |
| 165 | ||
| 166 | /** | |
| 167 | * Cre ate an ins tance of { @link Inco meTestStat usCollecti on } | |
| 168 | * | |
| 169 | */ | |
| 170 | public IncomeTes tStatusCol lection cr eateIncome TestStatus Collection () { | |
| 171 | re turn new I ncomeTestS tatusColle ction(); | |
| 172 | } | |
| 173 | ||
| 174 | /** | |
| 175 | * Cre ate an ins tance of { @link Rela tionInfo } | |
| 176 | * | |
| 177 | */ | |
| 178 | public RelationI nfo create RelationIn fo() { | |
| 179 | re turn new R elationInf o(); | |
| 180 | } | |
| 181 | ||
| 182 | /** | |
| 183 | * Cre ate an ins tance of { @link Hard shipInfo } | |
| 184 | * | |
| 185 | */ | |
| 186 | public HardshipI nfo create HardshipIn fo() { | |
| 187 | re turn new H ardshipInf o(); | |
| 188 | } | |
| 189 | ||
| 190 | /** | |
| 191 | * Cre ate an ins tance of { @link Fina ncialsInfo } | |
| 192 | * | |
| 193 | */ | |
| 194 | public Financial sInfo crea teFinancia lsInfo() { | |
| 195 | re turn new F inancialsI nfo(); | |
| 196 | } | |
| 197 | ||
| 198 | /** | |
| 199 | * Cre ate an ins tance of { @link Mili taryServic eEpisodeCo llection } | |
| 200 | * | |
| 201 | */ | |
| 202 | public MilitaryS erviceEpis odeCollect ion create MilitarySe rviceEpiso deCollecti on() { | |
| 203 | re turn new M ilitarySer viceEpisod eCollectio n(); | |
| 204 | } | |
| 205 | ||
| 206 | /** | |
| 207 | * Cre ate an ins tance of { @link Addr essCollect ion } | |
| 208 | * | |
| 209 | */ | |
| 210 | public AddressCo llection c reateAddre ssCollecti on() { | |
| 211 | re turn new A ddressColl ection(); | |
| 212 | } | |
| 213 | ||
| 214 | /** | |
| 215 | * Cre ate an ins tance of { @link Addr essInfo } | |
| 216 | * | |
| 217 | */ | |
| 218 | public AddressIn fo createA ddressInfo () { | |
| 219 | re turn new A ddressInfo (); | |
| 220 | } | |
| 221 | ||
| 222 | /** | |
| 223 | * Cre ate an ins tance of { @link Serv iceConnect ionAwardIn fo } | |
| 224 | * | |
| 225 | */ | |
| 226 | public ServiceCo nnectionAw ardInfo cr eateServic eConnectio nAwardInfo () { | |
| 227 | re turn new S erviceConn ectionAwar dInfo(); | |
| 228 | } | |
| 229 | ||
| 230 | /** | |
| 231 | * Cre ate an ins tance of { @link Inel igibilityF actorInfo } | |
| 232 | * | |
| 233 | */ | |
| 234 | public Ineligibi lityFactor Info creat eIneligibi lityFactor Info() { | |
| 235 | re turn new I neligibili tyFactorIn fo(); | |
| 236 | } | |
| 237 | ||
| 238 | /** | |
| 239 | * Cre ate an ins tance of { @link Rate dDisabilit yCollectio n } | |
| 240 | * | |
| 241 | */ | |
| 242 | public RatedDisa bilityColl ection cre ateRatedDi sabilityCo llection() { | |
| 243 | re turn new R atedDisabi lityCollec tion(); | |
| 244 | } | |
| 245 | ||
| 246 | /** | |
| 247 | * Cre ate an ins tance of { @link Empl oymentInfo } | |
| 248 | * | |
| 249 | */ | |
| 250 | public Employmen tInfo crea teEmployme ntInfo() { | |
| 251 | re turn new E mploymentI nfo(); | |
| 252 | } | |
| 253 | ||
| 254 | /** | |
| 255 | * Cre ate an ins tance of { @link FeeB asisInfo } | |
| 256 | * | |
| 257 | */ | |
| 258 | public FeeBasisI nfo create FeeBasisIn fo() { | |
| 259 | re turn new F eeBasisInf o(); | |
| 260 | } | |
| 261 | ||
| 262 | /** | |
| 263 | * Cre ate an ins tance of { @link Comb atEpisodeI nfo } | |
| 264 | * | |
| 265 | */ | |
| 266 | public CombatEpi sodeInfo c reateComba tEpisodeIn fo() { | |
| 267 | re turn new C ombatEpiso deInfo(); | |
| 268 | } | |
| 269 | ||
| 270 | /** | |
| 271 | * Cre ate an ins tance of { @link Sens itivityInf o } | |
| 272 | * | |
| 273 | */ | |
| 274 | public Sensitivi tyInfo cre ateSensiti vityInfo() { | |
| 275 | re turn new S ensitivity Info(); | |
| 276 | } | |
| 277 | ||
| 278 | /** | |
| 279 | * Cre ate an ins tance of { @link CdPr ocedureCol lection } | |
| 280 | * | |
| 281 | */ | |
| 282 | public CdProcedu reCollecti on createC dProcedure Collection () { | |
| 283 | re turn new C dProcedure Collection (); | |
| 284 | } | |
| 285 | ||
| 286 | /** | |
| 287 | * Cre ate an ins tance of { @link Spec ialFactors Info } | |
| 288 | * | |
| 289 | */ | |
| 290 | public SpecialFa ctorsInfo createSpec ialFactors Info() { | |
| 291 | re turn new S pecialFact orsInfo(); | |
| 292 | } | |
| 293 | ||
| 294 | /** | |
| 295 | * Cre ate an ins tance of { @link Elig ibilityCol lection } | |
| 296 | * | |
| 297 | */ | |
| 298 | public Eligibili tyCollecti on createE ligibility Collection () { | |
| 299 | re turn new E ligibility Collection (); | |
| 300 | } | |
| 301 | ||
| 302 | /** | |
| 303 | * Cre ate an ins tance of { @link Expe nseCollect ion } | |
| 304 | * | |
| 305 | */ | |
| 306 | public ExpenseCo llection c reateExpen seCollecti on() { | |
| 307 | re turn new E xpenseColl ection(); | |
| 308 | } | |
| 309 | ||
| 310 | /** | |
| 311 | * Cre ate an ins tance of { @link Inco meTestStat usInfo } | |
| 312 | * | |
| 313 | */ | |
| 314 | public IncomeTes tStatusInf o createIn comeTestSt atusInfo() { | |
| 315 | re turn new I ncomeTestS tatusInfo( ); | |
| 316 | } | |
| 317 | ||
| 318 | /** | |
| 319 | * Cre ate an ins tance of { @link Mili taryServic eInfo } | |
| 320 | * | |
| 321 | */ | |
| 322 | public MilitaryS erviceInfo createMil itaryServi ceInfo() { | |
| 323 | re turn new M ilitarySer viceInfo() ; | |
| 324 | } | |
| 325 | ||
| 326 | /** | |
| 327 | * Cre ate an ins tance of { @link PowE pisodeColl ection } | |
| 328 | * | |
| 329 | */ | |
| 330 | public PowEpisod eCollectio n createPo wEpisodeCo llection() { | |
| 331 | re turn new P owEpisodeC ollection( ); | |
| 332 | } | |
| 333 | ||
| 334 | /** | |
| 335 | * Cre ate an ins tance of { @link Inco meCollecti on } | |
| 336 | * | |
| 337 | */ | |
| 338 | public IncomeCol lection cr eateIncome Collection () { | |
| 339 | re turn new I ncomeColle ction(); | |
| 340 | } | |
| 341 | ||
| 342 | /** | |
| 343 | * Cre ate an ins tance of { @link EeSu mmary } | |
| 344 | * | |
| 345 | */ | |
| 346 | public EeSummary createEeS ummary() { | |
| 347 | re turn new E eSummary() ; | |
| 348 | } | |
| 349 | ||
| 350 | /** | |
| 351 | * Cre ate an ins tance of { @link Spou seFinancia lsInfo } | |
| 352 | * | |
| 353 | */ | |
| 354 | public SpouseFin ancialsInf o createSp ouseFinanc ialsInfo() { | |
| 355 | re turn new S pouseFinan cialsInfo( ); | |
| 356 | } | |
| 357 | ||
| 358 | /** | |
| 359 | * Cre ate an ins tance of { @link Conf lictExperi enceCollec tion } | |
| 360 | * | |
| 361 | */ | |
| 362 | public ConflictE xperienceC ollection createConf lictExperi enceCollec tion() { | |
| 363 | re turn new C onflictExp erienceCol lection(); | |
| 364 | } | |
| 365 | ||
| 366 | /** | |
| 367 | * Cre ate an ins tance of { @link Emai lInfo } | |
| 368 | * | |
| 369 | */ | |
| 370 | public EmailInfo createEma ilInfo() { | |
| 371 | re turn new E mailInfo() ; | |
| 372 | } | |
| 373 | ||
| 374 | /** | |
| 375 | * Cre ate an ins tance of { @link SsnC ollection } | |
| 376 | * | |
| 377 | */ | |
| 378 | public SsnCollec tion creat eSsnCollec tion() { | |
| 379 | re turn new S snCollecti on(); | |
| 380 | } | |
| 381 | ||
| 382 | /** | |
| 383 | * Cre ate an ins tance of { @link Pris onerOfWarI nfo } | |
| 384 | * | |
| 385 | */ | |
| 386 | public PrisonerO fWarInfo c reatePriso nerOfWarIn fo() { | |
| 387 | re turn new P risonerOfW arInfo(); | |
| 388 | } | |
| 389 | ||
| 390 | /** | |
| 391 | * Cre ate an ins tance of { @link CdDi agnosisCol lection } | |
| 392 | * | |
| 393 | */ | |
| 394 | public CdDiagnos isCollecti on createC dDiagnosis Collection () { | |
| 395 | re turn new C dDiagnosis Collection (); | |
| 396 | } | |
| 397 | ||
| 398 | /** | |
| 399 | * Cre ate an ins tance of { @link Deat hRecondInf o } | |
| 400 | * | |
| 401 | */ | |
| 402 | public DeathReco ndInfo cre ateDeathRe condInfo() { | |
| 403 | re turn new D eathRecond Info(); | |
| 404 | } | |
| 405 | ||
| 406 | /** | |
| 407 | * Cre ate an ins tance of { @link Inco mpetenceRu lingInfo } | |
| 408 | * | |
| 409 | */ | |
| 410 | public Incompete nceRulingI nfo create Incompeten ceRulingIn fo() { | |
| 411 | re turn new I ncompetenc eRulingInf o(); | |
| 412 | } | |
| 413 | ||
| 414 | /** | |
| 415 | * Cre ate an ins tance of { @link Canc elDeclineI nfo } | |
| 416 | * | |
| 417 | */ | |
| 418 | public CancelDec lineInfo c reateCance lDeclineIn fo() { | |
| 419 | re turn new C ancelDecli neInfo(); | |
| 420 | } | |
| 421 | ||
| 422 | /** | |
| 423 | * Cre ate an ins tance of { @link Depe ndentFinan cialsInfo } | |
| 424 | * | |
| 425 | */ | |
| 426 | public Dependent Financials Info creat eDependent Financials Info() { | |
| 427 | re turn new D ependentFi nancialsIn fo(); | |
| 428 | } | |
| 429 | ||
| 430 | /** | |
| 431 | * Cre ate an ins tance of { @link CdPr ocedureInf o } | |
| 432 | * | |
| 433 | */ | |
| 434 | public CdProcedu reInfo cre ateCdProce dureInfo() { | |
| 435 | re turn new C dProcedure Info(); | |
| 436 | } | |
| 437 | ||
| 438 | /** | |
| 439 | * Cre ate an ins tance of { @link Mili taryServic eSiteRecor dInfo } | |
| 440 | * | |
| 441 | */ | |
| 442 | public MilitaryS erviceSite RecordInfo createMil itaryServi ceSiteReco rdInfo() { | |
| 443 | re turn new M ilitarySer viceSiteRe cordInfo() ; | |
| 444 | } | |
| 445 | ||
| 446 | /** | |
| 447 | * Cre ate an ins tance of { @link PowE pisodeInfo } | |
| 448 | * | |
| 449 | */ | |
| 450 | public PowEpisod eInfo crea tePowEpiso deInfo() { | |
| 451 | re turn new P owEpisodeI nfo(); | |
| 452 | } | |
| 453 | ||
| 454 | /** | |
| 455 | * Cre ate an ins tance of { @link CdCo nditionCol lection } | |
| 456 | * | |
| 457 | */ | |
| 458 | public CdConditi onCollecti on createC dCondition Collection () { | |
| 459 | re turn new C dCondition Collection (); | |
| 460 | } | |
| 461 | ||
| 462 | /** | |
| 463 | * Cre ate an ins tance of { @link Inco meTestInfo } | |
| 464 | * | |
| 465 | */ | |
| 466 | public IncomeTes tInfo crea teIncomeTe stInfo() { | |
| 467 | re turn new I ncomeTestI nfo(); | |
| 468 | } | |
| 469 | ||
| 470 | /** | |
| 471 | * Cre ate an ins tance of { @link Phon eCollectio n } | |
| 472 | * | |
| 473 | */ | |
| 474 | public PhoneColl ection cre atePhoneCo llection() { | |
| 475 | re turn new P honeCollec tion(); | |
| 476 | } | |
| 477 | ||
| 478 | /** | |
| 479 | * Cre ate an ins tance of { @link Asso ciationCol lection } | |
| 480 | * | |
| 481 | */ | |
| 482 | public Associati onCollecti on createA ssociation Collection () { | |
| 483 | re turn new A ssociation Collection (); | |
| 484 | } | |
| 485 | ||
| 486 | /** | |
| 487 | * Cre ate an ins tance of { @link Inco meInfo } | |
| 488 | * | |
| 489 | */ | |
| 490 | public IncomeInf o createIn comeInfo() { | |
| 491 | re turn new I ncomeInfo( ); | |
| 492 | } | |
| 493 | ||
| 494 | /** | |
| 495 | * Cre ate an ins tance of { @link Mone taryBenefi tCollectio n } | |
| 496 | * | |
| 497 | */ | |
| 498 | public MonetaryB enefitColl ection cre ateMonetar yBenefitCo llection() { | |
| 499 | re turn new M onetaryBen efitCollec tion(); | |
| 500 | } | |
| 501 | ||
| 502 | /** | |
| 503 | * Cre ate an ins tance of { @link Spou seInfo } | |
| 504 | * | |
| 505 | */ | |
| 506 | public SpouseInf o createSp ouseInfo() { | |
| 507 | re turn new S pouseInfo( ); | |
| 508 | } | |
| 509 | ||
| 510 | /** | |
| 511 | * Cre ate an ins tance of { @link Mone taryBenefi tAwardInfo } | |
| 512 | * | |
| 513 | */ | |
| 514 | public MonetaryB enefitAwar dInfo crea teMonetary BenefitAwa rdInfo() { | |
| 515 | re turn new M onetaryBen efitAwardI nfo(); | |
| 516 | } | |
| 517 | ||
| 518 | /** | |
| 519 | * Cre ate an ins tance of { @link Elig ibilityInf o } | |
| 520 | * | |
| 521 | */ | |
| 522 | public Eligibili tyInfo cre ateEligibi lityInfo() { | |
| 523 | re turn new E ligibility Info(); | |
| 524 | } | |
| 525 | ||
| 526 | /** | |
| 527 | * Cre ate an ins tance of { @link Debi tInfo } | |
| 528 | * | |
| 529 | */ | |
| 530 | public DebitInfo createDeb itInfo() { | |
| 531 | re turn new D ebitInfo() ; | |
| 532 | } | |
| 533 | ||
| 534 | /** | |
| 535 | * Cre ate an ins tance of { @link FeeB asisCollec tion } | |
| 536 | * | |
| 537 | */ | |
| 538 | public FeeBasisC ollection createFeeB asisCollec tion() { | |
| 539 | re turn new F eeBasisCol lection(); | |
| 540 | } | |
| 541 | ||
| 542 | /** | |
| 543 | * Cre ate an ins tance of { @link Asse tInfo } | |
| 544 | * | |
| 545 | */ | |
| 546 | public AssetInfo createAss etInfo() { | |
| 547 | re turn new A ssetInfo() ; | |
| 548 | } | |
| 549 | ||
| 550 | /** | |
| 551 | * Cre ate an ins tance of { @link Mili taryServic eSiteRecor dCollectio n } | |
| 552 | * | |
| 553 | */ | |
| 554 | public MilitaryS erviceSite RecordColl ection cre ateMilitar yServiceSi teRecordCo llection() { | |
| 555 | re turn new M ilitarySer viceSiteRe cordCollec tion(); | |
| 556 | } | |
| 557 | ||
| 558 | /** | |
| 559 | * Cre ate an ins tance of { @link Emai lCollectio n } | |
| 560 | * | |
| 561 | */ | |
| 562 | public EmailColl ection cre ateEmailCo llection() { | |
| 563 | re turn new E mailCollec tion(); | |
| 564 | } | |
| 565 | ||
| 566 | /** | |
| 567 | * Cre ate an ins tance of { @link Cata strophicDi sabilityIn fo } | |
| 568 | * | |
| 569 | */ | |
| 570 | public Catastrop hicDisabil ityInfo cr eateCatast rophicDisa bilityInfo () { | |
| 571 | re turn new C atastrophi cDisabilit yInfo(); | |
| 572 | } | |
| 573 | ||
| 574 | /** | |
| 575 | * Cre ate an ins tance of { @link Mone taryBenefi tInfo } | |
| 576 | * | |
| 577 | */ | |
| 578 | public MonetaryB enefitInfo createMon etaryBenef itInfo() { | |
| 579 | re turn new M onetaryBen efitInfo() ; | |
| 580 | } | |
| 581 | ||
| 582 | /** | |
| 583 | * Cre ate an ins tance of { @link Bene ficiaryTra velInfo } | |
| 584 | * | |
| 585 | */ | |
| 586 | public Beneficia ryTravelIn fo createB eneficiary TravelInfo () { | |
| 587 | re turn new B eneficiary TravelInfo (); | |
| 588 | } | |
| 589 | ||
| 590 | /** | |
| 591 | * Cre ate an ins tance of { @link Elig ibilityVer ificationI nfo } | |
| 592 | * | |
| 593 | */ | |
| 594 | public Eligibili tyVerifica tionInfo c reateEligi bilityVeri ficationIn fo() { | |
| 595 | re turn new E ligibility Verificati onInfo(); | |
| 596 | } | |
| 597 | ||
| 598 | /** | |
| 599 | * Cre ate an ins tance of { @link Fina ncialState mentInfo } | |
| 600 | * | |
| 601 | */ | |
| 602 | public Financial StatementI nfo create FinancialS tatementIn fo() { | |
| 603 | re turn new F inancialSt atementInf o(); | |
| 604 | } | |
| 605 | ||
| 606 | /** | |
| 607 | * Cre ate an ins tance of { @link Expe nseInfo } | |
| 608 | * | |
| 609 | */ | |
| 610 | public ExpenseIn fo createE xpenseInfo () { | |
| 611 | re turn new E xpenseInfo (); | |
| 612 | } | |
| 613 | ||
| 614 | /** | |
| 615 | * Cre ate an ins tance of { @link CdCo nditionInf o } | |
| 616 | * | |
| 617 | */ | |
| 618 | public CdConditi onInfo cre ateCdCondi tionInfo() { | |
| 619 | re turn new C dCondition Info(); | |
| 620 | } | |
| 621 | ||
| 622 | /** | |
| 623 | * Cre ate an ins tance of { @link Bene ficiaryTra velCollect ion } | |
| 624 | * | |
| 625 | */ | |
| 626 | public Beneficia ryTravelCo llection c reateBenef iciaryTrav elCollecti on() { | |
| 627 | re turn new B eneficiary TravelColl ection(); | |
| 628 | } | |
| 629 | ||
| 630 | /** | |
| 631 | * Cre ate an ins tance of { @link Asse tCollectio n } | |
| 632 | * | |
| 633 | */ | |
| 634 | public AssetColl ection cre ateAssetCo llection() { | |
| 635 | re turn new A ssetCollec tion(); | |
| 636 | } | |
| 637 | ||
| 638 | /** | |
| 639 | * Cre ate an ins tance of { @link Spou seFinancia lsCollecti on } | |
| 640 | * | |
| 641 | */ | |
| 642 | public SpouseFin ancialsCol lection cr eateSpouse Financials Collection () { | |
| 643 | re turn new S pouseFinan cialsColle ction(); | |
| 644 | } | |
| 645 | ||
| 646 | /** | |
| 647 | * Cre ate an ins tance of { @link Depe ndentInfo } | |
| 648 | * | |
| 649 | */ | |
| 650 | public Dependent Info creat eDependent Info() { | |
| 651 | re turn new D ependentIn fo(); | |
| 652 | } | |
| 653 | ||
| 654 | /** | |
| 655 | * Cre ate an ins tance of { @link Base AddressInf o } | |
| 656 | * | |
| 657 | */ | |
| 658 | public BaseAddre ssInfo cre ateBaseAdd ressInfo() { | |
| 659 | re turn new B aseAddress Info(); | |
| 660 | } | |
| 661 | ||
| 662 | /** | |
| 663 | * Cre ate an ins tance of { @link Asso ciationInf o } | |
| 664 | * | |
| 665 | */ | |
| 666 | public Associati onInfo cre ateAssocia tionInfo() { | |
| 667 | re turn new A ssociation Info(); | |
| 668 | } | |
| 669 | ||
| 670 | /** | |
| 671 | * Cre ate an ins tance of { @link Depe ndentFinan cialsColle ction } | |
| 672 | * | |
| 673 | */ | |
| 674 | public Dependent Financials Collection createDep endentFina ncialsColl ection() { | |
| 675 | re turn new D ependentFi nancialsCo llection() ; | |
| 676 | } | |
| 677 | ||
| 678 | /** | |
| 679 | * Cre ate an ins tance of { @link Purp leHeartInf o } | |
| 680 | * | |
| 681 | */ | |
| 682 | public PurpleHea rtInfo cre atePurpleH eartInfo() { | |
| 683 | re turn new P urpleHeart Info(); | |
| 684 | } | |
| 685 | ||
| 686 | /** | |
| 687 | * Cre ate an ins tance of { @link Comb atEpisodeC ollection } | |
| 688 | * | |
| 689 | */ | |
| 690 | public CombatEpi sodeCollec tion creat eCombatEpi sodeCollec tion() { | |
| 691 | re turn new C ombatEpiso deCollecti on(); | |
| 692 | } | |
| 693 | ||
| 694 | /** | |
| 695 | * Cre ate an ins tance of { @link Conf lictExperi enceInfo } | |
| 696 | * | |
| 697 | */ | |
| 698 | public ConflictE xperienceI nfo create ConflictEx perienceIn fo() { | |
| 699 | re turn new C onflictExp erienceInf o(); | |
| 700 | } | |
| 701 | ||
| 702 | /** | |
| 703 | * Cre ate an ins tance of { @link Mili tarySexual TraumaInfo } | |
| 704 | * | |
| 705 | */ | |
| 706 | public MilitaryS exualTraum aInfo crea teMilitary SexualTrau maInfo() { | |
| 707 | re turn new M ilitarySex ualTraumaI nfo(); | |
| 708 | } | |
| 709 | ||
| 710 | /** | |
| 711 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryReq uest }{@co de >}} | |
| 712 | * | |
| 713 | */ | |
| 714 | @XmlElemen tDecl(name space = "h ttp:// URL . DNS ", name = "getEESumm aryRequest ") | |
| 715 | public JAXBEleme nt<GetEESu mmaryReque st> create GetEESumma ryRequest( GetEESumma ryRequest value) { | |
| 716 | re turn new J AXBElement <GetEESumm aryRequest >(_GetEESu mmaryReque st_QNAME, GetEESumma ryRequest. class, nul l, value); | |
| 717 | } | |
| 718 | ||
| 719 | /** | |
| 720 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryRes ponse }{@c ode >}} | |
| 721 | * | |
| 722 | */ | |
| 723 | @XmlElemen tDecl(name space = "h ttp:// URL . DNS ", name = "getEESumm aryRespons e") | |
| 724 | public JAXBEleme nt<GetEESu mmaryRespo nse> creat eGetEESumm aryRespons e(GetEESum maryRespon se value) { | |
| 725 | re turn new J AXBElement <GetEESumm aryRespons e>(_GetEES ummaryResp onse_QNAME , GetEESum maryRespon se.class, null, valu e); | |
| 726 | } | |
| 727 | ||
| 728 | /** | |
| 729 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Assoc iationInfo }{@code > }} | |
| 730 | * | |
| 731 | */ | |
| 732 | @XmlElemen tDecl(name space = "h ttp:// URL . DNS ", name = "associati on", scope = Associa tionCollec tion.class ) | |
| 733 | public JAXBEleme nt<Associa tionInfo> createAsso ciationCol lectionAss ociation(A ssociation Info value ) { | |
| 734 | re turn new J AXBElement <Associati onInfo>(_A ssociation Collection Associatio n_QNAME, A ssociation Info.class , Associat ionCollect ion.class, value); | |
| 735 | } | |
| 736 | ||
| 737 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.