Produced by Araxis Merge on 6/11/2019 10:54:10 AM 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 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\cds\ars | ObjectFactory.java | Wed May 29 15:26:30 2019 UTC |
| 2 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\cds\ars | ObjectFactory.java | Mon Jun 10 19:33:14 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 6 | 838 |
| Changed | 5 | 16 |
| 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.c ds.ars; | |
| 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 .cds.ars p ackage. | |
| 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 | privat e final st atic QName _Report_Q NAME = new QName("Re port", "re port"); | |
| 28 | private fi nal static QName _Is AliveRespo nse_QNAME = new QNam e("http:// DNS . URL /", "isAli veResponse "); | |
| 29 | private fi nal static QName _Re adAggregat eDataRespo nse_QNAME = new QNam e("http:// DNS . URL /", "readA ggregateDa taResponse "); | |
| 30 | private fi nal static QName _Re adAggregat eData_QNAM E = new QN ame("http: // DNS . URL /", "readA ggregateDa ta"); | |
| 31 | private fi nal static QName _Is Alive_QNAM E = new QN ame("http: // DNS . URL /", "isAli ve"); | |
| 32 | privat e final st atic QName _HtReport Filter_QNA ME = new Q Name("HTRe portFilter ", "htRepo rtFilter") ; | |
| 33 | ||
| 34 | /** | |
| 35 | * 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.cds.a rs | |
| 36 | * | |
| 37 | */ | |
| 38 | public ObjectFac tory() { | |
| 39 | } | |
| 40 | ||
| 41 | /** | |
| 42 | * Cre ate an ins tance of { @link PSRe portFilter Type } | |
| 43 | * | |
| 44 | */ | |
| 45 | public PSReportF ilterType createPSRe portFilter Type() { | |
| 46 | re turn new P SReportFil terType(); | |
| 47 | } | |
| 48 | ||
| 49 | /** | |
| 50 | * Cre ate an ins tance of { @link HTRe sponseType } | |
| 51 | * | |
| 52 | */ | |
| 53 | public HTRespons eType crea teHTRespon seType() { | |
| 54 | re turn new H TResponseT ype(); | |
| 55 | } | |
| 56 | ||
| 57 | /** | |
| 58 | * Cre ate an ins tance of { @link Loca tionReport DataType } | |
| 59 | * | |
| 60 | */ | |
| 61 | public LocationR eportDataT ype create LocationRe portDataTy pe() { | |
| 62 | re turn new L ocationRep ortDataTyp e(); | |
| 63 | } | |
| 64 | ||
| 65 | /** | |
| 66 | * Cre ate an ins tance of { @link PSRe portFilter BaseType } | |
| 67 | * | |
| 68 | */ | |
| 69 | public PSReportF ilterBaseT ype create PSReportFi lterBaseTy pe() { | |
| 70 | re turn new P SReportFil terBaseTyp e(); | |
| 71 | } | |
| 72 | ||
| 73 | /** | |
| 74 | * Cre ate an ins tance of { @link Dist ributionRe portFilter Type } | |
| 75 | * | |
| 76 | */ | |
| 77 | public Distribut ionReportF ilterType createDist ributionRe portFilter Type() { | |
| 78 | re turn new D istributio nReportFil terType(); | |
| 79 | } | |
| 80 | ||
| 81 | /** | |
| 82 | * Cre ate an ins tance of { @link Nati onalDistri butionRepo rtDataType } | |
| 83 | * | |
| 84 | */ | |
| 85 | public NationalD istributio nReportDat aType crea teNational Distributi onReportDa taType() { | |
| 86 | re turn new N ationalDis tributionR eportDataT ype(); | |
| 87 | } | |
| 88 | ||
| 89 | /** | |
| 90 | * Cre ate an ins tance of { @link PSRe portFilter Type.Repor tQuestions } | |
| 91 | * | |
| 92 | */ | |
| 93 | public PSReportF ilterType. ReportQues tions crea tePSReport FilterType ReportQues tions() { | |
| 94 | re turn new P SReportFil terType.Re portQuesti ons(); | |
| 95 | } | |
| 96 | ||
| 97 | /** | |
| 98 | * Cre ate an ins tance of { @link VR12 LocationRe portDataTy pe } | |
| 99 | * | |
| 100 | */ | |
| 101 | public VR12Locat ionReportD ataType cr eateVR12Lo cationRepo rtDataType () { | |
| 102 | re turn new V R12Locatio nReportDat aType(); | |
| 103 | } | |
| 104 | ||
| 105 | /** | |
| 106 | * Cre ate an ins tance of { @link VR12 ReportData Type } | |
| 107 | * | |
| 108 | */ | |
| 109 | public VR12Repor tDataType createVR12 ReportData Type() { | |
| 110 | re turn new V R12ReportD ataType(); | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Cre ate an ins tance of { @link Repo rtDateFilt erType } | |
| 115 | * | |
| 116 | */ | |
| 117 | public ReportDat eFilterTyp e createRe portDateFi lterType() { | |
| 118 | re turn new R eportDateF ilterType( ); | |
| 119 | } | |
| 120 | ||
| 121 | /** | |
| 122 | * Cre ate an ins tance of { @link Repo rtGeograph icalAreaTy pe } | |
| 123 | * | |
| 124 | */ | |
| 125 | public ReportGeo graphicalA reaType cr eateReport Geographic alAreaType () { | |
| 126 | re turn new R eportGeogr aphicalAre aType(); | |
| 127 | } | |
| 128 | ||
| 129 | /** | |
| 130 | * Cre ate an ins tance of { @link VR12 ReportFilt erType } | |
| 131 | * | |
| 132 | */ | |
| 133 | public VR12Repor tFilterTyp e createVR 12ReportFi lterType() { | |
| 134 | re turn new V R12ReportF ilterType( ); | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Cre ate an ins tance of { @link Tren dReportDat aType } | |
| 139 | * | |
| 140 | */ | |
| 141 | public TrendRepo rtDataType createTre ndReportDa taType() { | |
| 142 | re turn new T rendReport DataType() ; | |
| 143 | } | |
| 144 | ||
| 145 | /** | |
| 146 | * Cre ate an ins tance of { @link HTBa seReportTy pe } | |
| 147 | * | |
| 148 | */ | |
| 149 | public HTBaseRep ortType cr eateHTBase ReportType () { | |
| 150 | re turn new H TBaseRepor tType(); | |
| 151 | } | |
| 152 | ||
| 153 | /** | |
| 154 | * Cre ate an ins tance of { @link HTBa seReportFi lterType } | |
| 155 | * | |
| 156 | */ | |
| 157 | public HTBaseRep ortFilterT ype create HTBaseRepo rtFilterTy pe() { | |
| 158 | re turn new H TBaseRepor tFilterTyp e(); | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Cre ate an ins tance of { @link Nati onalDistri butionRepo rtBaseType } | |
| 163 | * | |
| 164 | */ | |
| 165 | public NationalD istributio nReportBas eType crea teNational Distributi onReportBa seType() { | |
| 166 | re turn new N ationalDis tributionR eportBaseT ype(); | |
| 167 | } | |
| 168 | ||
| 169 | /** | |
| 170 | * Cre ate an ins tance of { @link PSLo cationRepo rtDataType } | |
| 171 | * | |
| 172 | */ | |
| 173 | public PSLocatio nReportDat aType crea tePSLocati onReportDa taType() { | |
| 174 | re turn new P SLocationR eportDataT ype(); | |
| 175 | } | |
| 176 | ||
| 177 | /** | |
| 178 | * Cre ate an ins tance of { @link IsAl iveRespons e } | |
| 179 | * | |
| 180 | */ | |
| 181 | public IsAliveRe sponse cre ateIsAlive Response() { | |
| 182 | re turn new I sAliveResp onse(); | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Cre ate an ins tance of { @link PSRe portDataTy pe } | |
| 187 | * | |
| 188 | */ | |
| 189 | public PSReportD ataType cr eatePSRepo rtDataType () { | |
| 190 | re turn new P SReportDat aType(); | |
| 191 | } | |
| 192 | ||
| 193 | /** | |
| 194 | * Cre ate an ins tance of { @link Read AggregateD ataRespons e } | |
| 195 | * | |
| 196 | */ | |
| 197 | public ReadAggre gateDataRe sponse cre ateReadAgg regateData Response() { | |
| 198 | re turn new R eadAggrega teDataResp onse(); | |
| 199 | } | |
| 200 | ||
| 201 | /** | |
| 202 | * Cre ate an ins tance of { @link Erro rType } | |
| 203 | * | |
| 204 | */ | |
| 205 | public ErrorType createErr orType() { | |
| 206 | re turn new E rrorType() ; | |
| 207 | } | |
| 208 | ||
| 209 | /** | |
| 210 | * Cre ate an ins tance of { @link IsAl ive } | |
| 211 | * | |
| 212 | */ | |
| 213 | public IsAlive c reateIsAli ve() { | |
| 214 | re turn new I sAlive(); | |
| 215 | } | |
| 216 | ||
| 217 | /** | |
| 218 | * Cre ate an ins tance of { @link Dist ributionRe portBaseTy pe } | |
| 219 | * | |
| 220 | */ | |
| 221 | public Distribut ionReportB aseType cr eateDistri butionRepo rtBaseType () { | |
| 222 | re turn new D istributio nReportBas eType(); | |
| 223 | } | |
| 224 | ||
| 225 | /** | |
| 226 | * Cre ate an ins tance of { @link HTRe portFilter Type } | |
| 227 | * | |
| 228 | */ | |
| 229 | public HTReportF ilterType createHTRe portFilter Type() { | |
| 230 | re turn new H TReportFil terType(); | |
| 231 | } | |
| 232 | ||
| 233 | /** | |
| 234 | * Cre ate an ins tance of { @link Nati onalDistri butionLoca tionReport DataType } | |
| 235 | * | |
| 236 | */ | |
| 237 | public NationalD istributio nLocationR eportDataT ype create NationalDi stribution LocationRe portDataTy pe() { | |
| 238 | re turn new N ationalDis tributionL ocationRep ortDataTyp e(); | |
| 239 | } | |
| 240 | ||
| 241 | /** | |
| 242 | * Cre ate an ins tance of { @link Tren dReportFil terType } | |
| 243 | * | |
| 244 | */ | |
| 245 | public TrendRepo rtFilterTy pe createT rendReport FilterType () { | |
| 246 | re turn new T rendReport FilterType (); | |
| 247 | } | |
| 248 | ||
| 249 | /** | |
| 250 | * Cre ate an ins tance of { @link PSRe portBaseTy pe } | |
| 251 | * | |
| 252 | */ | |
| 253 | public PSReportB aseType cr eatePSRepo rtBaseType () { | |
| 254 | re turn new P SReportBas eType(); | |
| 255 | } | |
| 256 | ||
| 257 | /** | |
| 258 | * Cre ate an ins tance of { @link Tren dReportBas eType } | |
| 259 | * | |
| 260 | */ | |
| 261 | public TrendRepo rtBaseType createTre ndReportBa seType() { | |
| 262 | re turn new T rendReport BaseType() ; | |
| 263 | } | |
| 264 | ||
| 265 | /** | |
| 266 | * Cre ate an ins tance of { @link Dist ributionLo cationRepo rtDataType } | |
| 267 | * | |
| 268 | */ | |
| 269 | public Distribut ionLocatio nReportDat aType crea teDistribu tionLocati onReportDa taType() { | |
| 270 | re turn new D istributio nLocationR eportDataT ype(); | |
| 271 | } | |
| 272 | ||
| 273 | /** | |
| 274 | * Cre ate an ins tance of { @link Repo rtGeograph icalAreaDa teFilterTy pe } | |
| 275 | * | |
| 276 | */ | |
| 277 | public ReportGeo graphicalA reaDateFil terType cr eateReport Geographic alAreaDate FilterType () { | |
| 278 | re turn new R eportGeogr aphicalAre aDateFilte rType(); | |
| 279 | } | |
| 280 | ||
| 281 | /** | |
| 282 | * Cre ate an ins tance of { @link PsSu rveyQuesti onType } | |
| 283 | * | |
| 284 | */ | |
| 285 | public PsSurveyQ uestionTyp e createPs SurveyQues tionType() { | |
| 286 | re turn new P sSurveyQue stionType( ); | |
| 287 | } | |
| 288 | ||
| 289 | /** | |
| 290 | * Cre ate an ins tance of { @link Erro rSectionTy pe } | |
| 291 | * | |
| 292 | */ | |
| 293 | public ErrorSect ionType cr eateErrorS ectionType () { | |
| 294 | re turn new E rrorSectio nType(); | |
| 295 | } | |
| 296 | ||
| 297 | /** | |
| 298 | * Cre ate an ins tance of { @link Read AggregateD ata } | |
| 299 | * | |
| 300 | */ | |
| 301 | public ReadAggre gateData c reateReadA ggregateDa ta() { | |
| 302 | re turn new R eadAggrega teData(); | |
| 303 | } | |
| 304 | ||
| 305 | /** | |
| 306 | * Cre ate an ins tance of { @link HTBa seGeograph icalAreaRe portFilter Type } | |
| 307 | * | |
| 308 | */ | |
| 309 | public HTBaseGeo graphicalA reaReportF ilterType createHTBa seGeograph icalAreaRe portFilter Type() { | |
| 310 | re turn new H TBaseGeogr aphicalAre aReportFil terType(); | |
| 311 | } | |
| 312 | ||
| 313 | /** | |
| 314 | * Cre ate an ins tance of { @link Repo rtFilterTy pe } | |
| 315 | * | |
| 316 | */ | |
| 317 | public ReportFil terType cr eateReport FilterType () { | |
| 318 | re turn new R eportFilte rType(); | |
| 319 | } | |
| 320 | ||
| 321 | /** | |
| 322 | * Cre ate an ins tance of { @link Nati onalDistri butionRepo rtFilterTy pe } | |
| 323 | * | |
| 324 | */ | |
| 325 | public NationalD istributio nReportFil terType cr eateNation alDistribu tionReport FilterType () { | |
| 326 | re turn new N ationalDis tributionR eportFilte rType(); | |
| 327 | } | |
| 328 | ||
| 329 | /** | |
| 330 | * Cre ate an ins tance of { @link Dist ributionRe portDataTy pe } | |
| 331 | * | |
| 332 | */ | |
| 333 | public Distribut ionReportD ataType cr eateDistri butionRepo rtDataType () { | |
| 334 | re turn new D istributio nReportDat aType(); | |
| 335 | } | |
| 336 | ||
| 337 | /** | |
| 338 | * Cre ate an ins tance of { @link Geog raphicalAr eaType } | |
| 339 | * | |
| 340 | */ | |
| 341 | public Geographi calAreaTyp e createGe ographical AreaType() { | |
| 342 | re turn new G eographica lAreaType( ); | |
| 343 | } | |
| 344 | ||
| 345 | /** | |
| 346 | * Cre ate an ins tance of { @link HTBa seGeograph icalAreaDa teReportFi lterType } | |
| 347 | * | |
| 348 | */ | |
| 349 | public HTBaseGeo graphicalA reaDateRep ortFilterT ype create HTBaseGeog raphicalAr eaDateRepo rtFilterTy pe() { | |
| 350 | re turn new H TBaseGeogr aphicalAre aDateRepor tFilterTyp e(); | |
| 351 | } | |
| 352 | ||
| 353 | /** | |
| 354 | * Cre ate an ins tance of { @link VR12 ReportBase Type } | |
| 355 | * | |
| 356 | */ | |
| 357 | public VR12Repor tBaseType createVR12 ReportBase Type() { | |
| 358 | re turn new V R12ReportB aseType(); | |
| 359 | } | |
| 360 | ||
| 361 | /** | |
| 362 | * Cre ate an ins tance of { @link HTRe portType } | |
| 363 | * | |
| 364 | */ | |
| 365 | public HTReportT ype create HTReportTy pe() { | |
| 366 | re turn new H TReportTyp e(); | |
| 367 | } | |
| 368 | ||
| 369 | /** | |
| 370 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link HTRep ortType }{ @code >}} | |
| 371 | * | |
| 372 | */ | |
| 373 | @XmlEl ementDecl( namespace = "Report" , name = " report") | |
| 374 | public JAXBEleme nt<HTRepor tType> cre ateReport( HTReportTy pe value) { | |
| 375 | re turn new J AXBElement <HTReportT ype>(_Repo rt_QNAME, HTReportTy pe.class, null, valu e); | |
| 376 | } | |
| 377 | ||
| 378 | /** | |
| 379 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsAli veResponse }{@code > }} | |
| 380 | * | |
| 381 | */ | |
| 382 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isAliveR esponse") | |
| 383 | public JAXBEleme nt<IsAlive Response> createIsAl iveRespons e(IsAliveR esponse va lue) { | |
| 384 | re turn new J AXBElement <IsAliveRe sponse>(_I sAliveResp onse_QNAME , IsAliveR esponse.cl ass, null, value); | |
| 385 | } | |
| 386 | ||
| 387 | /** | |
| 388 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link ReadA ggregateDa taResponse }{@code > }} | |
| 389 | * | |
| 390 | */ | |
| 391 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "readAggr egateDataR esponse") | |
| 392 | public JAXBEleme nt<ReadAgg regateData Response> createRead AggregateD ataRespons e(ReadAggr egateDataR esponse va lue) { | |
| 393 | re turn new J AXBElement <ReadAggre gateDataRe sponse>(_R eadAggrega teDataResp onse_QNAME , ReadAggr egateDataR esponse.cl ass, null, value); | |
| 394 | } | |
| 395 | ||
| 396 | /** | |
| 397 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link ReadA ggregateDa ta }{@code >}} | |
| 398 | * | |
| 399 | */ | |
| 400 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "readAggr egateData" ) | |
| 401 | public JAXBEleme nt<ReadAgg regateData > createRe adAggregat eData(Read AggregateD ata value) { | |
| 402 | re turn new J AXBElement <ReadAggre gateData>( _ReadAggre gateData_Q NAME, Read AggregateD ata.class, null, val ue); | |
| 403 | } | |
| 404 | ||
| 405 | /** | |
| 406 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link IsAli ve }{@code >}} | |
| 407 | * | |
| 408 | */ | |
| 409 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /", name = "isAlive" ) | |
| 410 | public JAXBEleme nt<IsAlive > createIs Alive(IsAl ive value) { | |
| 411 | re turn new J AXBElement <IsAlive>( _IsAlive_Q NAME, IsAl ive.class, null, val ue); | |
| 412 | } | |
| 413 | ||
| 414 | /** | |
| 415 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link HTRep ortFilterT ype }{@cod e >}} | |
| 416 | * | |
| 417 | */ | |
| 418 | @XmlEl ementDecl( namespace = "HTRepor tFilter", name = "ht ReportFilt er") | |
| 419 | public JAXBEleme nt<HTRepor tFilterTyp e> createH tReportFil ter(HTRepo rtFilterTy pe value) { | |
| 420 | re turn new J AXBElement <HTReportF ilterType> (_HtReport Filter_QNA ME, HTRepo rtFilterTy pe.class, null, valu e); | |
| 421 | } | |
| 422 | ||
| 423 | pu blic Censu sWeeklyVen dorReportS tatusFilte rType crea teCensusWe eklyVendor ReportStat usFilterTy pe() { | |
| 424 | retu rn new Cen susWeeklyV endorRepor tStatusFil terType(); | |
| 425 | } | |
| 426 | ||
| 427 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.