3041. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:49:44 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.

3041.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:44 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 ConsentDirectiveExpirationRequest.java Fri Apr 21 20:03:26 2017 UTC

3041.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 172
Removed 0 0

3041.3 Comparison options

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

3041.4 Active regular expressions

No regular expressions were active.

3041.5 Comparison detail

        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  
        8   package go v.va.nvap. privacy;
        9  
        10   import gov .va.med.nh in.adapter .audit.Pag eInfoType;
        11   import gov .va.med.nh in.adapter .audit.Sor tFieldsTyp e;
        12   import jav a.util.Dat e;
        13  
        14   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        15   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        16   import jav ax.xml.bin d.annotati on.XmlElem ent;
        17   import jav ax.xml.bin d.annotati on.XmlRoot Element;
        18   import jav ax.xml.bin d.annotati on.XmlType ;
        19  
        20   @XmlAccess orType(Xml AccessType .FIELD)
        21   @XmlType(n ame = "Con sentDirect iveExpirat ionRequest Type", pro pOrder = { "startDate ", "endDat e", "facil ityName",  "consentTy peName", " userId",
        22       "dayRa nge", "pat ientTypes" , "pageInf o", "sortF ields"})
        23   @XmlRootEl ement(name  = "Consen tDirective Expiration Request")
        24   public cla ss Consent DirectiveE xpirationR equest {
        25  
        26       @XmlEl ement(requ ired = tru e)
        27           pr otected Da te startDa te;
        28       
        29       @XmlEl ement(requ ired = tru e)
        30           pr otected Da te endDate ;
        31       
        32       @XmlEl ement(requ ired = tru e)
        33           pr otected St ring facil ityName;
        34       
        35       @XmlEl ement(requ ired = tru e)
        36           pr otected St ring conse ntTypeName ;
        37       
        38       @XmlEl ement(requ ired = tru e)
        39           pr otected St ring userI d;
        40       
        41           @X mlElement( required =  true)
        42           pr otected in t dayRange ;
        43       
        44       @XmlEl ement(requ ired = tru e)
        45           pr otected in t patientT ypes;
        46           
        47           @X mlElement( required =  true)
        48           pr otected Pa geInfoType  pageInfo;
        49           
        50           @X mlElement( required =  true)
        51           pr otected So rtFieldsTy pe sortFie lds;
        52  
        53       public  Date getS tartDate()  {
        54           re turn start Date;
        55       }
        56  
        57       public  void setS tartDate(D ate startD ate) {
        58           th is.startDa te = start Date;
        59       }
        60  
        61       public  Date getE ndDate() {
        62           re turn endDa te;
        63       }
        64  
        65       public  void setE ndDate(Dat e endDate)  {
        66           th is.endDate  = endDate ;
        67       }
        68  
        69       public  String ge tFacilityN ame() {
        70           re turn facil ityName;
        71       }
        72  
        73       public  void setF acilityNam e(String f acilityNam e) {
        74           th is.facilit yName = fa cilityName ;
        75       }
        76  
        77       public  String ge tConsentTy peName() {
        78           re turn conse ntTypeName ;
        79       }
        80  
        81       public  void setC onsentType Name(Strin g consentT ypeName) {
        82           th is.consent TypeName =  consentTy peName;
        83       }
        84  
        85       public  String ge tUserId()  {
        86           re turn userI d;
        87       }
        88  
        89       public  void setU serId(Stri ng userId)  {
        90           th is.userId  = userId;
        91       }
        92  
        93           /* *
        94        * Get s the valu e of the d ayRange pr operty.
        95        * 
        96        * @re turn
        97        *      possible  object is
        98        *      {@link in t }
        99        *      
        100        */
        101       public  int getDa yRange() {
        102           re turn dayRa nge;
        103       }
        104  
        105       /**
        106        * Set s the valu e of the d ayRange pr operty.
        107        * 
        108        * @pa ram value
        109        *      allowed o bject is
        110        *      {@link in t }
        111        *      
        112        */
        113       public  void setD ayRange(in t value) {
        114           th is.dayRang e = value;
        115       }
        116       
        117       /**
        118        * Get s the valu e of the s ortFields  property.
        119        *
        120        * @re turn
        121        *      possible  object is
        122        *      {@link So rtFieldsTy pe }
        123        *
        124        */
        125       public  SortField sType getS ortFields( ) {
        126           re turn sortF ields;
        127       }
        128  
        129       /**
        130        * Set s the valu e of the s ortFields  property.
        131        *
        132        * @pa ram value
        133        *      allowed o bject is
        134        *      {@link So rtFieldsTy pe }
        135        *
        136        */
        137       public  void setS ortFields( SortFields Type value ) {
        138           th is.sortFie lds = valu e;
        139       }
        140       
        141       /**
        142        * Get s the valu e of the p ageInfo pr operty.
        143        * 
        144        * @re turn
        145        *      possible  object is
        146        *      {@link Pa geInfoType  }
        147        *      
        148        */
        149       public  PageInfoT ype getPag eInfo() {
        150           re turn pageI nfo;
        151       }
        152  
        153       /**
        154        * Set s the valu e of the p ageInfo pr operty.
        155        * 
        156        * @pa ram value
        157        *      allowed o bject is
        158        *      {@link Pa geInfoType  }
        159        *      
        160        */
        161       public  void setP ageInfo(Pa geInfoType  value) {
        162           th is.pageInf o = value;
        163       }
        164  
        165       public  int getPa tientTypes () {
        166           re turn patie ntTypes;
        167       }
        168  
        169       public  void setP atientType s(int pati entTypes)  {
        170           th is.patient Types = pa tientTypes ;
        171       }
        172   }