Produced by Araxis Merge on 4/5/2017 4:25:31 PM Central 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 | C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | GetEESummaryHistoryRequest.java | Wed Feb 1 18:37:28 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | GetEESummaryHistoryRequest.java | Mon Apr 3 14:02:55 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 282 |
| 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.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.XmlElem ent; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * <p>Java class for getEESumm aryHistory Request co mplex 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="getEE SummaryHis toryReques 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="k ey" type=" {http://ww w.w3.org/2 001/XMLSch ema}string "/> | |
| 21 | * <eleme nt name="k eyType" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 22 | * <eleme nt name="r equestName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"/ > | |
| 23 | * <elemen t name="ca tegories" type="{htt p://jaxws. webservice s.esr. URL /schemas}c ategoryCol lection"/> | |
| 24 | * & lt;/all> | |
| 25 | * < ;/restrict ion> | |
| 26 | * </ complexCon tent> | |
| 27 | * </co mplexType> | |
| 28 | * </pre> | |
| 29 | * | |
| 30 | * | |
| 31 | */ | |
| 32 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 33 | @XmlType(n ame = "get EESummaryH istoryRequ est", prop Order = { | |
| 34 | ||
| 35 | }) | |
| 36 | public cla ss GetEESu mmaryHisto ryRequest { | |
| 37 | ||
| 38 | @XmlEl ement(requ ired = tru e) | |
| 39 | protec ted String key; | |
| 40 | protec ted String keyType; | |
| 41 | @XmlEl ement(requ ired = tru e) | |
| 42 | protec ted String requestNa me; | |
| 43 | @XmlEl ement(requ ired = tru e) | |
| 44 | protec ted Catego ryCollecti on categor ies; | |
| 45 | ||
| 46 | /** | |
| 47 | * Get s the valu e of the k ey propert y. | |
| 48 | * | |
| 49 | * @re turn | |
| 50 | * possible object is | |
| 51 | * {@link St ring } | |
| 52 | * | |
| 53 | */ | |
| 54 | public String ge tKey() { | |
| 55 | re turn key; | |
| 56 | } | |
| 57 | ||
| 58 | /** | |
| 59 | * Set s the valu e of the k ey propert y. | |
| 60 | * | |
| 61 | * @pa ram value | |
| 62 | * allowed o bject is | |
| 63 | * {@link St ring } | |
| 64 | * | |
| 65 | */ | |
| 66 | public void setK ey(String value) { | |
| 67 | th is.key = v alue; | |
| 68 | } | |
| 69 | ||
| 70 | /** | |
| 71 | * Get s the valu e of the k eyType pro perty. | |
| 72 | * | |
| 73 | * @re turn | |
| 74 | * possible object is | |
| 75 | * {@link St ring } | |
| 76 | * | |
| 77 | */ | |
| 78 | public String ge tKeyType() { | |
| 79 | re turn keyTy pe; | |
| 80 | } | |
| 81 | ||
| 82 | /** | |
| 83 | * Set s the valu e of the k eyType pro perty. | |
| 84 | * | |
| 85 | * @pa ram value | |
| 86 | * allowed o bject is | |
| 87 | * {@link St ring } | |
| 88 | * | |
| 89 | */ | |
| 90 | public void setK eyType(Str ing value) { | |
| 91 | th is.keyType = value; | |
| 92 | } | |
| 93 | ||
| 94 | /** | |
| 95 | * Get s the valu e of the r equestName property. | |
| 96 | * | |
| 97 | * @re turn | |
| 98 | * possible object is | |
| 99 | * {@link St ring } | |
| 100 | * | |
| 101 | */ | |
| 102 | public String ge tRequestNa me() { | |
| 103 | re turn reque stName; | |
| 104 | } | |
| 105 | ||
| 106 | /** | |
| 107 | * Set s the valu e of the r equestName property. | |
| 108 | * | |
| 109 | * @pa ram value | |
| 110 | * allowed o bject is | |
| 111 | * {@link St ring } | |
| 112 | * | |
| 113 | */ | |
| 114 | public void setR equestName (String va lue) { | |
| 115 | th is.request Name = val ue; | |
| 116 | } | |
| 117 | ||
| 118 | /** | |
| 119 | * Get s the valu e of the c ategories property. | |
| 120 | * | |
| 121 | * @re turn | |
| 122 | * possible object is | |
| 123 | * {@link Ca tegoryColl ection } | |
| 124 | * | |
| 125 | */ | |
| 126 | public CategoryC ollection getCategor ies() { | |
| 127 | re turn categ ories; | |
| 128 | } | |
| 129 | ||
| 130 | /** | |
| 131 | * Set s the valu e of the c ategories property. | |
| 132 | * | |
| 133 | * @pa ram value | |
| 134 | * allowed o bject is | |
| 135 | * {@link Ca tegoryColl ection } | |
| 136 | * | |
| 137 | */ | |
| 138 | public void setC ategories( CategoryCo llection v alue) { | |
| 139 | th is.categor ies = valu e; | |
| 140 | } | |
| 141 | ||
| 142 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.