Produced by Araxis Merge on 12/7/2018 11:35:51 AM Central Standard 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:\SCRUB\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice | ArrayOfNearListByPatientTO.java | Thu Oct 18 18:44:32 2018 UTC |
| 2 | C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\VeteranAppointmentRequestService\src\main\java\com\agilex\healthcare\directscheduling\mdws\generatedwsdl\schedulingservice | ArrayOfNearListByPatientTO.java | Fri Dec 7 13:05:46 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 136 |
| 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 co m.agilex.h ealthcare. directsche duling.mdw s.generate dwsdl.sche dulingserv ice; | |
| 3 | ||
| 4 | import jav a.util.Arr ayList; | |
| 5 | import jav a.util.Lis t; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlElem ent; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 10 | ||
| 11 | ||
| 12 | /** | |
| 13 | * <p>Java class for ArrayOfNe arListByPa tientTO co mplex type . | |
| 14 | * | |
| 15 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 16 | * | |
| 17 | * <pre> | |
| 18 | * <com plexType n ame="Array OfNearList ByPatientT O"> | |
| 19 | * <c omplexCont ent> | |
| 20 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 21 | * & lt;sequenc e> | |
| 22 | * <elemen t name="Ne arListByPa tientTO" t ype="{http :// DNS /Schedulin gSvc}NearL istByPatie ntTO" maxO ccurs="unb ounded" mi nOccurs="0 "/> | |
| 23 | * & lt;/sequen ce> | |
| 24 | * < ;/restrict ion> | |
| 25 | * </ complexCon tent> | |
| 26 | * </co mplexType> | |
| 27 | * </pre> | |
| 28 | * | |
| 29 | * | |
| 30 | */ | |
| 31 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 32 | @XmlType(n ame = "Arr ayOfNearLi stByPatien tTO", prop Order = { | |
| 33 | "nearL istByPatie ntTO" | |
| 34 | }) | |
| 35 | public cla ss ArrayOf NearListBy PatientTO { | |
| 36 | ||
| 37 | @XmlEl ement(name = "NearLi stByPatien tTO", nill able = tru e) | |
| 38 | protec ted List<N earListByP atientTO> nearListBy PatientTO; | |
| 39 | ||
| 40 | /** | |
| 41 | * Get s the valu e of the n earListByP atientTO p roperty. | |
| 42 | * | |
| 43 | * <p> | |
| 44 | * Thi s accessor method re turns a re ference to the live list, | |
| 45 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 46 | * ret urned list will be p resent ins ide the JA XB object. | |
| 47 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the near ListByPati entTO prop erty. | |
| 48 | * | |
| 49 | * <p> | |
| 50 | * For example, to add a n ew item, d o as follo ws: | |
| 51 | * <pr e> | |
| 52 | * getNearLis tByPatient TO().add(n ewItem); | |
| 53 | * </p re> | |
| 54 | * | |
| 55 | * | |
| 56 | * <p> | |
| 57 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 58 | * {@l ink NearLi stByPatien tTO } | |
| 59 | * | |
| 60 | * | |
| 61 | */ | |
| 62 | public List<Near ListByPati entTO> get NearListBy PatientTO( ) { | |
| 63 | if (nearList ByPatientT O == null) { | |
| 64 | nearList ByPatientT O = new Ar rayList<Ne arListByPa tientTO>() ; | |
| 65 | } | |
| 66 | re turn this. nearListBy PatientTO; | |
| 67 | } | |
| 68 | ||
| 69 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.