Produced by Araxis Merge on 4/9/2018 9:55:13 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 | PS_INB_ERX_3.0.1.011.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | GetDeliveryPreferenceResponse.java | Wed Dec 20 23:47:02 2017 UTC |
| 2 | PS_INB_ERX_3.0.1.011.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | GetDeliveryPreferenceResponse.java | Thu Apr 5 20:46:30 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 332 |
| 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.p harmacy.ws clients.eA nde; | |
| 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.XmlSche maType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for getDelive ryPreferen ceResponse complex t ype. | |
| 13 | * | |
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 15 | * | |
| 16 | * <pre> | |
| 17 | * <com plexType n ame="getDe liveryPref erenceResp onse"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <elemen t name="de liveryPref erence" ty pe="{http: // URL /schemas}d eliveryPre ferences" minOccurs= "0"/> | |
| 22 | * <eleme nt name="i nvocationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/& gt; | |
| 23 | * <eleme nt name="e esVersion" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 24 | * <eleme nt name="s tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt; | |
| 25 | * <eleme nt name="m essage" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 26 | * & lt;/all> ; | |
| 27 | * < ;/restrict ion> | |
| 28 | * </ complexCon tent> | |
| 29 | * </co mplexType& gt; | |
| 30 | * </pre> | |
| 31 | * | |
| 32 | * | |
| 33 | */ | |
| 34 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 35 | @XmlType(n ame = "get DeliveryPr eferenceRe sponse", p ropOrder = { | |
| 36 | ||
| 37 | }) | |
| 38 | public cla ss GetDeli veryPrefer enceRespon se { | |
| 39 | ||
| 40 | protec ted Delive ryPreferen ces delive ryPreferen ce; | |
| 41 | @XmlSc hemaType(n ame = "dat eTime") | |
| 42 | protec ted XMLGre gorianCale ndar invoc ationDate; | |
| 43 | protec ted String eesVersio n; | |
| 44 | protec ted String status; | |
| 45 | protec ted String message; | |
| 46 | ||
| 47 | /** | |
| 48 | * Get s the valu e of the d eliveryPre ference pr operty. | |
| 49 | * | |
| 50 | * @re turn | |
| 51 | * possible object is | |
| 52 | * {@link De liveryPref erences } | |
| 53 | * | |
| 54 | */ | |
| 55 | public DeliveryP references getDelive ryPreferen ce() { | |
| 56 | re turn deliv eryPrefere nce; | |
| 57 | } | |
| 58 | ||
| 59 | /** | |
| 60 | * Set s the valu e of the d eliveryPre ference pr operty. | |
| 61 | * | |
| 62 | * @pa ram value | |
| 63 | * allowed o bject is | |
| 64 | * {@link De liveryPref erences } | |
| 65 | * | |
| 66 | */ | |
| 67 | public void setD eliveryPre ference(De liveryPref erences va lue) { | |
| 68 | th is.deliver yPreferenc e = value; | |
| 69 | } | |
| 70 | ||
| 71 | /** | |
| 72 | * Get s the valu e of the i nvocationD ate proper ty. | |
| 73 | * | |
| 74 | * @re turn | |
| 75 | * possible object is | |
| 76 | * {@link XM LGregorian Calendar } | |
| 77 | * | |
| 78 | */ | |
| 79 | public XMLGregor ianCalenda r getInvoc ationDate( ) { | |
| 80 | re turn invoc ationDate; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Set s the valu e of the i nvocationD ate proper ty. | |
| 85 | * | |
| 86 | * @pa ram value | |
| 87 | * allowed o bject is | |
| 88 | * {@link XM LGregorian Calendar } | |
| 89 | * | |
| 90 | */ | |
| 91 | public void setI nvocationD ate(XMLGre gorianCale ndar value ) { | |
| 92 | th is.invocat ionDate = value; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Get s the valu e of the e esVersion property. | |
| 97 | * | |
| 98 | * @re turn | |
| 99 | * possible object is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public String ge tEesVersio n() { | |
| 104 | re turn eesVe rsion; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Set s the valu e of the e esVersion property. | |
| 109 | * | |
| 110 | * @pa ram value | |
| 111 | * allowed o bject is | |
| 112 | * {@link St ring } | |
| 113 | * | |
| 114 | */ | |
| 115 | public void setE esVersion( String val ue) { | |
| 116 | th is.eesVers ion = valu e; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Get s the valu e of the s tatus prop erty. | |
| 121 | * | |
| 122 | * @re turn | |
| 123 | * possible object is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public String ge tStatus() { | |
| 128 | re turn statu s; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Set s the valu e of the s tatus prop erty. | |
| 133 | * | |
| 134 | * @pa ram value | |
| 135 | * allowed o bject is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public void setS tatus(Stri ng value) { | |
| 140 | th is.status = value; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Get s the valu e of the m essage pro perty. | |
| 145 | * | |
| 146 | * @re turn | |
| 147 | * possible object is | |
| 148 | * {@link St ring } | |
| 149 | * | |
| 150 | */ | |
| 151 | public String ge tMessage() { | |
| 152 | re turn messa ge; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Set s the valu e of the m essage pro perty. | |
| 157 | * | |
| 158 | * @pa ram value | |
| 159 | * allowed o bject is | |
| 160 | * {@link St ring } | |
| 161 | * | |
| 162 | */ | |
| 163 | public void setM essage(Str ing value) { | |
| 164 | th is.message = value; | |
| 165 | } | |
| 166 | ||
| 167 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.