3585. EPMO Open Source Coordination Office Redaction File Detail Report

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

3585.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:21 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\ihe\iti\xds_b\_2007 RetrieveDocumentSetResponse.java Fri Apr 21 20:03:28 2017 UTC

3585.2 Comparison summary

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

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

3585.4 Active regular expressions

No regular expressions were active.

3585.5 Comparison detail

        1  
        2   package ih e.iti.xds_ b._2007;
        3  
        4   import jav a.util.Arr ayList;
        5   import jav a.util.Lis t;
        6   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        8   import jav ax.xml.bin d.annotati on.XmlElem ent;
        9   import jav ax.xml.bin d.annotati on.XmlRoot Element;
        10   import jav ax.xml.bin d.annotati on.XmlType ;
        11   import oas is.names.t c.ebxml_re grep.xsd.r s._3.Regis tryRespons eType;
        12  
        13  
        14   /**
        15    * <p>Java  class for  RetrieveD ocumentSet ResponseTy pe complex  type.
        16    * 
        17    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        18    * 
        19    * <pre>
        20    * &lt;com plexType n ame="Retri eveDocumen tSetRespon seType">
        21    *   &lt;c omplexCont ent>
        22    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        23    *       & lt;sequenc e>
        24    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:eb xml-regrep :xsd:rs:3. 0}Registry Response"/ >
        25    *          &lt;seque nce minOcc urs="0">
        26    *            &lt;ele ment name= "DocumentR esponse" m axOccurs=" unbounded" >
        27    *              &lt;c omplexType >
        28    *                &lt ;complexCo ntent>
        29    *                  & lt;restric tion base= "{http://w ww.w3.org/ 2001/XMLSc hema}anyTy pe">
        30    *                     &lt;seque nce>
        31    *                       &lt;ele ment name= "HomeCommu nityId" ty pe="{urn:o asis:names :tc:ebxml- regrep:xsd :rim:3.0}L ongName" m inOccurs=" 0"/>
        32    *                       &lt;ele ment name= "Repositor yUniqueId"  type="{ur n:oasis:na mes:tc:ebx ml-regrep: xsd:rim:3. 0}LongName "/>
        33    *                       &lt;ele ment name= "DocumentU niqueId" t ype="{urn: oasis:name s:tc:ebxml -regrep:xs d:rim:3.0} LongName"/ >
        34    *                       &lt;ele ment name= "mimeType"  type="{ur n:oasis:na mes:tc:ebx ml-regrep: xsd:rim:3. 0}LongName "/>
        35    *                       &lt;ele ment name= "Document"  type="{ht tp://www.w 3.org/2001 /XMLSchema }base64Bin ary"/>
        36    *                     &lt;/sequ ence>
        37    *                  & lt;/restri ction>
        38    *                &lt ;/complexC ontent>
        39    *              &lt;/ complexTyp e>
        40    *            &lt;/el ement>
        41    *          &lt;/sequ ence>
        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 = "",  propOrder  = {
        52       "regis tryRespons e",
        53       "docum entRespons e"
        54   })
        55   @XmlRootEl ement(name ="Retrieve DocumentSe tResponse" )
        56   public cla ss Retriev eDocumentS etResponse  {
        57  
        58       @XmlEl ement(name  = "Regist ryResponse ", namespa ce = "urn: oasis:name s:tc:ebxml -regrep:xs d:rs:3.0",  required  = true)
        59       protec ted Regist ryResponse Type regis tryRespons e;
        60       @XmlEl ement(name  = "Docume ntResponse ")
        61       protec ted List<R etrieveDoc umentSetRe sponseType .DocumentR esponse> d ocumentRes ponse;
        62  
        63       /**
        64        * Get s the valu e of the r egistryRes ponse prop erty.
        65        * 
        66        * @re turn
        67        *      possible  object is
        68        *      {@link Re gistryResp onseType }
        69        *      
        70        */
        71       public  RegistryR esponseTyp e getRegis tryRespons e() {
        72           re turn regis tryRespons e;
        73       }
        74  
        75       /**
        76        * Set s the valu e of the r egistryRes ponse prop erty.
        77        * 
        78        * @pa ram value
        79        *      allowed o bject is
        80        *      {@link Re gistryResp onseType }
        81        *      
        82        */
        83       public  void setR egistryRes ponse(Regi stryRespon seType val ue) {
        84           th is.registr yResponse  = value;
        85       }
        86  
        87       /**
        88        * Get s the valu e of the d ocumentRes ponse prop erty.
        89        * 
        90        * <p>
        91        * Thi s accessor  method re turns a re ference to  the live  list,
        92        * not  a snapsho t. Therefo re any mod ification  you make t o the
        93        * ret urned list  will be p resent ins ide the JA XB object.
        94        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the docu mentRespon se propert y.
        95        * 
        96        * <p>
        97        * For  example,  to add a n ew item, d o as follo ws:
        98        * <pr e>
        99        *     getDocumen tResponse( ).add(newI tem);
        100        * </p re>
        101        * 
        102        * 
        103        * <p>
        104        * Obj ects of th e followin g type(s)  are allowe d in the l ist
        105        * {@l ink Retrie veDocument SetRespons eType.Docu mentRespon se }
        106        * 
        107        * 
        108        */
        109       public  List<Retr ieveDocume ntSetRespo nseType.Do cumentResp onse> getD ocumentRes ponse() {
        110           if  (document Response = = null) {
        111                document Response =  new Array List<Retri eveDocumen tSetRespon seType.Doc umentRespo nse>();
        112           }
        113           re turn this. documentRe sponse;
        114       }
        115  
        116  
        117       /**
        118        * <p> Java class  for anony mous compl ex type.
        119        * 
        120        * <p> The follow ing schema  fragment  specifies  the expect ed content  contained  within th is class.
        121        * 
        122        * <pr e>
        123        * &lt ;complexTy pe>
        124        *   & lt;complex Content>
        125        *      &lt;restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type">
        126        *        &lt;seq uence>
        127        *          &lt;e lement nam e="HomeCom munityId"  type="{urn :oasis:nam es:tc:ebxm l-regrep:x sd:rim:3.0 }LongName"  minOccurs ="0"/>
        128        *          &lt;e lement nam e="Reposit oryUniqueI d" type="{ urn:oasis: names:tc:e bxml-regre p:xsd:rim: 3.0}LongNa me"/>
        129        *          &lt;e lement nam e="Documen tUniqueId"  type="{ur n:oasis:na mes:tc:ebx ml-regrep: xsd:rim:3. 0}LongName "/>
        130        *          &lt;e lement nam e="mimeTyp e" type="{ urn:oasis: names:tc:e bxml-regre p:xsd:rim: 3.0}LongNa me"/>
        131        *          &lt;e lement nam e="Documen t" type="{ http://www .w3.org/20 01/XMLSche ma}base64B inary"/>
        132        *        &lt;/se quence>
        133        *      &lt;/rest riction>
        134        *   & lt;/comple xContent>
        135        * &lt ;/complexT ype>
        136        * </p re>
        137        * 
        138        * 
        139        */
        140       @XmlAc cessorType (XmlAccess Type.FIELD )
        141       @XmlTy pe(name =  "", propOr der = {
        142           "h omeCommuni tyId",
        143           "r epositoryU niqueId",
        144           "d ocumentUni queId",
        145           "m imeType",
        146           "d ocument"
        147       })
        148       public  static cl ass Docume ntResponse  {
        149  
        150           @X mlElement( name = "Ho meCommunit yId")
        151           pr otected St ring homeC ommunityId ;
        152           @X mlElement( name = "Re positoryUn iqueId", r equired =  true)
        153           pr otected St ring repos itoryUniqu eId;
        154           @X mlElement( name = "Do cumentUniq ueId", req uired = tr ue)
        155           pr otected St ring docum entUniqueI d;
        156           @X mlElement( required =  true)
        157           pr otected St ring mimeT ype;
        158           @X mlElement( name = "Do cument", r equired =  true)
        159           pr otected by te[] docum ent;
        160  
        161           /* *
        162            *  Gets the  value of t he homeCom munityId p roperty.
        163            *  
        164            *  @return
        165            *      possi ble object  is
        166            *      {@lin k String }
        167            *      
        168            * /
        169           pu blic Strin g getHomeC ommunityId () {
        170                return h omeCommuni tyId;
        171           }
        172  
        173           /* *
        174            *  Sets the  value of t he homeCom munityId p roperty.
        175            *  
        176            *  @param va lue
        177            *      allow ed object  is
        178            *      {@lin k String }
        179            *      
        180            * /
        181           pu blic void  setHomeCom munityId(S tring valu e) {
        182                this.hom eCommunity Id = value ;
        183           }
        184  
        185           /* *
        186            *  Gets the  value of t he reposit oryUniqueI d property .
        187            *  
        188            *  @return
        189            *      possi ble object  is
        190            *      {@lin k String }
        191            *      
        192            * /
        193           pu blic Strin g getRepos itoryUniqu eId() {
        194                return r epositoryU niqueId;
        195           }
        196  
        197           /* *
        198            *  Sets the  value of t he reposit oryUniqueI d property .
        199            *  
        200            *  @param va lue
        201            *      allow ed object  is
        202            *      {@lin k String }
        203            *      
        204            * /
        205           pu blic void  setReposit oryUniqueI d(String v alue) {
        206                this.rep ositoryUni queId = va lue;
        207           }
        208  
        209           /* *
        210            *  Gets the  value of t he documen tUniqueId  property.
        211            *  
        212            *  @return
        213            *      possi ble object  is
        214            *      {@lin k String }
        215            *      
        216            * /
        217           pu blic Strin g getDocum entUniqueI d() {
        218                return d ocumentUni queId;
        219           }
        220  
        221           /* *
        222            *  Sets the  value of t he documen tUniqueId  property.
        223            *  
        224            *  @param va lue
        225            *      allow ed object  is
        226            *      {@lin k String }
        227            *      
        228            * /
        229           pu blic void  setDocumen tUniqueId( String val ue) {
        230                this.doc umentUniqu eId = valu e;
        231           }
        232  
        233           /* *
        234            *  Gets the  value of t he mimeTyp e property .
        235            *  
        236            *  @return
        237            *      possi ble object  is
        238            *      {@lin k String }
        239            *      
        240            * /
        241           pu blic Strin g getMimeT ype() {
        242                return m imeType;
        243           }
        244  
        245           /* *
        246            *  Sets the  value of t he mimeTyp e property .
        247            *  
        248            *  @param va lue
        249            *      allow ed object  is
        250            *      {@lin k String }
        251            *      
        252            * /
        253           pu blic void  setMimeTyp e(String v alue) {
        254                this.mim eType = va lue;
        255           }
        256  
        257           /* *
        258            *  Gets the  value of t he documen t property .
        259            *  
        260            *  @return
        261            *      possi ble object  is
        262            *      byte[ ]
        263            * /
        264           pu blic byte[ ] getDocum ent() {
        265                return d ocument;
        266           }
        267  
        268           /* *
        269            *  Sets the  value of t he documen t property .
        270            *  
        271            *  @param va lue
        272            *      allow ed object  is
        273            *      byte[ ]
        274            * /
        275           pu blic void  setDocumen t(byte[] v alue) {
        276                this.doc ument = (v alue);
        277           }
        278  
        279       }
        280  
        281   }