Produced by Araxis Merge on 1/17/2019 10:54:21 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 | IvmLetterCandidateInfo.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 | IvmLetterCandidateInfo.java | Wed Jan 16 21:04:35 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 340 |
| 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 ivmLetter CandidateI 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="ivmLe tterCandid ateInfo"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="v pid" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 22 | * <eleme nt name="i vmCaseNumb er" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 23 | * <eleme nt name="i vmLetterCo de" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 24 | * <eleme nt name="i vmLetterMa iledDate" type="{htt p://www.w3 .org/2001/ XMLSchema} date" minO ccurs="0"/ > | |
| 25 | * <elemen t name="iv mLetterSta tuses" typ e="{http:/ / DNS . URL /schemas}i vmLetterSt atusCollec tion" minO ccurs="0"/ > | |
| 26 | * & lt;/sequen ce> | |
| 27 | * < ;/restrict ion> | |
| 28 | * </ complexCon tent> | |
| 29 | * </co mplexType> | |
| 30 | * </pre> | |
| 31 | * | |
| 32 | * | |
| 33 | */ | |
| 34 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 35 | @XmlType(n ame = "ivm LetterCand idateInfo" , propOrde r = { | |
| 36 | "vpid" , | |
| 37 | "ivmCa seNumber", | |
| 38 | "ivmLe tterCode", | |
| 39 | "ivmLe tterMailed Date", | |
| 40 | "ivmLe tterStatus es" | |
| 41 | }) | |
| 42 | public cla ss IvmLett erCandidat eInfo { | |
| 43 | ||
| 44 | protec ted String vpid; | |
| 45 | protec ted String ivmCaseNu mber; | |
| 46 | protec ted String ivmLetter Code; | |
| 47 | @XmlSc hemaType(n ame = "dat e") | |
| 48 | protec ted XMLGre gorianCale ndar ivmLe tterMailed Date; | |
| 49 | protec ted IvmLet terStatusC ollection ivmLetterS tatuses; | |
| 50 | ||
| 51 | /** | |
| 52 | * Get s the valu e of the v pid proper ty. | |
| 53 | * | |
| 54 | * @re turn | |
| 55 | * possible object is | |
| 56 | * {@link St ring } | |
| 57 | * | |
| 58 | */ | |
| 59 | public String ge tVpid() { | |
| 60 | re turn vpid; | |
| 61 | } | |
| 62 | ||
| 63 | /** | |
| 64 | * Set s the valu e of the v pid proper ty. | |
| 65 | * | |
| 66 | * @pa ram value | |
| 67 | * allowed o bject is | |
| 68 | * {@link St ring } | |
| 69 | * | |
| 70 | */ | |
| 71 | public void setV pid(String value) { | |
| 72 | th is.vpid = value; | |
| 73 | } | |
| 74 | ||
| 75 | /** | |
| 76 | * Get s the valu e of the i vmCaseNumb er propert y. | |
| 77 | * | |
| 78 | * @re turn | |
| 79 | * possible object is | |
| 80 | * {@link St ring } | |
| 81 | * | |
| 82 | */ | |
| 83 | public String ge tIvmCaseNu mber() { | |
| 84 | re turn ivmCa seNumber; | |
| 85 | } | |
| 86 | ||
| 87 | /** | |
| 88 | * Set s the valu e of the i vmCaseNumb er propert y. | |
| 89 | * | |
| 90 | * @pa ram value | |
| 91 | * allowed o bject is | |
| 92 | * {@link St ring } | |
| 93 | * | |
| 94 | */ | |
| 95 | public void setI vmCaseNumb er(String value) { | |
| 96 | th is.ivmCase Number = v alue; | |
| 97 | } | |
| 98 | ||
| 99 | /** | |
| 100 | * Get s the valu e of the i vmLetterCo de propert y. | |
| 101 | * | |
| 102 | * @re turn | |
| 103 | * possible object is | |
| 104 | * {@link St ring } | |
| 105 | * | |
| 106 | */ | |
| 107 | public String ge tIvmLetter Code() { | |
| 108 | re turn ivmLe tterCode; | |
| 109 | } | |
| 110 | ||
| 111 | /** | |
| 112 | * Set s the valu e of the i vmLetterCo de propert y. | |
| 113 | * | |
| 114 | * @pa ram value | |
| 115 | * allowed o bject is | |
| 116 | * {@link St ring } | |
| 117 | * | |
| 118 | */ | |
| 119 | public void setI vmLetterCo de(String value) { | |
| 120 | th is.ivmLett erCode = v alue; | |
| 121 | } | |
| 122 | ||
| 123 | /** | |
| 124 | * Get s the valu e of the i vmLetterMa iledDate p roperty. | |
| 125 | * | |
| 126 | * @re turn | |
| 127 | * possible object is | |
| 128 | * {@link XM LGregorian Calendar } | |
| 129 | * | |
| 130 | */ | |
| 131 | public XMLGregor ianCalenda r getIvmLe tterMailed Date() { | |
| 132 | re turn ivmLe tterMailed Date; | |
| 133 | } | |
| 134 | ||
| 135 | /** | |
| 136 | * Set s the valu e of the i vmLetterMa iledDate p roperty. | |
| 137 | * | |
| 138 | * @pa ram value | |
| 139 | * allowed o bject is | |
| 140 | * {@link XM LGregorian Calendar } | |
| 141 | * | |
| 142 | */ | |
| 143 | public void setI vmLetterMa iledDate(X MLGregoria nCalendar value) { | |
| 144 | th is.ivmLett erMailedDa te = value ; | |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Get s the valu e of the i vmLetterSt atuses pro perty. | |
| 149 | * | |
| 150 | * @re turn | |
| 151 | * possible object is | |
| 152 | * {@link Iv mLetterSta tusCollect ion } | |
| 153 | * | |
| 154 | */ | |
| 155 | public IvmLetter StatusColl ection get IvmLetterS tatuses() { | |
| 156 | re turn ivmLe tterStatus es; | |
| 157 | } | |
| 158 | ||
| 159 | /** | |
| 160 | * Set s the valu e of the i vmLetterSt atuses pro perty. | |
| 161 | * | |
| 162 | * @pa ram value | |
| 163 | * allowed o bject is | |
| 164 | * {@link Iv mLetterSta tusCollect ion } | |
| 165 | * | |
| 166 | */ | |
| 167 | public void setI vmLetterSt atuses(Ivm LetterStat usCollecti on value) { | |
| 168 | th is.ivmLett erStatuses = value; | |
| 169 | } | |
| 170 | ||
| 171 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.