Produced by Araxis Merge on 6/9/2017 3:49:49 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 | Fri Jun 9 19:49:49 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\java\gov\va\nvap\service\pdq | ObjectFactory.java | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 116 |
| 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 | // This fi le was gen erated by the JavaTM Architect ure for XM L Binding( JAXB) Refe rence Impl ementation , v2.1-b02 -fcs | |||||
| 3 | // See <a href="http ://java.su n.com/xml/ jaxb">http ://java.su n.com/xml/ jaxb</a> | |||||
| 4 | // Any mod ifications to this f ile will b e lost upo n recompil ation of t he source schema. | |||||
| 5 | // Generat ed on: 201 1.06.18 at 07:32:30 PM PDT | |||||
| 6 | // | |||||
| 7 | ||||||
| 8 | package go v.va.nvap. service.pd q; | |||||
| 9 | ||||||
| 10 | import jav ax.xml.bin d.annotati on.XmlRegi stry; | |||||
| 11 | ||||||
| 12 | /** | |||||
| 13 | * This ob ject conta ins factor y methods for each J ava conten t interfac e and Java | |||||
| 14 | * element interface generated in the go v.va.nvap. service.pd q package. | |||||
| 15 | * <p> | |||||
| 16 | * An Obje ctFactory allows you to progra matically construct new instan ces of the | |||||
| 17 | * Java re presentati on for XML content. The Java r epresentat ion of XML content | |||||
| 18 | * can con sist of sc hema deriv ed interfa ces and cl asses repr esenting t he binding | |||||
| 19 | * of sche ma type de finitions, element d eclaration s and mode l groups. Factory | |||||
| 20 | * methods for each of these a re provide d in this class. | |||||
| 21 | */ | |||||
| 22 | @XmlRegist ry | |||||
| 23 | public cla ss ObjectF actory { | |||||
| 24 | ||||||
| 25 | /* * | |||||
| 26 | * Create a new Object Factory th at can be used to cr eate new i nstances o f | |||||
| 27 | * schema de rived clas ses for pa ckage: gov .va.nvap.s ervice.pdq | |||||
| 28 | * / | |||||
| 29 | pu blic Objec tFactory() { | |||||
| 30 | } | |||||
| 31 | ||||||
| 32 | /* * | |||||
| 33 | * Create an instance of {@link Error } | |||||
| 34 | * / | |||||
| 35 | pu blic Error createErr or() { | |||||
| 36 | retu rn new Err or(); | |||||
| 37 | } | |||||
| 38 | ||||||
| 39 | /* * | |||||
| 40 | * Create an instance of {@link Facility } | |||||
| 41 | * / | |||||
| 42 | pu blic Facil ity create Facility() { | |||||
| 43 | retu rn new Fac ility(); | |||||
| 44 | } | |||||
| 45 | ||||||
| 46 | /* * | |||||
| 47 | * Create an instance of {@link PatientCor relationsQ uery } | |||||
| 48 | * / | |||||
| 49 | pu blic Patie ntCorrelat ionsQuery createPati entCorrela tionsQuery () { | |||||
| 50 | retu rn new Pat ientCorrel ationsQuer y(); | |||||
| 51 | } | |||||
| 52 | ||||||
| 53 | /* * | |||||
| 54 | * Create an instance of {@link PatientCor relationsR esponse } | |||||
| 55 | * / | |||||
| 56 | pu blic Patie ntCorrelat ionsRespon se createP atientCorr elationsRe sponse() { | |||||
| 57 | retu rn new Pat ientCorrel ationsResp onse(); | |||||
| 58 | } | |||||
| 59 | ||||||
| 60 | /* * | |||||
| 61 | * Create an instance of {@link PatientDem ographics } | |||||
| 62 | * / | |||||
| 63 | pu blic Patie ntDemograp hics creat ePatientDe mographics () { | |||||
| 64 | retu rn new Pat ientDemogr aphics(); | |||||
| 65 | } | |||||
| 66 | ||||||
| 67 | /* * | |||||
| 68 | * Create an instance of {@link PatientDem ographicsQ uery } | |||||
| 69 | * / | |||||
| 70 | pu blic Patie ntDemograp hicsQuery createPati entDemogra phicsQuery () { | |||||
| 71 | retu rn new Pat ientDemogr aphicsQuer y(); | |||||
| 72 | } | |||||
| 73 | ||||||
| 74 | /* * | |||||
| 75 | * Create an instance of {@link PatientDem ographicsR esponse } | |||||
| 76 | * / | |||||
| 77 | pu blic Patie ntDemograp hicsRespon se createP atientDemo graphicsRe sponse() { | |||||
| 78 | retu rn new Pat ientDemogr aphicsResp onse(); | |||||
| 79 | } | |||||
| 80 | ||||||
| 81 | /* * | |||||
| 82 | * Create an instance of {@link PatientMat chQuery } | |||||
| 83 | * / | |||||
| 84 | pu blic Patie ntMatchQue ry createP atientMatc hQuery() { | |||||
| 85 | retu rn new Pat ientMatchQ uery(); | |||||
| 86 | } | |||||
| 87 | ||||||
| 88 | /* * | |||||
| 89 | * Create an instance of {@link PatientMat chResponse } | |||||
| 90 | * / | |||||
| 91 | pu blic Patie ntMatchRes ponse crea tePatientM atchRespon se() { | |||||
| 92 | retu rn new Pat ientMatchR esponse(); | |||||
| 93 | } | |||||
| 94 | ||||||
| 95 | /* * | |||||
| 96 | * Create an instance of {@link PatientMat chResponse .Patients } | |||||
| 97 | * / | |||||
| 98 | pu blic Patie ntMatchRes ponse.Pati ents creat ePatientMa tchRespons ePatients( ) { | |||||
| 99 | retu rn new Pat ientMatchR esponse.Pa tients(); | |||||
| 100 | } | |||||
| 101 | ||||||
| 102 | /* * | |||||
| 103 | * Create an instance of {@link PatientPro file } | |||||
| 104 | * / | |||||
| 105 | pu blic Patie ntProfile createPati entProfile () { | |||||
| 106 | retu rn new Pat ientProfil e(); | |||||
| 107 | } | |||||
| 108 | ||||||
| 109 | /* * | |||||
| 110 | * Create an instance of {@link RemovePati entCorrela tionReques t } | |||||
| 111 | * / | |||||
| 112 | pu blic Remov ePatientCo rrelationR equest cre ateRemoveP atientCorr elationReq uest() { | |||||
| 113 | retu rn new Rem ovePatient Correlatio nRequest() ; | |||||
| 114 | } | |||||
| 115 | ||||||
| 116 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.