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

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

3042.2 Comparison summary

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

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

3042.4 Active regular expressions

No regular expressions were active.

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