Produced by Araxis Merge on 4/27/2017 3:13:55 PM Eastern 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 | PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | DeliveryPreferenceInfo.java | Fri Aug 26 21:28:56 2016 UTC |
| 2 | PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | DeliveryPreferenceInfo.java | Mon Apr 24 21:06:11 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 278 |
| 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 | ||
| 9 | ||
| 10 | /** | |
| 11 | * <p>Java class for deliveryP referenceI nfo comple x type. | |
| 12 | * | |
| 13 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 14 | * | |
| 15 | * <pre> | |
| 16 | * <com plexType n ame="deliv eryPrefere nceInfo"&g t; | |
| 17 | * <c omplexCont ent> | |
| 18 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 19 | * & lt;all> | |
| 20 | * <eleme nt name="d eliveryPre ference" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 21 | * <eleme nt name="e mailAddres s" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 22 | * <elemen t name="em ailType" t ype="{http :// DNS . URL /schemas}E mailType" minOccurs= "0"/> | |
| 23 | * <eleme nt name="e ditableFla g" type="{ http://www .w3.org/20 01/XMLSche ma}boolean " minOccur s="0"/> | |
| 24 | * & lt;/all> ; | |
| 25 | * < ;/restrict ion> | |
| 26 | * </ complexCon tent> | |
| 27 | * </co mplexType& gt; | |
| 28 | * </pre> | |
| 29 | * | |
| 30 | * | |
| 31 | */ | |
| 32 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 33 | @XmlType(n ame = "del iveryPrefe renceInfo" , propOrde r = { | |
| 34 | ||
| 35 | }) | |
| 36 | public cla ss Deliver yPreferenc eInfo { | |
| 37 | ||
| 38 | protec ted String deliveryP reference; | |
| 39 | protec ted String emailAddr ess; | |
| 40 | @XmlSc hemaType(n ame = "str ing") | |
| 41 | protec ted EmailT ype emailT ype; | |
| 42 | protec ted Boolea n editable Flag; | |
| 43 | ||
| 44 | /** | |
| 45 | * Get s the valu e of the d eliveryPre ference pr operty. | |
| 46 | * | |
| 47 | * @re turn | |
| 48 | * possible object is | |
| 49 | * {@link St ring } | |
| 50 | * | |
| 51 | */ | |
| 52 | public String ge tDeliveryP reference( ) { | |
| 53 | re turn deliv eryPrefere nce; | |
| 54 | } | |
| 55 | ||
| 56 | /** | |
| 57 | * Set s the valu e of the d eliveryPre ference pr operty. | |
| 58 | * | |
| 59 | * @pa ram value | |
| 60 | * allowed o bject is | |
| 61 | * {@link St ring } | |
| 62 | * | |
| 63 | */ | |
| 64 | public void setD eliveryPre ference(St ring value ) { | |
| 65 | th is.deliver yPreferenc e = value; | |
| 66 | } | |
| 67 | ||
| 68 | /** | |
| 69 | * Get s the valu e of the e mailAddres s property . | |
| 70 | * | |
| 71 | * @re turn | |
| 72 | * possible object is | |
| 73 | * {@link St ring } | |
| 74 | * | |
| 75 | */ | |
| 76 | public String ge tEmailAddr ess() { | |
| 77 | re turn email Address; | |
| 78 | } | |
| 79 | ||
| 80 | /** | |
| 81 | * Set s the valu e of the e mailAddres s property . | |
| 82 | * | |
| 83 | * @pa ram value | |
| 84 | * allowed o bject is | |
| 85 | * {@link St ring } | |
| 86 | * | |
| 87 | */ | |
| 88 | public void setE mailAddres s(String v alue) { | |
| 89 | th is.emailAd dress = va lue; | |
| 90 | } | |
| 91 | ||
| 92 | /** | |
| 93 | * Get s the valu e of the e mailType p roperty. | |
| 94 | * | |
| 95 | * @re turn | |
| 96 | * possible object is | |
| 97 | * {@link Em ailType } | |
| 98 | * | |
| 99 | */ | |
| 100 | public EmailType getEmailT ype() { | |
| 101 | re turn email Type; | |
| 102 | } | |
| 103 | ||
| 104 | /** | |
| 105 | * Set s the valu e of the e mailType p roperty. | |
| 106 | * | |
| 107 | * @pa ram value | |
| 108 | * allowed o bject is | |
| 109 | * {@link Em ailType } | |
| 110 | * | |
| 111 | */ | |
| 112 | public void setE mailType(E mailType v alue) { | |
| 113 | th is.emailTy pe = value ; | |
| 114 | } | |
| 115 | ||
| 116 | /** | |
| 117 | * Get s the valu e of the e ditableFla g property . | |
| 118 | * | |
| 119 | * @re turn | |
| 120 | * possible object is | |
| 121 | * {@link Bo olean } | |
| 122 | * | |
| 123 | */ | |
| 124 | public Boolean i sEditableF lag() { | |
| 125 | re turn edita bleFlag; | |
| 126 | } | |
| 127 | ||
| 128 | /** | |
| 129 | * Set s the valu e of the e ditableFla g property . | |
| 130 | * | |
| 131 | * @pa ram value | |
| 132 | * allowed o bject is | |
| 133 | * {@link Bo olean } | |
| 134 | * | |
| 135 | */ | |
| 136 | public void setE ditableFla g(Boolean value) { | |
| 137 | th is.editabl eFlag = va lue; | |
| 138 | } | |
| 139 | ||
| 140 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.