3029. EPMO Open Source Coordination Office Redaction File Detail Report

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.

3029.1 Files compared

# 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 ConsentDirectiveAuthorizedRequest.java Fri Apr 21 20:03:26 2017 UTC

3029.2 Comparison summary

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

3029.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

3029.4 Active regular expressions

No regular expressions were active.

3029.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", 
        22       "dayRa nge", "tes tPatients" , "pageInf o", "sortF ields"})
        23   @XmlRootEl ement(name  = "Consen tDirective Expiration Request")
        24   public cla ss Consent DirectiveA uthorizedR 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           @X mlElement( required =  true)
        33           pr otected in t dayRange ;
        34       
        35       @XmlEl ement(requ ired = tru e)
        36           pr otected bo olean test Patients;
        37           
        38           @X mlElement( required =  true)
        39           pr otected Pa geInfoType  pageInfo;
        40           
        41           @X mlElement( required =  true)
        42           pr otected So rtFieldsTy pe sortFie lds;
        43  
        44       public  Date getS tartDate()  {
        45           re turn start Date;
        46       }
        47  
        48       public  void setS tartDate(D ate startD ate) {
        49           th is.startDa te = start Date;
        50       }
        51  
        52       public  Date getE ndDate() {
        53           re turn endDa te;
        54       }
        55  
        56       public  void setE ndDate(Dat e endDate)  {
        57           th is.endDate  = endDate ;
        58       }
        59  
        60           /* *
        61        * Get s the valu e of the d ayRange pr operty.
        62        * 
        63        * @re turn
        64        *      possible  object is
        65        *      {@link in t }
        66        *      
        67        */
        68       public  int getDa yRange() {
        69           re turn dayRa nge;
        70       }
        71  
        72       /**
        73        * Set s the valu e of the d ayRange pr operty.
        74        * 
        75        * @pa ram value
        76        *      allowed o bject is
        77        *      {@link in t }
        78        *      
        79        */
        80       public  void setD ayRange(in t value) {
        81           th is.dayRang e = value;
        82       }
        83       
        84       /**
        85        * Get s the valu e of the s ortFields  property.
        86        *
        87        * @re turn
        88        *      possible  object is
        89        *      {@link So rtFieldsTy pe }
        90        *
        91        */
        92       public  SortField sType getS ortFields( ) {
        93           re turn sortF ields;
        94       }
        95  
        96       /**
        97        * Set s the valu e of the s ortFields  property.
        98        *
        99        * @pa ram value
        100        *      allowed o bject is
        101        *      {@link So rtFieldsTy pe }
        102        *
        103        */
        104       public  void setS ortFields( SortFields Type value ) {
        105           th is.sortFie lds = valu e;
        106       }
        107       
        108       /**
        109        * Get s the valu e of the p ageInfo pr operty.
        110        * 
        111        * @re turn
        112        *      possible  object is
        113        *      {@link Pa geInfoType  }
        114        *      
        115        */
        116       public  PageInfoT ype getPag eInfo() {
        117           re turn pageI nfo;
        118       }
        119  
        120       /**
        121        * Set s the valu e of the p ageInfo pr operty.
        122        * 
        123        * @pa ram value
        124        *      allowed o bject is
        125        *      {@link Pa geInfoType  }
        126        *      
        127        */
        128       public  void setP ageInfo(Pa geInfoType  value) {
        129           th is.pageInf o = value;
        130       }
        131  
        132       public  boolean g etTestPati ents() {
        133           re turn testP atients;
        134       }
        135  
        136       public  void setT estPatient s(boolean  testPatien ts) {
        137           th is.testPat ients = te stPatients ;
        138       }
        139   }