Produced by Araxis Merge on 6/9/2017 3:50:18 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 | Fri Jun 9 19:50:18 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | FeeBasisInfo.java | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 195 |
| 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.e sr.webserv ices.jaxws .schemas; | |||||
| 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 feeBasisI nfo comple x type. | |||||
| 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="feeBa sisInfo"> | |||||
| 18 | * <c omplexCont ent> | |||||
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 20 | * & lt;all> | |||||
| 21 | * <eleme nt name="a uthorizati onFromDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/> | |||||
| 22 | * <eleme nt name="a uthorizati onToDate" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |||||
| 23 | * <eleme nt name="p rogram" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |||||
| 24 | * <eleme nt name="r eportDate" type="{ht tp://www.w 3.org/2001 /XMLSchema }dateTime" minOccurs ="0"/> | |||||
| 25 | * <eleme nt name="r eportSite" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |||||
| 26 | * <eleme nt name="t reatmentTy pe" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |||||
| 27 | * & lt;/all> | |||||
| 28 | * < ;/restrict ion> | |||||
| 29 | * </ complexCon tent> | |||||
| 30 | * </co mplexType> | |||||
| 31 | * </pre> | |||||
| 32 | * | |||||
| 33 | * | |||||
| 34 | */ | |||||
| 35 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 36 | @XmlType(n ame = "fee BasisInfo" , propOrde r = { | |||||
| 37 | ||||||
| 38 | }) | |||||
| 39 | public cla ss FeeBasi sInfo { | |||||
| 40 | ||||||
| 41 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 42 | protec ted XMLGre gorianCale ndar autho rizationFr omDate; | |||||
| 43 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 44 | protec ted XMLGre gorianCale ndar autho rizationTo Date; | |||||
| 45 | protec ted String program; | |||||
| 46 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 47 | protec ted XMLGre gorianCale ndar repor tDate; | |||||
| 48 | protec ted String reportSit e; | |||||
| 49 | protec ted String treatment Type; | |||||
| 50 | ||||||
| 51 | /** | |||||
| 52 | * Get s the valu e of the a uthorizati onFromDate property. | |||||
| 53 | * | |||||
| 54 | * @re turn | |||||
| 55 | * possible object is | |||||
| 56 | * {@link XM LGregorian Calendar } | |||||
| 57 | * | |||||
| 58 | */ | |||||
| 59 | public XMLGregor ianCalenda r getAutho rizationFr omDate() { | |||||
| 60 | re turn autho rizationFr omDate; | |||||
| 61 | } | |||||
| 62 | ||||||
| 63 | /** | |||||
| 64 | * Set s the valu e of the a uthorizati onFromDate property. | |||||
| 65 | * | |||||
| 66 | * @pa ram value | |||||
| 67 | * allowed o bject is | |||||
| 68 | * {@link XM LGregorian Calendar } | |||||
| 69 | * | |||||
| 70 | */ | |||||
| 71 | public void setA uthorizati onFromDate (XMLGregor ianCalenda r value) { | |||||
| 72 | th is.authori zationFrom Date = val ue; | |||||
| 73 | } | |||||
| 74 | ||||||
| 75 | /** | |||||
| 76 | * Get s the valu e of the a uthorizati onToDate p roperty. | |||||
| 77 | * | |||||
| 78 | * @re turn | |||||
| 79 | * possible object is | |||||
| 80 | * {@link XM LGregorian Calendar } | |||||
| 81 | * | |||||
| 82 | */ | |||||
| 83 | public XMLGregor ianCalenda r getAutho rizationTo Date() { | |||||
| 84 | re turn autho rizationTo Date; | |||||
| 85 | } | |||||
| 86 | ||||||
| 87 | /** | |||||
| 88 | * Set s the valu e of the a uthorizati onToDate p roperty. | |||||
| 89 | * | |||||
| 90 | * @pa ram value | |||||
| 91 | * allowed o bject is | |||||
| 92 | * {@link XM LGregorian Calendar } | |||||
| 93 | * | |||||
| 94 | */ | |||||
| 95 | public void setA uthorizati onToDate(X MLGregoria nCalendar value) { | |||||
| 96 | th is.authori zationToDa te = value ; | |||||
| 97 | } | |||||
| 98 | ||||||
| 99 | /** | |||||
| 100 | * Get s the valu e of the p rogram pro perty. | |||||
| 101 | * | |||||
| 102 | * @re turn | |||||
| 103 | * possible object is | |||||
| 104 | * {@link St ring } | |||||
| 105 | * | |||||
| 106 | */ | |||||
| 107 | public String ge tProgram() { | |||||
| 108 | re turn progr am; | |||||
| 109 | } | |||||
| 110 | ||||||
| 111 | /** | |||||
| 112 | * Set s the valu e of the p rogram pro perty. | |||||
| 113 | * | |||||
| 114 | * @pa ram value | |||||
| 115 | * allowed o bject is | |||||
| 116 | * {@link St ring } | |||||
| 117 | * | |||||
| 118 | */ | |||||
| 119 | public void setP rogram(Str ing value) { | |||||
| 120 | th is.program = value; | |||||
| 121 | } | |||||
| 122 | ||||||
| 123 | /** | |||||
| 124 | * Get s the valu e of the r eportDate property. | |||||
| 125 | * | |||||
| 126 | * @re turn | |||||
| 127 | * possible object is | |||||
| 128 | * {@link XM LGregorian Calendar } | |||||
| 129 | * | |||||
| 130 | */ | |||||
| 131 | public XMLGregor ianCalenda r getRepor tDate() { | |||||
| 132 | re turn repor tDate; | |||||
| 133 | } | |||||
| 134 | ||||||
| 135 | /** | |||||
| 136 | * Set s the valu e of the r eportDate property. | |||||
| 137 | * | |||||
| 138 | * @pa ram value | |||||
| 139 | * allowed o bject is | |||||
| 140 | * {@link XM LGregorian Calendar } | |||||
| 141 | * | |||||
| 142 | */ | |||||
| 143 | public void setR eportDate( XMLGregori anCalendar value) { | |||||
| 144 | th is.reportD ate = valu e; | |||||
| 145 | } | |||||
| 146 | ||||||
| 147 | /** | |||||
| 148 | * Get s the valu e of the r eportSite property. | |||||
| 149 | * | |||||
| 150 | * @re turn | |||||
| 151 | * possible object is | |||||
| 152 | * {@link St ring } | |||||
| 153 | * | |||||
| 154 | */ | |||||
| 155 | public String ge tReportSit e() { | |||||
| 156 | re turn repor tSite; | |||||
| 157 | } | |||||
| 158 | ||||||
| 159 | /** | |||||
| 160 | * Set s the valu e of the r eportSite property. | |||||
| 161 | * | |||||
| 162 | * @pa ram value | |||||
| 163 | * allowed o bject is | |||||
| 164 | * {@link St ring } | |||||
| 165 | * | |||||
| 166 | */ | |||||
| 167 | public void setR eportSite( String val ue) { | |||||
| 168 | th is.reportS ite = valu e; | |||||
| 169 | } | |||||
| 170 | ||||||
| 171 | /** | |||||
| 172 | * Get s the valu e of the t reatmentTy pe propert y. | |||||
| 173 | * | |||||
| 174 | * @re turn | |||||
| 175 | * possible object is | |||||
| 176 | * {@link St ring } | |||||
| 177 | * | |||||
| 178 | */ | |||||
| 179 | public String ge tTreatment Type() { | |||||
| 180 | re turn treat mentType; | |||||
| 181 | } | |||||
| 182 | ||||||
| 183 | /** | |||||
| 184 | * Set s the valu e of the t reatmentTy pe propert y. | |||||
| 185 | * | |||||
| 186 | * @pa ram value | |||||
| 187 | * allowed o bject is | |||||
| 188 | * {@link St ring } | |||||
| 189 | * | |||||
| 190 | */ | |||||
| 191 | public void setT reatmentTy pe(String value) { | |||||
| 192 | th is.treatme ntType = v alue; | |||||
| 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.