Produced by Araxis Merge on 10/3/2017 11:15:43 AM Central 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | SourceV4.java | Thu Apr 28 21:02:40 2016 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | SourceV4.java | Mon Oct 2 19:55:53 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 388 |
| 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 go v.va.med.j meadows_2_ 3_3_0_2.we bservice; | |
| 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 sourceV4 complex ty pe. | |
| 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="sourc eV4"> | |
| 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="c ustodianOr gAddress" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 20 | * <eleme nt name="c ustodianOr gName" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 21 | * <eleme nt name="c ustodianOr gPhone" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 22 | * <eleme nt name="r epresented OrgAddress " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 23 | * <eleme nt name="r epresented OrgName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 24 | * <eleme nt name="r epresented OrgPhone" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 25 | * & lt;/sequen ce> | |
| 26 | * < ;/restrict ion> | |
| 27 | * </ complexCon tent> | |
| 28 | * </co mplexType> | |
| 29 | * </pre> | |
| 30 | * | |
| 31 | * | |
| 32 | */ | |
| 33 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 34 | @XmlType(n ame = "sou rceV4", na mespace = "http://we bservice.b hie. URL /", propOr der = { | |
| 35 | "custo dianOrgAdd ress", | |
| 36 | "custo dianOrgNam e", | |
| 37 | "custo dianOrgPho ne", | |
| 38 | "repre sentedOrgA ddress", | |
| 39 | "repre sentedOrgN ame", | |
| 40 | "repre sentedOrgP hone" | |
| 41 | }) | |
| 42 | public cla ss SourceV 4 { | |
| 43 | ||
| 44 | protec ted String custodian OrgAddress ; | |
| 45 | protec ted String custodian OrgName; | |
| 46 | protec ted String custodian OrgPhone; | |
| 47 | protec ted String represent edOrgAddre ss; | |
| 48 | protec ted String represent edOrgName; | |
| 49 | protec ted String represent edOrgPhone ; | |
| 50 | ||
| 51 | /** | |
| 52 | * Get s the valu e of the c ustodianOr gAddress p roperty. | |
| 53 | * | |
| 54 | * @re turn | |
| 55 | * possible object is | |
| 56 | * {@link St ring } | |
| 57 | * | |
| 58 | */ | |
| 59 | public String ge tCustodian OrgAddress () { | |
| 60 | re turn custo dianOrgAdd ress; | |
| 61 | } | |
| 62 | ||
| 63 | /** | |
| 64 | * Set s the valu e of the c ustodianOr gAddress p roperty. | |
| 65 | * | |
| 66 | * @pa ram value | |
| 67 | * allowed o bject is | |
| 68 | * {@link St ring } | |
| 69 | * | |
| 70 | */ | |
| 71 | public void setC ustodianOr gAddress(S tring valu e) { | |
| 72 | th is.custodi anOrgAddre ss = value ; | |
| 73 | } | |
| 74 | ||
| 75 | /** | |
| 76 | * Get s the valu e of the c ustodianOr gName prop erty. | |
| 77 | * | |
| 78 | * @re turn | |
| 79 | * possible object is | |
| 80 | * {@link St ring } | |
| 81 | * | |
| 82 | */ | |
| 83 | public String ge tCustodian OrgName() { | |
| 84 | re turn custo dianOrgNam e; | |
| 85 | } | |
| 86 | ||
| 87 | /** | |
| 88 | * Set s the valu e of the c ustodianOr gName prop erty. | |
| 89 | * | |
| 90 | * @pa ram value | |
| 91 | * allowed o bject is | |
| 92 | * {@link St ring } | |
| 93 | * | |
| 94 | */ | |
| 95 | public void setC ustodianOr gName(Stri ng value) { | |
| 96 | th is.custodi anOrgName = value; | |
| 97 | } | |
| 98 | ||
| 99 | /** | |
| 100 | * Get s the valu e of the c ustodianOr gPhone pro perty. | |
| 101 | * | |
| 102 | * @re turn | |
| 103 | * possible object is | |
| 104 | * {@link St ring } | |
| 105 | * | |
| 106 | */ | |
| 107 | public String ge tCustodian OrgPhone() { | |
| 108 | re turn custo dianOrgPho ne; | |
| 109 | } | |
| 110 | ||
| 111 | /** | |
| 112 | * Set s the valu e of the c ustodianOr gPhone pro perty. | |
| 113 | * | |
| 114 | * @pa ram value | |
| 115 | * allowed o bject is | |
| 116 | * {@link St ring } | |
| 117 | * | |
| 118 | */ | |
| 119 | public void setC ustodianOr gPhone(Str ing value) { | |
| 120 | th is.custodi anOrgPhone = value; | |
| 121 | } | |
| 122 | ||
| 123 | /** | |
| 124 | * Get s the valu e of the r epresented OrgAddress property. | |
| 125 | * | |
| 126 | * @re turn | |
| 127 | * possible object is | |
| 128 | * {@link St ring } | |
| 129 | * | |
| 130 | */ | |
| 131 | public String ge tRepresent edOrgAddre ss() { | |
| 132 | re turn repre sentedOrgA ddress; | |
| 133 | } | |
| 134 | ||
| 135 | /** | |
| 136 | * Set s the valu e of the r epresented OrgAddress property. | |
| 137 | * | |
| 138 | * @pa ram value | |
| 139 | * allowed o bject is | |
| 140 | * {@link St ring } | |
| 141 | * | |
| 142 | */ | |
| 143 | public void setR epresented OrgAddress (String va lue) { | |
| 144 | th is.represe ntedOrgAdd ress = val ue; | |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Get s the valu e of the r epresented OrgName pr operty. | |
| 149 | * | |
| 150 | * @re turn | |
| 151 | * possible object is | |
| 152 | * {@link St ring } | |
| 153 | * | |
| 154 | */ | |
| 155 | public String ge tRepresent edOrgName( ) { | |
| 156 | re turn repre sentedOrgN ame; | |
| 157 | } | |
| 158 | ||
| 159 | /** | |
| 160 | * Set s the valu e of the r epresented OrgName pr operty. | |
| 161 | * | |
| 162 | * @pa ram value | |
| 163 | * allowed o bject is | |
| 164 | * {@link St ring } | |
| 165 | * | |
| 166 | */ | |
| 167 | public void setR epresented OrgName(St ring value ) { | |
| 168 | th is.represe ntedOrgNam e = value; | |
| 169 | } | |
| 170 | ||
| 171 | /** | |
| 172 | * Get s the valu e of the r epresented OrgPhone p roperty. | |
| 173 | * | |
| 174 | * @re turn | |
| 175 | * possible object is | |
| 176 | * {@link St ring } | |
| 177 | * | |
| 178 | */ | |
| 179 | public String ge tRepresent edOrgPhone () { | |
| 180 | re turn repre sentedOrgP hone; | |
| 181 | } | |
| 182 | ||
| 183 | /** | |
| 184 | * Set s the valu e of the r epresented OrgPhone p roperty. | |
| 185 | * | |
| 186 | * @pa ram value | |
| 187 | * allowed o bject is | |
| 188 | * {@link St ring } | |
| 189 | * | |
| 190 | */ | |
| 191 | public void setR epresented OrgPhone(S tring valu e) { | |
| 192 | th is.represe ntedOrgPho ne = value ; | |
| 193 | } | |
| 194 | ||
| 195 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.