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 | AppointmentTypeTO.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 | AppointmentTypeTO.java | Fri Dec 7 13:05:46 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 322 |
| 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 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 Appointme ntTypeTO c omplex typ e. | |
| 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="Appoi ntmentType TO"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS /Schedulin gSvc}Abstr actTO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="a ctive" typ e="{http:/ /www.w3.or g/2001/XML Schema}boo lean"/> | |
| 20 | * <eleme nt name="d escription " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 21 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 22 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 23 | * <eleme nt name="s ynonym" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 24 | * & lt;/sequen ce> | |
| 25 | * < ;/extensio n> | |
| 26 | * </ complexCon tent> | |
| 27 | * </co mplexType> | |
| 28 | * </pre> | |
| 29 | * | |
| 30 | * | |
| 31 | */ | |
| 32 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 33 | @XmlType(n ame = "App ointmentTy peTO", pro pOrder = { | |
| 34 | "activ e", | |
| 35 | "descr iption", | |
| 36 | "id", | |
| 37 | "name" , | |
| 38 | "synon ym" | |
| 39 | }) | |
| 40 | public cla ss Appoint mentTypeTO | |
| 41 | extend s Abstract TO | |
| 42 | { | |
| 43 | ||
| 44 | protec ted boolea n active; | |
| 45 | protec ted String descripti on; | |
| 46 | protec ted String id; | |
| 47 | protec ted String name; | |
| 48 | protec ted String synonym; | |
| 49 | ||
| 50 | /** | |
| 51 | * Get s the valu e of the a ctive prop erty. | |
| 52 | * | |
| 53 | */ | |
| 54 | public boolean i sActive() { | |
| 55 | re turn activ e; | |
| 56 | } | |
| 57 | ||
| 58 | /** | |
| 59 | * Set s the valu e of the a ctive prop erty. | |
| 60 | * | |
| 61 | */ | |
| 62 | public void setA ctive(bool ean value) { | |
| 63 | th is.active = value; | |
| 64 | } | |
| 65 | ||
| 66 | /** | |
| 67 | * Get s the valu e of the d escription property. | |
| 68 | * | |
| 69 | * @re turn | |
| 70 | * possible object is | |
| 71 | * {@link St ring } | |
| 72 | * | |
| 73 | */ | |
| 74 | public String ge tDescripti on() { | |
| 75 | re turn descr iption; | |
| 76 | } | |
| 77 | ||
| 78 | /** | |
| 79 | * Set s the valu e of the d escription property. | |
| 80 | * | |
| 81 | * @pa ram value | |
| 82 | * allowed o bject is | |
| 83 | * {@link St ring } | |
| 84 | * | |
| 85 | */ | |
| 86 | public void setD escription (String va lue) { | |
| 87 | th is.descrip tion = val ue; | |
| 88 | } | |
| 89 | ||
| 90 | /** | |
| 91 | * Get s the valu e of the i d property . | |
| 92 | * | |
| 93 | * @re turn | |
| 94 | * possible object is | |
| 95 | * {@link St ring } | |
| 96 | * | |
| 97 | */ | |
| 98 | public String ge tId() { | |
| 99 | re turn id; | |
| 100 | } | |
| 101 | ||
| 102 | /** | |
| 103 | * Set s the valu e of the i d property . | |
| 104 | * | |
| 105 | * @pa ram value | |
| 106 | * allowed o bject is | |
| 107 | * {@link St ring } | |
| 108 | * | |
| 109 | */ | |
| 110 | public void setI d(String v alue) { | |
| 111 | th is.id = va lue; | |
| 112 | } | |
| 113 | ||
| 114 | /** | |
| 115 | * Get s the valu e of the n ame proper ty. | |
| 116 | * | |
| 117 | * @re turn | |
| 118 | * possible object is | |
| 119 | * {@link St ring } | |
| 120 | * | |
| 121 | */ | |
| 122 | public String ge tName() { | |
| 123 | re turn name; | |
| 124 | } | |
| 125 | ||
| 126 | /** | |
| 127 | * Set s the valu e of the n ame proper ty. | |
| 128 | * | |
| 129 | * @pa ram value | |
| 130 | * allowed o bject is | |
| 131 | * {@link St ring } | |
| 132 | * | |
| 133 | */ | |
| 134 | public void setN ame(String value) { | |
| 135 | th is.name = value; | |
| 136 | } | |
| 137 | ||
| 138 | /** | |
| 139 | * Get s the valu e of the s ynonym pro perty. | |
| 140 | * | |
| 141 | * @re turn | |
| 142 | * possible object is | |
| 143 | * {@link St ring } | |
| 144 | * | |
| 145 | */ | |
| 146 | public String ge tSynonym() { | |
| 147 | re turn synon ym; | |
| 148 | } | |
| 149 | ||
| 150 | /** | |
| 151 | * Set s the valu e of the s ynonym pro perty. | |
| 152 | * | |
| 153 | * @pa ram value | |
| 154 | * allowed o bject is | |
| 155 | * {@link St ring } | |
| 156 | * | |
| 157 | */ | |
| 158 | public void setS ynonym(Str ing value) { | |
| 159 | th is.synonym = value; | |
| 160 | } | |
| 161 | ||
| 162 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.