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 | ConsentDirectiveDetailedExpirationRequestType.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 | 149 |
| 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 2.03.26 at 07:36:42 AM PDT | |||||
| 6 | // | |||||
| 7 | ||||||
| 8 | ||||||
| 9 | package go v.va.nvap. privacy; | |||||
| 10 | ||||||
| 11 | import gov .va.med.nh in.adapter .audit.Pag eInfoType; | |||||
| 12 | import gov .va.med.nh in.adapter .audit.Sor tFieldsTyp e; | |||||
| 13 | import jav a.util.Dat e; | |||||
| 14 | ||||||
| 15 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |||||
| 16 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |||||
| 17 | import jav ax.xml.bin d.annotati on.XmlElem ent; | |||||
| 18 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 19 | ||||||
| 20 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 21 | @XmlType(n ame = "Con sentDirect iveDetaile dExpiratio nRequestTy pe", propO rder = {"s tartDate", "endDate" , | |||||
| 22 | "dayRa nge", "tes tPatients" , "pageInf o", "sortF ields", "f acilityNam e"}) | |||||
| 23 | public cla ss Consent DirectiveD etailedExp irationReq uestType { | |||||
| 24 | ||||||
| 25 | @XmlEl ement(requ ired = tru e) | |||||
| 26 | pr otected Da te startDa te; | |||||
| 27 | ||||||
| 28 | @XmlEl ement(requ ired = tru e) | |||||
| 29 | pr otected Da te endDate ; | |||||
| 30 | ||||||
| 31 | @XmlEl ement(requ ired = tru e) | |||||
| 32 | protec ted int da yRange; | |||||
| 33 | ||||||
| 34 | @XmlEl ement(requ ired = tru e) | |||||
| 35 | pr otected bo olean test Patients; | |||||
| 36 | ||||||
| 37 | @XmlEl ement(requ ired = tru e) | |||||
| 38 | pr otected Pa geInfoType pageInfo; | |||||
| 39 | ||||||
| 40 | @X mlElement( required = true) | |||||
| 41 | pr otected So rtFieldsTy pe sortFie lds; | |||||
| 42 | ||||||
| 43 | @XmlEl ement(requ ired = tru e) | |||||
| 44 | pr otected St ring facil ityName; | |||||
| 45 | ||||||
| 46 | public String ge tFacilityN ame() { | |||||
| 47 | re turn facil ityName; | |||||
| 48 | } | |||||
| 49 | ||||||
| 50 | public void setF acilityNam e(String f acilityNam e) { | |||||
| 51 | th is.facilit yName = fa cilityName ; | |||||
| 52 | } | |||||
| 53 | ||||||
| 54 | public Date getS tartDate() { | |||||
| 55 | re turn start Date; | |||||
| 56 | } | |||||
| 57 | ||||||
| 58 | public void setS tartDate(D ate startD ate) { | |||||
| 59 | th is.startDa te = start Date; | |||||
| 60 | } | |||||
| 61 | ||||||
| 62 | public Date getE ndDate() { | |||||
| 63 | re turn endDa te; | |||||
| 64 | } | |||||
| 65 | ||||||
| 66 | public void setE ndDate(Dat e endDate) { | |||||
| 67 | th is.endDate = endDate ; | |||||
| 68 | } | |||||
| 69 | ||||||
| 70 | /** | |||||
| 71 | * Get s the valu e of the d ayRange pr operty. | |||||
| 72 | * | |||||
| 73 | * @re turn | |||||
| 74 | * possible object is | |||||
| 75 | * {@link in t } | |||||
| 76 | * | |||||
| 77 | */ | |||||
| 78 | public int getDa yRange() { | |||||
| 79 | re turn dayRa nge; | |||||
| 80 | } | |||||
| 81 | ||||||
| 82 | /** | |||||
| 83 | * Set s the valu e of the d ayRange pr operty. | |||||
| 84 | * | |||||
| 85 | * @pa ram value | |||||
| 86 | * allowed o bject is | |||||
| 87 | * {@link in t } | |||||
| 88 | * | |||||
| 89 | */ | |||||
| 90 | public void setD ayRange(in t value) { | |||||
| 91 | th is.dayRang e = value; | |||||
| 92 | } | |||||
| 93 | ||||||
| 94 | /** | |||||
| 95 | * Get s the valu e of the s ortFields property. | |||||
| 96 | * | |||||
| 97 | * @re turn | |||||
| 98 | * possible object is | |||||
| 99 | * {@link So rtFieldsTy pe } | |||||
| 100 | * | |||||
| 101 | */ | |||||
| 102 | public SortField sType getS ortFields( ) { | |||||
| 103 | re turn sortF ields; | |||||
| 104 | } | |||||
| 105 | ||||||
| 106 | /** | |||||
| 107 | * Set s the valu e of the s ortFields property. | |||||
| 108 | * | |||||
| 109 | * @pa ram value | |||||
| 110 | * allowed o bject is | |||||
| 111 | * {@link So rtFieldsTy pe } | |||||
| 112 | * | |||||
| 113 | */ | |||||
| 114 | public void setS ortFields( SortFields Type value ) { | |||||
| 115 | th is.sortFie lds = valu e; | |||||
| 116 | } | |||||
| 117 | ||||||
| 118 | /** | |||||
| 119 | * Get s the valu e of the p ageInfo pr operty. | |||||
| 120 | * | |||||
| 121 | * @re turn | |||||
| 122 | * possible object is | |||||
| 123 | * {@link Pa geInfoType } | |||||
| 124 | * | |||||
| 125 | */ | |||||
| 126 | public PageInfoT ype getPag eInfo() { | |||||
| 127 | re turn pageI nfo; | |||||
| 128 | } | |||||
| 129 | ||||||
| 130 | /** | |||||
| 131 | * Set s the valu e of the p ageInfo pr operty. | |||||
| 132 | * | |||||
| 133 | * @pa ram value | |||||
| 134 | * allowed o bject is | |||||
| 135 | * {@link Pa geInfoType } | |||||
| 136 | * | |||||
| 137 | */ | |||||
| 138 | public void setP ageInfo(Pa geInfoType value) { | |||||
| 139 | th is.pageInf o = value; | |||||
| 140 | } | |||||
| 141 | ||||||
| 142 | public boolean g etTestPati ents() { | |||||
| 143 | re turn testP atients; | |||||
| 144 | } | |||||
| 145 | ||||||
| 146 | public void setT estPatient s(boolean testPatien ts) { | |||||
| 147 | th is.testPat ients = te stPatients ; | |||||
| 148 | } | |||||
| 149 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.