Produced by Araxis Merge on 10/3/2017 11:15:38 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 | DocumentInfoV4.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 | DocumentInfoV4.java | Mon Oct 2 19:54:17 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 400 |
| Changed | 3 | 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 go v.va.med.j meadows_2_ 3_3_0_2.we bservice; | |
| 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 documentI nfoV4 comp lex 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="docum entInfoV4" > | |
| 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="do cumentPati ent" type= "{http://w ebservice. bhie. URL /}patientV 4" minOccu rs="0"/> | |
| 23 | * <eleme nt name="d ocumentPat ientEmerge ncyContact " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 24 | * <eleme nt name="d ocumentPat ientNok" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 25 | * <elemen t name="do cumentPerf ormer" typ e="{http:/ /webservic e.bhie. URL /}performe rV4" minOc curs="0"/> | |
| 26 | * <elemen t name="do cumentSour ce" type=" {http://we bservice.b hie. URL /}sourceV4 " maxOccur s="unbound ed" minOcc urs="0"/> | |
| 27 | * <eleme nt name="d ocumentTit le" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 28 | * & lt;/sequen ce> | |
| 29 | * < ;/restrict ion> | |
| 30 | * </ complexCon tent> | |
| 31 | * </co mplexType> | |
| 32 | * </pre> | |
| 33 | * | |
| 34 | * | |
| 35 | */ | |
| 36 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 37 | @XmlType(n ame = "doc umentInfoV 4", namesp ace = "htt p://webser vice.bhie. URL /", propOr der = { | |
| 38 | "docum entPatient ", | |
| 39 | "docum entPatient EmergencyC ontact", | |
| 40 | "docum entPatient Nok", | |
| 41 | "docum entPerform er", | |
| 42 | "docum entSource" , | |
| 43 | "docum entTitle" | |
| 44 | }) | |
| 45 | public cla ss Documen tInfoV4 { | |
| 46 | ||
| 47 | protec ted Patien tV4 docume ntPatient; | |
| 48 | protec ted String documentP atientEmer gencyConta ct; | |
| 49 | protec ted String documentP atientNok; | |
| 50 | protec ted Perfor merV4 docu mentPerfor mer; | |
| 51 | @XmlEl ement(nill able = tru e) | |
| 52 | protec ted List<S ourceV4> d ocumentSou rce; | |
| 53 | protec ted String documentT itle; | |
| 54 | ||
| 55 | /** | |
| 56 | * Get s the valu e of the d ocumentPat ient prope rty. | |
| 57 | * | |
| 58 | * @re turn | |
| 59 | * possible object is | |
| 60 | * {@link Pa tientV4 } | |
| 61 | * | |
| 62 | */ | |
| 63 | public PatientV4 getDocume ntPatient( ) { | |
| 64 | re turn docum entPatient ; | |
| 65 | } | |
| 66 | ||
| 67 | /** | |
| 68 | * Set s the valu e of the d ocumentPat ient prope rty. | |
| 69 | * | |
| 70 | * @pa ram value | |
| 71 | * allowed o bject is | |
| 72 | * {@link Pa tientV4 } | |
| 73 | * | |
| 74 | */ | |
| 75 | public void setD ocumentPat ient(Patie ntV4 value ) { | |
| 76 | th is.documen tPatient = value; | |
| 77 | } | |
| 78 | ||
| 79 | /** | |
| 80 | * Get s the valu e of the d ocumentPat ientEmerge ncyContact property. | |
| 81 | * | |
| 82 | * @re turn | |
| 83 | * possible object is | |
| 84 | * {@link St ring } | |
| 85 | * | |
| 86 | */ | |
| 87 | public String ge tDocumentP atientEmer gencyConta ct() { | |
| 88 | re turn docum entPatient EmergencyC ontact; | |
| 89 | } | |
| 90 | ||
| 91 | /** | |
| 92 | * Set s the valu e of the d ocumentPat ientEmerge ncyContact property. | |
| 93 | * | |
| 94 | * @pa ram value | |
| 95 | * allowed o bject is | |
| 96 | * {@link St ring } | |
| 97 | * | |
| 98 | */ | |
| 99 | public void setD ocumentPat ientEmerge ncyContact (String va lue) { | |
| 100 | th is.documen tPatientEm ergencyCon tact = val ue; | |
| 101 | } | |
| 102 | ||
| 103 | /** | |
| 104 | * Get s the valu e of the d ocumentPat ientNok pr operty. | |
| 105 | * | |
| 106 | * @re turn | |
| 107 | * possible object is | |
| 108 | * {@link St ring } | |
| 109 | * | |
| 110 | */ | |
| 111 | public String ge tDocumentP atientNok( ) { | |
| 112 | re turn docum entPatient Nok; | |
| 113 | } | |
| 114 | ||
| 115 | /** | |
| 116 | * Set s the valu e of the d ocumentPat ientNok pr operty. | |
| 117 | * | |
| 118 | * @pa ram value | |
| 119 | * allowed o bject is | |
| 120 | * {@link St ring } | |
| 121 | * | |
| 122 | */ | |
| 123 | public void setD ocumentPat ientNok(St ring value ) { | |
| 124 | th is.documen tPatientNo k = value; | |
| 125 | } | |
| 126 | ||
| 127 | /** | |
| 128 | * Get s the valu e of the d ocumentPer former pro perty. | |
| 129 | * | |
| 130 | * @re turn | |
| 131 | * possible object is | |
| 132 | * {@link Pe rformerV4 } | |
| 133 | * | |
| 134 | */ | |
| 135 | public Performer V4 getDocu mentPerfor mer() { | |
| 136 | re turn docum entPerform er; | |
| 137 | } | |
| 138 | ||
| 139 | /** | |
| 140 | * Set s the valu e of the d ocumentPer former pro perty. | |
| 141 | * | |
| 142 | * @pa ram value | |
| 143 | * allowed o bject is | |
| 144 | * {@link Pe rformerV4 } | |
| 145 | * | |
| 146 | */ | |
| 147 | public void setD ocumentPer former(Per formerV4 v alue) { | |
| 148 | th is.documen tPerformer = value; | |
| 149 | } | |
| 150 | ||
| 151 | /** | |
| 152 | * Get s the valu e of the d ocumentSou rce proper ty. | |
| 153 | * | |
| 154 | * <p> | |
| 155 | * Thi s accessor method re turns a re ference to the live list, | |
| 156 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 157 | * ret urned list will be p resent ins ide the JA XB object. | |
| 158 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the docu mentSource property. | |
| 159 | * | |
| 160 | * <p> | |
| 161 | * For example, to add a n ew item, d o as follo ws: | |
| 162 | * <pr e> | |
| 163 | * getDocumen tSource(). add(newIte m); | |
| 164 | * </p re> | |
| 165 | * | |
| 166 | * | |
| 167 | * <p> | |
| 168 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 169 | * {@l ink Source V4 } | |
| 170 | * | |
| 171 | * | |
| 172 | */ | |
| 173 | public List<Sour ceV4> getD ocumentSou rce() { | |
| 174 | if (document Source == null) { | |
| 175 | document Source = n ew ArrayLi st<SourceV 4>(); | |
| 176 | } | |
| 177 | re turn this. documentSo urce; | |
| 178 | } | |
| 179 | ||
| 180 | /** | |
| 181 | * Get s the valu e of the d ocumentTit le propert y. | |
| 182 | * | |
| 183 | * @re turn | |
| 184 | * possible object is | |
| 185 | * {@link St ring } | |
| 186 | * | |
| 187 | */ | |
| 188 | public String ge tDocumentT itle() { | |
| 189 | re turn docum entTitle; | |
| 190 | } | |
| 191 | ||
| 192 | /** | |
| 193 | * Set s the valu e of the d ocumentTit le propert y. | |
| 194 | * | |
| 195 | * @pa ram value | |
| 196 | * allowed o bject is | |
| 197 | * {@link St ring } | |
| 198 | * | |
| 199 | */ | |
| 200 | public void setD ocumentTit le(String value) { | |
| 201 | th is.documen tTitle = v alue; | |
| 202 | } | |
| 203 | ||
| 204 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.