Produced by Araxis Merge on 12/7/2018 11:35:53 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 | DemographicSetTO.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 | DemographicSetTO.java | Fri Dec 7 13:05:50 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 328 |
| Changed | 1 | 8 |
| 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 ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 7 | ||
| 8 | ||
| 9 | /** | |
| 10 | * <p>Java class for Demograph icSetTO co mplex type . | |
| 11 | * | |
| 12 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 13 | * | |
| 14 | * <pre> | |
| 15 | * <com plexType n ame="Demog raphicSetT O"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="t ag" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 20 | * <elemen t name="ad dresses" t ype="{http :// DNS /Schedulin gSvc}Array OfAddressT O" minOccu rs="0"/> | |
| 21 | * <elemen t name="ph ones" type ="{http:// DNS /Schedulin gSvc}Array OfPhoneNum TO" minOcc urs="0"/> | |
| 22 | * <elemen t name="em ailAddress es" type=" {http:// DNS /Schedulin gSvc}Array OfString" minOccurs= "0"/> | |
| 23 | * <elemen t name="na mes" type= "{http:// DNS /Schedulin gSvc}Array OfString" minOccurs= "0"/> | |
| 24 | * & lt;/sequen ce> | |
| 25 | * < ;/restrict ion> | |
| 26 | * </ complexCon tent> | |
| 27 | * </co mplexType> | |
| 28 | * </pre> | |
| 29 | * | |
| 30 | * | |
| 31 | */ | |
| 32 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 33 | @XmlType(n ame = "Dem ographicSe tTO", prop Order = { | |
| 34 | "tag", | |
| 35 | "addre sses", | |
| 36 | "phone s", | |
| 37 | "email Addresses" , | |
| 38 | "names " | |
| 39 | }) | |
| 40 | public cla ss Demogra phicSetTO { | |
| 41 | ||
| 42 | protec ted String tag; | |
| 43 | protec ted ArrayO fAddressTO addresses ; | |
| 44 | protec ted ArrayO fPhoneNumT O phones; | |
| 45 | protec ted ArrayO fString em ailAddress es; | |
| 46 | protec ted ArrayO fString na mes; | |
| 47 | ||
| 48 | /** | |
| 49 | * Get s the valu e of the t ag propert y. | |
| 50 | * | |
| 51 | * @re turn | |
| 52 | * possible object is | |
| 53 | * {@link St ring } | |
| 54 | * | |
| 55 | */ | |
| 56 | public String ge tTag() { | |
| 57 | re turn tag; | |
| 58 | } | |
| 59 | ||
| 60 | /** | |
| 61 | * Set s the valu e of the t ag propert y. | |
| 62 | * | |
| 63 | * @pa ram value | |
| 64 | * allowed o bject is | |
| 65 | * {@link St ring } | |
| 66 | * | |
| 67 | */ | |
| 68 | public void setT ag(String value) { | |
| 69 | th is.tag = v alue; | |
| 70 | } | |
| 71 | ||
| 72 | /** | |
| 73 | * Get s the valu e of the a ddresses p roperty. | |
| 74 | * | |
| 75 | * @re turn | |
| 76 | * possible object is | |
| 77 | * {@link Ar rayOfAddre ssTO } | |
| 78 | * | |
| 79 | */ | |
| 80 | public ArrayOfAd dressTO ge tAddresses () { | |
| 81 | re turn addre sses; | |
| 82 | } | |
| 83 | ||
| 84 | /** | |
| 85 | * Set s the valu e of the a ddresses p roperty. | |
| 86 | * | |
| 87 | * @pa ram value | |
| 88 | * allowed o bject is | |
| 89 | * {@link Ar rayOfAddre ssTO } | |
| 90 | * | |
| 91 | */ | |
| 92 | public void setA ddresses(A rrayOfAddr essTO valu e) { | |
| 93 | th is.address es = value ; | |
| 94 | } | |
| 95 | ||
| 96 | /** | |
| 97 | * Get s the valu e of the p hones prop erty. | |
| 98 | * | |
| 99 | * @re turn | |
| 100 | * possible object is | |
| 101 | * {@link Ar rayOfPhone NumTO } | |
| 102 | * | |
| 103 | */ | |
| 104 | public ArrayOfPh oneNumTO g etPhones() { | |
| 105 | re turn phone s; | |
| 106 | } | |
| 107 | ||
| 108 | /** | |
| 109 | * Set s the valu e of the p hones prop erty. | |
| 110 | * | |
| 111 | * @pa ram value | |
| 112 | * allowed o bject is | |
| 113 | * {@link Ar rayOfPhone NumTO } | |
| 114 | * | |
| 115 | */ | |
| 116 | public void setP hones(Arra yOfPhoneNu mTO value) { | |
| 117 | th is.phones = value; | |
| 118 | } | |
| 119 | ||
| 120 | /** | |
| 121 | * Get s the valu e of the e mailAddres ses proper ty. | |
| 122 | * | |
| 123 | * @re turn | |
| 124 | * possible object is | |
| 125 | * {@link Ar rayOfStrin g } | |
| 126 | * | |
| 127 | */ | |
| 128 | public ArrayOfSt ring getEm ailAddress es() { | |
| 129 | re turn email Addresses; | |
| 130 | } | |
| 131 | ||
| 132 | /** | |
| 133 | * Set s the valu e of the e mailAddres ses proper ty. | |
| 134 | * | |
| 135 | * @pa ram value | |
| 136 | * allowed o bject is | |
| 137 | * {@link Ar rayOfStrin g } | |
| 138 | * | |
| 139 | */ | |
| 140 | public void setE mailAddres ses(ArrayO fString va lue) { | |
| 141 | th is.emailAd dresses = value; | |
| 142 | } | |
| 143 | ||
| 144 | /** | |
| 145 | * Get s the valu e of the n ames prope rty. | |
| 146 | * | |
| 147 | * @re turn | |
| 148 | * possible object is | |
| 149 | * {@link Ar rayOfStrin g } | |
| 150 | * | |
| 151 | */ | |
| 152 | public ArrayOfSt ring getNa mes() { | |
| 153 | re turn names ; | |
| 154 | } | |
| 155 | ||
| 156 | /** | |
| 157 | * Set s the valu e of the n ames prope rty. | |
| 158 | * | |
| 159 | * @pa ram value | |
| 160 | * allowed o bject is | |
| 161 | * {@link Ar rayOfStrin g } | |
| 162 | * | |
| 163 | */ | |
| 164 | public void setN ames(Array OfString v alue) { | |
| 165 | th is.names = value; | |
| 166 | } | |
| 167 | ||
| 168 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.