Produced by Araxis Merge on 1/17/2019 10:54:20 AM Central Standard 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 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | GetEESummaryResponse.java | Wed Jan 16 16:06:28 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | GetEESummaryResponse.java | Wed Jan 16 21:04:35 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 280 |
| 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.ee; | |
| 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 getEESumm aryRespons e complex 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="getEE SummaryRes ponse"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <elemen t name="su mmary" typ e="{http:/ / DNS . URL /schemas}e eSummary" minOccurs= "0"/> | |
| 22 | * <eleme nt name="e esVersion" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 23 | * <eleme nt name="i nvocationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/> | |
| 24 | * <eleme nt name="n oDataMessa ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 25 | * & lt;/all> | |
| 26 | * < ;/restrict ion> | |
| 27 | * </ complexCon tent> | |
| 28 | * </co mplexType> | |
| 29 | * </pre> | |
| 30 | * | |
| 31 | * | |
| 32 | */ | |
| 33 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 34 | @XmlType(n ame = "get EESummaryR esponse", propOrder = { | |
| 35 | ||
| 36 | }) | |
| 37 | public cla ss GetEESu mmaryRespo nse { | |
| 38 | ||
| 39 | protec ted EeSumm ary summar y; | |
| 40 | protec ted String eesVersio n; | |
| 41 | @XmlSc hemaType(n ame = "dat eTime") | |
| 42 | protec ted XMLGre gorianCale ndar invoc ationDate; | |
| 43 | protec ted String noDataMes sage; | |
| 44 | ||
| 45 | /** | |
| 46 | * Get s the valu e of the s ummary pro perty. | |
| 47 | * | |
| 48 | * @re turn | |
| 49 | * possible object is | |
| 50 | * {@link Ee Summary } | |
| 51 | * | |
| 52 | */ | |
| 53 | public EeSummary getSummar y() { | |
| 54 | re turn summa ry; | |
| 55 | } | |
| 56 | ||
| 57 | /** | |
| 58 | * Set s the valu e of the s ummary pro perty. | |
| 59 | * | |
| 60 | * @pa ram value | |
| 61 | * allowed o bject is | |
| 62 | * {@link Ee Summary } | |
| 63 | * | |
| 64 | */ | |
| 65 | public void setS ummary(EeS ummary val ue) { | |
| 66 | th is.summary = value; | |
| 67 | } | |
| 68 | ||
| 69 | /** | |
| 70 | * Get s the valu e of the e esVersion property. | |
| 71 | * | |
| 72 | * @re turn | |
| 73 | * possible object is | |
| 74 | * {@link St ring } | |
| 75 | * | |
| 76 | */ | |
| 77 | public String ge tEesVersio n() { | |
| 78 | re turn eesVe rsion; | |
| 79 | } | |
| 80 | ||
| 81 | /** | |
| 82 | * Set s the valu e of the e esVersion property. | |
| 83 | * | |
| 84 | * @pa ram value | |
| 85 | * allowed o bject is | |
| 86 | * {@link St ring } | |
| 87 | * | |
| 88 | */ | |
| 89 | public void setE esVersion( String val ue) { | |
| 90 | th is.eesVers ion = valu e; | |
| 91 | } | |
| 92 | ||
| 93 | /** | |
| 94 | * Get s the valu e of the i nvocationD ate proper ty. | |
| 95 | * | |
| 96 | * @re turn | |
| 97 | * possible object is | |
| 98 | * {@link XM LGregorian Calendar } | |
| 99 | * | |
| 100 | */ | |
| 101 | public XMLGregor ianCalenda r getInvoc ationDate( ) { | |
| 102 | re turn invoc ationDate; | |
| 103 | } | |
| 104 | ||
| 105 | /** | |
| 106 | * Set s the valu e of the i nvocationD ate proper ty. | |
| 107 | * | |
| 108 | * @pa ram value | |
| 109 | * allowed o bject is | |
| 110 | * {@link XM LGregorian Calendar } | |
| 111 | * | |
| 112 | */ | |
| 113 | public void setI nvocationD ate(XMLGre gorianCale ndar value ) { | |
| 114 | th is.invocat ionDate = value; | |
| 115 | } | |
| 116 | ||
| 117 | /** | |
| 118 | * Get s the valu e of the n oDataMessa ge propert y. | |
| 119 | * | |
| 120 | * @re turn | |
| 121 | * possible object is | |
| 122 | * {@link St ring } | |
| 123 | * | |
| 124 | */ | |
| 125 | public String ge tNoDataMes sage() { | |
| 126 | re turn noDat aMessage; | |
| 127 | } | |
| 128 | ||
| 129 | /** | |
| 130 | * Set s the valu e of the n oDataMessa ge propert y. | |
| 131 | * | |
| 132 | * @pa ram value | |
| 133 | * allowed o bject is | |
| 134 | * {@link St ring } | |
| 135 | * | |
| 136 | */ | |
| 137 | public void setN oDataMessa ge(String value) { | |
| 138 | th is.noDataM essage = v alue; | |
| 139 | } | |
| 140 | ||
| 141 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.