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 | GetIVMLetterStatusesResponse.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 | GetIVMLetterStatusesResponse.java | Wed Jan 16 21:04:35 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 242 |
| 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.XmlElem ent; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlRoot Element; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlSche maType; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 10 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 11 | ||
| 12 | ||
| 13 | /** | |
| 14 | * <p>Java class for anonymous complex t ype. | |
| 15 | * | |
| 16 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 17 | * | |
| 18 | * <pre> | |
| 19 | * <com plexType> | |
| 20 | * <c omplexCont ent> | |
| 21 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 22 | * & lt;sequenc e> | |
| 23 | * <elemen t name="iv mLetterCan didates" t ype="{http :// DNS . URL /schemas}i vmLetterCa ndidateCol lection" m inOccurs=" 0"/> | |
| 24 | * <eleme nt name="e esVersion " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"/ > | |
| 25 | * <eleme nt name="i nvocationD ate " type ="{http:// www.w3.org /2001/XMLS chema}date "/> | |
| 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 = "", propOrder = { | |
| 36 | "ivmLe tterCandid ates", | |
| 37 | "eesVe rsion0020" , | |
| 38 | "invoc ationDate0 020" | |
| 39 | }) | |
| 40 | @XmlRootEl ement(name = "getIVM LetterStat usesRespon se") | |
| 41 | public cla ss GetIVML etterStatu sesRespons e { | |
| 42 | ||
| 43 | protec ted IvmLet terCandida teCollecti on ivmLett erCandidat es; | |
| 44 | @XmlEl ement(name = "eesVer sion ", re quired = t rue) | |
| 45 | protec ted String eesVersio n0020; | |
| 46 | @XmlEl ement(name = "invoca tionDate " , required = true) | |
| 47 | @XmlSc hemaType(n ame = "dat e") | |
| 48 | protec ted XMLGre gorianCale ndar invoc ationDate0 020; | |
| 49 | ||
| 50 | /** | |
| 51 | * Get s the valu e of the i vmLetterCa ndidates p roperty. | |
| 52 | * | |
| 53 | * @re turn | |
| 54 | * possible object is | |
| 55 | * {@link Iv mLetterCan didateColl ection } | |
| 56 | * | |
| 57 | */ | |
| 58 | public IvmLetter CandidateC ollection getIvmLett erCandidat es() { | |
| 59 | re turn ivmLe tterCandid ates; | |
| 60 | } | |
| 61 | ||
| 62 | /** | |
| 63 | * Set s the valu e of the i vmLetterCa ndidates p roperty. | |
| 64 | * | |
| 65 | * @pa ram value | |
| 66 | * allowed o bject is | |
| 67 | * {@link Iv mLetterCan didateColl ection } | |
| 68 | * | |
| 69 | */ | |
| 70 | public void setI vmLetterCa ndidates(I vmLetterCa ndidateCol lection va lue) { | |
| 71 | th is.ivmLett erCandidat es = value ; | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * Get s the valu e of the e esVersion0 020 proper ty. | |
| 76 | * | |
| 77 | * @re turn | |
| 78 | * possible object is | |
| 79 | * {@link St ring } | |
| 80 | * | |
| 81 | */ | |
| 82 | public String ge tEesVersio n_0020() { | |
| 83 | re turn eesVe rsion0020; | |
| 84 | } | |
| 85 | ||
| 86 | /** | |
| 87 | * Set s the valu e of the e esVersion0 020 proper ty. | |
| 88 | * | |
| 89 | * @pa ram value | |
| 90 | * allowed o bject is | |
| 91 | * {@link St ring } | |
| 92 | * | |
| 93 | */ | |
| 94 | public void setE esVersion_ 0020(Strin g value) { | |
| 95 | th is.eesVers ion0020 = value; | |
| 96 | } | |
| 97 | ||
| 98 | /** | |
| 99 | * Get s the valu e of the i nvocationD ate0020 pr operty. | |
| 100 | * | |
| 101 | * @re turn | |
| 102 | * possible object is | |
| 103 | * {@link XM LGregorian Calendar } | |
| 104 | * | |
| 105 | */ | |
| 106 | public XMLGregor ianCalenda r getInvoc ationDate_ 0020() { | |
| 107 | re turn invoc ationDate0 020; | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Set s the valu e of the i nvocationD ate0020 pr operty. | |
| 112 | * | |
| 113 | * @pa ram value | |
| 114 | * allowed o bject is | |
| 115 | * {@link XM LGregorian Calendar } | |
| 116 | * | |
| 117 | */ | |
| 118 | public void setI nvocationD ate_0020(X MLGregoria nCalendar value) { | |
| 119 | th is.invocat ionDate002 0 = value; | |
| 120 | } | |
| 121 | ||
| 122 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.