3553. EPMO Open Source Coordination Office Redaction File Detail Report

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

3553.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:19 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-ext-svc-proxy\src\main\java\gov\va\med\nhin\adapter\announce AnnouncePatientType.java Fri Apr 21 20:03:28 2017 UTC

3553.2 Comparison summary

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

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

3553.4 Active regular expressions

No regular expressions were active.

3553.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.09.19 at  09:24:14  AM PDT 
        6   //
        7  
        8  
        9   package go v.va.med.n hin.adapte r.announce ;
        10  
        11   import jav a.util.Arr ayList;
        12   import jav a.util.Lis t;
        13   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        14   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        15   import jav ax.xml.bin d.annotati on.XmlElem ent;
        16   import jav ax.xml.bin d.annotati on.XmlType ;
        17  
        18  
        19   /**
        20    * <p>Java  class for  AnnounceP atientType  complex t ype.
        21    * 
        22    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        23    * 
        24    * <pre>
        25    * &lt;com plexType n ame="Annou ncePatient Type">
        26    *   &lt;c omplexCont ent>
        27    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        28    *       & lt;sequenc e>
        29    *          &lt;eleme nt name="p atientId"  type="{htt p://www.w3 .org/2001/ XMLSchema} string"/>
        30    *          &lt;eleme nt name="f acilities"  minOccurs ="0">
        31    *            &lt;com plexType>
        32    *              &lt;c omplexCont ent>
        33    *                &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        34    *                  & lt;sequenc e>
        35    *                     &lt;eleme nt name="f acility" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" max Occurs="un bounded"/>
        36    *                  & lt;/sequen ce>
        37    *                &lt ;/restrict ion>
        38    *              &lt;/ complexCon tent>
        39    *            &lt;/co mplexType>
        40    *          &lt;/elem ent>
        41    *          &lt;eleme nt name="u serInfo" t ype="{urn: gov:va:med :nhin:adap ter:permis sion}UserI nfoType"/>
        42    *       & lt;/sequen ce>
        43    *     &lt ;/restrict ion>
        44    *   &lt;/ complexCon tent>
        45    * &lt;/co mplexType>
        46    * </pre>
        47    * 
        48    * 
        49    */
        50   @XmlAccess orType(Xml AccessType .FIELD)
        51   @XmlType(n ame = "Ann ouncePatie ntType", p ropOrder =  {
        52       "patie ntId",
        53       "facil ities",
        54       "userI nfo",
        55       "hieTr ansactionI d"
        56   })
        57   public cla ss Announc ePatientTy pe {
        58  
        59       @XmlEl ement(requ ired = tru e)
        60       protec ted String  patientId ;
        61       protec ted Announ cePatientT ype.Facili ties facil ities;
        62       @XmlEl ement(requ ired = tru e)
        63       protec ted UserIn foType use rInfo;
        64       protec ted String  hieTransa ctionId;
        65  
        66       /**
        67        * Get s the valu e of the p atientId p roperty.
        68        * 
        69        * @re turn
        70        *      possible  object is
        71        *      {@link St ring }
        72        *      
        73        */
        74       public  String ge tPatientId () {
        75           re turn patie ntId;
        76       }
        77  
        78       /**
        79        * Set s the valu e of the p atientId p roperty.
        80        * 
        81        * @pa ram value
        82        *      allowed o bject is
        83        *      {@link St ring }
        84        *      
        85        */
        86       public  void setP atientId(S tring valu e) {
        87           th is.patient Id = value ;
        88       }
        89  
        90       /**
        91        * Get s the valu e of the f acilities  property.
        92        * 
        93        * @re turn
        94        *      possible  object is
        95        *      {@link An nouncePati entType.Fa cilities }
        96        *      
        97        */
        98       public  AnnounceP atientType .Facilitie s getFacil ities() {
        99           re turn facil ities;
        100       }
        101  
        102       /**
        103        * Set s the valu e of the f acilities  property.
        104        * 
        105        * @pa ram value
        106        *      allowed o bject is
        107        *      {@link An nouncePati entType.Fa cilities }
        108        *      
        109        */
        110       public  void setF acilities( AnnouncePa tientType. Facilities  value) {
        111           th is.facilit ies = valu e;
        112       }
        113  
        114       /**
        115        * Get s the valu e of the u serInfo pr operty.
        116        * 
        117        * @re turn
        118        *      possible  object is
        119        *      {@link Us erInfoType  }
        120        *      
        121        */
        122       public  UserInfoT ype getUse rInfo() {
        123           re turn userI nfo;
        124       }
        125  
        126       /**
        127        * Set s the valu e of the u serInfo pr operty.
        128        * 
        129        * @pa ram value
        130        *      allowed o bject is
        131        *      {@link Us erInfoType  }
        132        *      
        133        */
        134       public  void setU serInfo(Us erInfoType  value) {
        135           th is.userInf o = value;
        136       }
        137  
        138  
        139       /**
        140        * <p> Java class  for anony mous compl ex type.
        141        * 
        142        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
        143        * 
        144        * <pr e>
        145        * &lt ;complexTy pe>
        146        *   & lt;complex Content>
        147        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type">
        148        *        &lt;seq uence>
        149        *          &lt;e lement nam e="facilit y" type="{ http://www .w3.org/20 01/XMLSche ma}string"  maxOccurs ="unbounde d"/>
        150        *        &lt;/se quence>
        151        *      &lt;/rest riction>
        152        *   & lt;/comple xContent>
        153        * &lt ;/complexT ype>
        154        * </p re>
        155        * 
        156        * 
        157        */
        158       @XmlAc cessorType (XmlAccess Type.FIELD )
        159       @XmlTy pe(name =  "", propOr der = {
        160           "f acility"
        161       })
        162       public  static cl ass Facili ties {
        163  
        164           @X mlElement( required =  true)
        165           pr otected Li st<String>  facility;
        166  
        167           /* *
        168            *  Gets the  value of t he facilit y property .
        169            *  
        170            *  <p>
        171            *  This acce ssor metho d returns  a referenc e to the l ive list,
        172            *  not a sna pshot. The refore any  modificat ion you ma ke to the
        173            *  returned  list will  be present  inside th e JAXB obj ect.
        174            *  This is w hy there i s not a <C ODE>set</C ODE> metho d for the  facility p roperty.
        175            *  
        176            *  <p>
        177            *  For examp le, to add  a new ite m, do as f ollows:
        178            *  <pre>
        179            *     getFac ility().ad d(newItem) ;
        180            *  </pre>
        181            *  
        182            *  
        183            *  <p>
        184            *  Objects o f the foll owing type (s) are al lowed in t he list
        185            *  {@link St ring }
        186            *  
        187            *  
        188            * /
        189           pu blic List< String> ge tFacility( ) {
        190                if (faci lity == nu ll) {
        191                    faci lity = new  ArrayList <String>() ;
        192                }
        193                return t his.facili ty;
        194           }
        195  
        196       }
        197  
        198       /**
        199        * Get s the valu e of the h ieTransact ionId prop erty.
        200        *
        201        * @re turn
        202        *      possible  object is
        203        *      {@link St ring }
        204        *
        205        */
        206       public  String ge tHieTransa ctionId()  {
        207           re turn hieTr ansactionI d;
        208       }
        209  
        210       /**
        211        * Set s the valu e of the h ieTransact ionId prop erty.
        212        *
        213        * @pa ram value
        214        *      allowed o bject is
        215        *      {@link St ring }
        216        *
        217        */
        218       public  void setH ieTransact ionId(Stri ng value)  {
        219           th is.hieTran sactionId  = value;
        220       }
        221   }