Produced by Araxis Merge on 6/9/2017 3:49:43 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:49:43 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-client\src\main\java\gov\va\nvap\privacy | ConsentDirectiveDetailedExpirationRequest.java | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 169 |
| 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 | // This fi le was gen erated by the JavaTM Architect ure for XM L Binding( JAXB) Refe rence Impl ementation , v2.1-b02 -fcs | |||||
| 3 | // See <a href="http ://java.su n.com/xml/ jaxb">http ://java.su n.com/xml/ jaxb</a> | |||||
| 4 | // Any mod ifications to this f ile will b e lost upo n recompil ation of t he source schema. | |||||
| 5 | // Generat ed on: 201 1.06.17 at 08:09:26 PM PDT | |||||
| 6 | // | |||||
| 7 | package go v.va.nvap. privacy; | |||||
| 8 | ||||||
| 9 | import gov .va.med.nh in.adapter .audit.Pag eInfoType; | |||||
| 10 | import gov .va.med.nh in.adapter .audit.Sor tFieldsTyp e; | |||||
| 11 | import jav a.util.Dat e; | |||||
| 12 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |||||
| 13 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |||||
| 14 | import jav ax.xml.bin d.annotati on.XmlElem ent; | |||||
| 15 | import jav ax.xml.bin d.annotati on.XmlRoot Element; | |||||
| 16 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 17 | ||||||
| 18 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 19 | @XmlType(n ame = "Con sentDirect iveDetaile dExpiratio nRequestTy pe", propO rder = {"s tartDate", "endDate" , | |||||
| 20 | "dayRa nge", "pat ientTypes" , "pageInf o", "sortF ields", "f acilitySta tion", "co nsentTypeN ame", "use rId", "tem plate"}) | |||||
| 21 | @XmlRootEl ement(name = "Consen tDirective DetailedEx pirationRe quest") | |||||
| 22 | public cla ss Consent DirectiveD etailedExp irationReq uest { | |||||
| 23 | ||||||
| 24 | @XmlEl ement(requ ired = tru e) | |||||
| 25 | protec ted Date s tartDate; | |||||
| 26 | ||||||
| 27 | @XmlEl ement(requ ired = tru e) | |||||
| 28 | protec ted Date e ndDate; | |||||
| 29 | ||||||
| 30 | @XmlEl ement(requ ired = tru e) | |||||
| 31 | protec ted int da yRange; | |||||
| 32 | ||||||
| 33 | @XmlEl ement(requ ired = tru e) | |||||
| 34 | protec ted int pa tientTypes ; | |||||
| 35 | ||||||
| 36 | @XmlEl ement(requ ired = tru e) | |||||
| 37 | protec ted PageIn foType pag eInfo; | |||||
| 38 | ||||||
| 39 | @XmlEl ement(requ ired = tru e) | |||||
| 40 | protec ted SortFi eldsType s ortFields; | |||||
| 41 | ||||||
| 42 | @XmlEl ement(requ ired = tru e) | |||||
| 43 | protec ted String facilityS tation; | |||||
| 44 | ||||||
| 45 | @XmlEl ement(requ ired = tru e) | |||||
| 46 | protec ted String consentTy peName; | |||||
| 47 | ||||||
| 48 | @XmlEl ement(requ ired = tru e) | |||||
| 49 | protec ted String userId; | |||||
| 50 | ||||||
| 51 | @XmlEl ement(requ ired = tru e) | |||||
| 52 | protec ted String template; | |||||
| 53 | ||||||
| 54 | public String ge tTemplate( ) { | |||||
| 55 | re turn templ ate; | |||||
| 56 | } | |||||
| 57 | ||||||
| 58 | public void setT emplate(St ring templ ate) { | |||||
| 59 | th is.templat e = templa te; | |||||
| 60 | } | |||||
| 61 | ||||||
| 62 | public String ge tFacilityS tation() { | |||||
| 63 | re turn facil ityStation ; | |||||
| 64 | } | |||||
| 65 | ||||||
| 66 | public void setF acilitySta tion(Strin g facility Station) { | |||||
| 67 | th is.facilit yStation = facilityS tation; | |||||
| 68 | } | |||||
| 69 | ||||||
| 70 | public String ge tConsentTy peName() { | |||||
| 71 | re turn conse ntTypeName ; | |||||
| 72 | } | |||||
| 73 | ||||||
| 74 | public void setC onsentType Name(Strin g consentT ypeName) { | |||||
| 75 | th is.consent TypeName = consentTy peName; | |||||
| 76 | } | |||||
| 77 | ||||||
| 78 | public String ge tUserId() { | |||||
| 79 | re turn userI d; | |||||
| 80 | } | |||||
| 81 | ||||||
| 82 | public void setU serId(Stri ng userId) { | |||||
| 83 | th is.userId = userId; | |||||
| 84 | } | |||||
| 85 | ||||||
| 86 | public Date getS tartDate() { | |||||
| 87 | re turn start Date; | |||||
| 88 | } | |||||
| 89 | ||||||
| 90 | public void setS tartDate(D ate startD ate) { | |||||
| 91 | th is.startDa te = start Date; | |||||
| 92 | } | |||||
| 93 | ||||||
| 94 | public Date getE ndDate() { | |||||
| 95 | re turn endDa te; | |||||
| 96 | } | |||||
| 97 | ||||||
| 98 | public void setE ndDate(Dat e endDate) { | |||||
| 99 | th is.endDate = endDate ; | |||||
| 100 | } | |||||
| 101 | ||||||
| 102 | /** | |||||
| 103 | * Get s the valu e of the d ayRange pr operty. | |||||
| 104 | * | |||||
| 105 | * @re turn possi ble object is {@link int } | |||||
| 106 | * | |||||
| 107 | */ | |||||
| 108 | public int getDa yRange() { | |||||
| 109 | re turn dayRa nge; | |||||
| 110 | } | |||||
| 111 | ||||||
| 112 | /** | |||||
| 113 | * Set s the valu e of the d ayRange pr operty. | |||||
| 114 | * | |||||
| 115 | * @pa ram value allowed ob ject is {@ link int } | |||||
| 116 | * | |||||
| 117 | */ | |||||
| 118 | public void setD ayRange(in t value) { | |||||
| 119 | th is.dayRang e = value; | |||||
| 120 | } | |||||
| 121 | ||||||
| 122 | /** | |||||
| 123 | * Get s the valu e of the s ortFields property. | |||||
| 124 | * | |||||
| 125 | * @re turn possi ble object is {@link SortField sType } | |||||
| 126 | * | |||||
| 127 | */ | |||||
| 128 | public SortField sType getS ortFields( ) { | |||||
| 129 | re turn sortF ields; | |||||
| 130 | } | |||||
| 131 | ||||||
| 132 | /** | |||||
| 133 | * Set s the valu e of the s ortFields property. | |||||
| 134 | * | |||||
| 135 | * @pa ram value allowed ob ject is {@ link SortF ieldsType } | |||||
| 136 | * | |||||
| 137 | */ | |||||
| 138 | public void setS ortFields( SortFields Type value ) { | |||||
| 139 | th is.sortFie lds = valu e; | |||||
| 140 | } | |||||
| 141 | ||||||
| 142 | /** | |||||
| 143 | * Get s the valu e of the p ageInfo pr operty. | |||||
| 144 | * | |||||
| 145 | * @re turn possi ble object is {@link PageInfoT ype } | |||||
| 146 | * | |||||
| 147 | */ | |||||
| 148 | public PageInfoT ype getPag eInfo() { | |||||
| 149 | re turn pageI nfo; | |||||
| 150 | } | |||||
| 151 | ||||||
| 152 | /** | |||||
| 153 | * Set s the valu e of the p ageInfo pr operty. | |||||
| 154 | * | |||||
| 155 | * @pa ram value allowed ob ject is {@ link PageI nfoType } | |||||
| 156 | * | |||||
| 157 | */ | |||||
| 158 | public void setP ageInfo(Pa geInfoType value) { | |||||
| 159 | th is.pageInf o = value; | |||||
| 160 | } | |||||
| 161 | ||||||
| 162 | public int getPa tientTypes () { | |||||
| 163 | re turn patie ntTypes; | |||||
| 164 | } | |||||
| 165 | ||||||
| 166 | public void setP atientType s(int pati entTypes) { | |||||
| 167 | th is.patient Types = pa tientTypes ; | |||||
| 168 | } | |||||
| 169 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.