Produced by Araxis Merge on 6/9/2017 3:50:19 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:19 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 | SensitivityInfo.java | Fri Apr 21 20:03:28 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 141 |
| 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 sensitivi tyInfo com plex 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="sensi tivityInfo "> | |||||
| 18 | * <c omplexCont ent> | |||||
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 20 | * & lt;all> | |||||
| 21 | * <eleme nt name="s ensitivity ChangeDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/> | |||||
| 22 | * <eleme nt name="s ensitivity ChangeSite " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |||||
| 23 | * <eleme nt name="s ensitivity ChangeSour ce" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |||||
| 24 | * <eleme nt name="s ensityFlag " type="{h ttp://www. w3.org/200 1/XMLSchem a}boolean" minOccurs ="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 = "sen sitivityIn fo", propO rder = { | |||||
| 35 | ||||||
| 36 | }) | |||||
| 37 | public cla ss Sensiti vityInfo { | |||||
| 38 | ||||||
| 39 | @XmlSc hemaType(n ame = "dat eTime") | |||||
| 40 | protec ted XMLGre gorianCale ndar sensi tivityChan geDate; | |||||
| 41 | protec ted String sensitivi tyChangeSi te; | |||||
| 42 | protec ted String sensitivi tyChangeSo urce; | |||||
| 43 | protec ted Boolea n sensityF lag; | |||||
| 44 | ||||||
| 45 | /** | |||||
| 46 | * Get s the valu e of the s ensitivity ChangeDate property. | |||||
| 47 | * | |||||
| 48 | * @re turn | |||||
| 49 | * possible object is | |||||
| 50 | * {@link XM LGregorian Calendar } | |||||
| 51 | * | |||||
| 52 | */ | |||||
| 53 | public XMLGregor ianCalenda r getSensi tivityChan geDate() { | |||||
| 54 | re turn sensi tivityChan geDate; | |||||
| 55 | } | |||||
| 56 | ||||||
| 57 | /** | |||||
| 58 | * Set s the valu e of the s ensitivity ChangeDate property. | |||||
| 59 | * | |||||
| 60 | * @pa ram value | |||||
| 61 | * allowed o bject is | |||||
| 62 | * {@link XM LGregorian Calendar } | |||||
| 63 | * | |||||
| 64 | */ | |||||
| 65 | public void setS ensitivity ChangeDate (XMLGregor ianCalenda r value) { | |||||
| 66 | th is.sensiti vityChange Date = val ue; | |||||
| 67 | } | |||||
| 68 | ||||||
| 69 | /** | |||||
| 70 | * Get s the valu e of the s ensitivity ChangeSite property. | |||||
| 71 | * | |||||
| 72 | * @re turn | |||||
| 73 | * possible object is | |||||
| 74 | * {@link St ring } | |||||
| 75 | * | |||||
| 76 | */ | |||||
| 77 | public String ge tSensitivi tyChangeSi te() { | |||||
| 78 | re turn sensi tivityChan geSite; | |||||
| 79 | } | |||||
| 80 | ||||||
| 81 | /** | |||||
| 82 | * Set s the valu e of the s ensitivity ChangeSite property. | |||||
| 83 | * | |||||
| 84 | * @pa ram value | |||||
| 85 | * allowed o bject is | |||||
| 86 | * {@link St ring } | |||||
| 87 | * | |||||
| 88 | */ | |||||
| 89 | public void setS ensitivity ChangeSite (String va lue) { | |||||
| 90 | th is.sensiti vityChange Site = val ue; | |||||
| 91 | } | |||||
| 92 | ||||||
| 93 | /** | |||||
| 94 | * Get s the valu e of the s ensitivity ChangeSour ce propert y. | |||||
| 95 | * | |||||
| 96 | * @re turn | |||||
| 97 | * possible object is | |||||
| 98 | * {@link St ring } | |||||
| 99 | * | |||||
| 100 | */ | |||||
| 101 | public String ge tSensitivi tyChangeSo urce() { | |||||
| 102 | re turn sensi tivityChan geSource; | |||||
| 103 | } | |||||
| 104 | ||||||
| 105 | /** | |||||
| 106 | * Set s the valu e of the s ensitivity ChangeSour ce propert y. | |||||
| 107 | * | |||||
| 108 | * @pa ram value | |||||
| 109 | * allowed o bject is | |||||
| 110 | * {@link St ring } | |||||
| 111 | * | |||||
| 112 | */ | |||||
| 113 | public void setS ensitivity ChangeSour ce(String value) { | |||||
| 114 | th is.sensiti vityChange Source = v alue; | |||||
| 115 | } | |||||
| 116 | ||||||
| 117 | /** | |||||
| 118 | * Get s the valu e of the s ensityFlag property. | |||||
| 119 | * | |||||
| 120 | * @re turn | |||||
| 121 | * possible object is | |||||
| 122 | * {@link Bo olean } | |||||
| 123 | * | |||||
| 124 | */ | |||||
| 125 | public Boolean i sSensityFl ag() { | |||||
| 126 | re turn sensi tyFlag; | |||||
| 127 | } | |||||
| 128 | ||||||
| 129 | /** | |||||
| 130 | * Set s the valu e of the s ensityFlag property. | |||||
| 131 | * | |||||
| 132 | * @pa ram value | |||||
| 133 | * allowed o bject is | |||||
| 134 | * {@link Bo olean } | |||||
| 135 | * | |||||
| 136 | */ | |||||
| 137 | public void setS ensityFlag (Boolean v alue) { | |||||
| 138 | th is.sensity Flag = val ue; | |||||
| 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.