3083. EPMO Open Source Coordination Office Redaction File Detail Report

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

3083.1 Files compared

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

3083.2 Comparison summary

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

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

3083.4 Active regular expressions

No regular expressions were active.

3083.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  05:12:17  PM PDT 
        6   //
        7  
        8   package go v.va.nvap. privacy;
        9  
        10   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        11   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        12   import jav ax.xml.bin d.annotati on.XmlElem ent;
        13   import jav ax.xml.bin d.annotati on.XmlType ;
        14  
        15   /**
        16    * <p>
        17    * Java cl ass for pa rticipant  complex ty pe.
        18    * <p>
        19    * The fol lowing sch ema fragme nt specifi es the exp ected cont ent contai ned within
        20    * this cl ass.
        21    * 
        22    * <pre>
        23    * &lt;com plexType n ame="parti cipant">
        24    *   &lt;c omplexCont ent>
        25    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        26    *       & lt;sequenc e>
        27    *          &lt;eleme nt name="c omponentPa rticipantI d" type="{ http://www .w3.org/20 01/XMLSche ma}string" />
        28    *          &lt;eleme nt name="c omponentPa rticipantO id" type=" {http://ww w.w3.org/2 001/XMLSch ema}string "/>
        29    *          &lt;eleme nt name="c omponentPa rticipantR oleCode" t ype="{http ://www.w3. org/2001/X MLSchema}s tring"/>
        30    *          &lt;eleme nt name="c omponentPa rticipantR oleDisplay Name" type ="{http:// www.w3.org /2001/XMLS chema}stri ng"/>
        31    *          &lt;eleme nt name="c omponentPa rticipantR oleCodeSys temName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring"/>
        32    *          &lt;eleme nt name="c omponentPa rticipantR oleCodeSys temOid" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring"/>
        33    *          &lt;eleme nt name="c omponentPa rticipantS treetAddre ssLine" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring"/>
        34    *          &lt;eleme nt name="c omponentPa rticipantC ity" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g"/>
        35    *          &lt;eleme nt name="c omponentPa rticipantS tate" type ="{http:// www.w3.org /2001/XMLS chema}stri ng"/>
        36    *          &lt;eleme nt name="c omponentPa rticipantP ostalCode"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string"/>
        37    *          &lt;eleme nt name="c omponentPa rticipantC ountry" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring"/>
        38    *          &lt;eleme nt name="c omponentPa rticipantP layingEnti tyName" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring"/>
        39    *       & lt;/sequen ce>
        40    *     &lt ;/restrict ion>
        41    *   &lt;/ complexCon tent>
        42    * &lt;/co mplexType>
        43    * </pre>
        44    */
        45   @XmlAccess orType(Xml AccessType .FIELD)
        46   @XmlType(n ame = "par ticipant",  propOrder  = { "comp onentParti cipantId",
        47                    "com ponentPart icipantOid ", "compon entPartici pantRoleCo de",
        48                    "com ponentPart icipantRol eDisplayNa me",
        49                    "com ponentPart icipantRol eCodeSyste mName",
        50                    "com ponentPart icipantRol eCodeSyste mOid",
        51                    "com ponentPart icipantStr eetAddress Line", "co mponentPar ticipantCi ty",
        52                    "com ponentPart icipantSta te", "comp onentParti cipantPost alCode",
        53                    "com ponentPart icipantCou ntry", "co mponentPar ticipantPl ayingEntit yName" })
        54   public cla ss Partici pant {
        55  
        56           @X mlElement( required =  true)
        57           pr otected St ring compo nentPartic ipantCity;
        58           @X mlElement( required =  true)
        59           pr otected St ring compo nentPartic ipantCount ry;
        60           @X mlElement( required =  true)
        61           pr otected St ring compo nentPartic ipantId;
        62           @X mlElement( required =  true)
        63           pr otected St ring compo nentPartic ipantOid;
        64           @X mlElement( required =  true)
        65           pr otected St ring compo nentPartic ipantPlayi ngEntityNa me;
        66           @X mlElement( required =  true)
        67           pr otected St ring compo nentPartic ipantPosta lCode;
        68           @X mlElement( required =  true)
        69           pr otected St ring compo nentPartic ipantRoleC ode;
        70           @X mlElement( required =  true)
        71           pr otected St ring compo nentPartic ipantRoleC odeSystemN ame;
        72           @X mlElement( required =  true)
        73           pr otected St ring compo nentPartic ipantRoleC odeSystemO id;
        74           @X mlElement( required =  true)
        75           pr otected St ring compo nentPartic ipantRoleD isplayName ;
        76           @X mlElement( required =  true)
        77           pr otected St ring compo nentPartic ipantState ;
        78           @X mlElement( required =  true)
        79           pr otected St ring compo nentPartic ipantStree tAddressLi ne;
        80  
        81           /* *
        82            *  Gets the  value of t he compone ntParticip antCity pr operty.
        83            *  
        84            *  @return p ossible ob ject is {@ link Strin g }
        85            * /
        86           pu blic Strin g getCompo nentPartic ipantCity( ) {
        87                    retu rn this.co mponentPar ticipantCi ty;
        88           }
        89  
        90           /* *
        91            *  Gets the  value of t he compone ntParticip antCountry  property.
        92            *  
        93            *  @return p ossible ob ject is {@ link Strin g }
        94            * /
        95           pu blic Strin g getCompo nentPartic ipantCount ry() {
        96                    retu rn this.co mponentPar ticipantCo untry;
        97           }
        98  
        99           /* *
        100            *  Gets the  value of t he compone ntParticip antId prop erty.
        101            *  
        102            *  @return p ossible ob ject is {@ link Strin g }
        103            * /
        104           pu blic Strin g getCompo nentPartic ipantId()  {
        105                    retu rn this.co mponentPar ticipantId ;
        106           }
        107  
        108           /* *
        109            *  Gets the  value of t he compone ntParticip antOid pro perty.
        110            *  
        111            *  @return p ossible ob ject is {@ link Strin g }
        112            * /
        113           pu blic Strin g getCompo nentPartic ipantOid()  {
        114                    retu rn this.co mponentPar ticipantOi d;
        115           }
        116  
        117           /* *
        118            *  Gets the  value of t he compone ntParticip antPlaying EntityName  property.
        119            *  
        120            *  @return p ossible ob ject is {@ link Strin g }
        121            * /
        122           pu blic Strin g getCompo nentPartic ipantPlayi ngEntityNa me() {
        123                    retu rn this.co mponentPar ticipantPl ayingEntit yName;
        124           }
        125  
        126           /* *
        127            *  Gets the  value of t he compone ntParticip antPostalC ode proper ty.
        128            *  
        129            *  @return p ossible ob ject is {@ link Strin g }
        130            * /
        131           pu blic Strin g getCompo nentPartic ipantPosta lCode() {
        132                    retu rn this.co mponentPar ticipantPo stalCode;
        133           }
        134  
        135           /* *
        136            *  Gets the  value of t he compone ntParticip antRoleCod e property .
        137            *  
        138            *  @return p ossible ob ject is {@ link Strin g }
        139            * /
        140           pu blic Strin g getCompo nentPartic ipantRoleC ode() {
        141                    retu rn this.co mponentPar ticipantRo leCode;
        142           }
        143  
        144           /* *
        145            *  Gets the  value of t he compone ntParticip antRoleCod eSystemNam e property .
        146            *  
        147            *  @return p ossible ob ject is {@ link Strin g }
        148            * /
        149           pu blic Strin g getCompo nentPartic ipantRoleC odeSystemN ame() {
        150                    retu rn this.co mponentPar ticipantRo leCodeSyst emName;
        151           }
        152  
        153           /* *
        154            *  Gets the  value of t he compone ntParticip antRoleCod eSystemOid  property.
        155            *  
        156            *  @return p ossible ob ject is {@ link Strin g }
        157            * /
        158           pu blic Strin g getCompo nentPartic ipantRoleC odeSystemO id() {
        159                    retu rn this.co mponentPar ticipantRo leCodeSyst emOid;
        160           }
        161  
        162           /* *
        163            *  Gets the  value of t he compone ntParticip antRoleDis playName p roperty.
        164            *  
        165            *  @return p ossible ob ject is {@ link Strin g }
        166            * /
        167           pu blic Strin g getCompo nentPartic ipantRoleD isplayName () {
        168                    retu rn this.co mponentPar ticipantRo leDisplayN ame;
        169           }
        170  
        171           /* *
        172            *  Gets the  value of t he compone ntParticip antState p roperty.
        173            *  
        174            *  @return p ossible ob ject is {@ link Strin g }
        175            * /
        176           pu blic Strin g getCompo nentPartic ipantState () {
        177                    retu rn this.co mponentPar ticipantSt ate;
        178           }
        179  
        180           /* *
        181            *  Gets the  value of t he compone ntParticip antStreetA ddressLine  property.
        182            *  
        183            *  @return p ossible ob ject is {@ link Strin g }
        184            * /
        185           pu blic Strin g getCompo nentPartic ipantStree tAddressLi ne() {
        186                    retu rn this.co mponentPar ticipantSt reetAddres sLine;
        187           }
        188  
        189           /* *
        190            *  Sets the  value of t he compone ntParticip antCity pr operty.
        191            *  
        192            *  @param va lue
        193            *              allowed  object is  {@link Str ing }
        194            * /
        195           pu blic void  setCompone ntParticip antCity(fi nal String  value) {
        196                    this .component Participan tCity = va lue;
        197           }
        198  
        199           /* *
        200            *  Sets the  value of t he compone ntParticip antCountry  property.
        201            *  
        202            *  @param va lue
        203            *              allowed  object is  {@link Str ing }
        204            * /
        205           pu blic void  setCompone ntParticip antCountry (final Str ing value)  {
        206                    this .component Participan tCountry =  value;
        207           }
        208  
        209           /* *
        210            *  Sets the  value of t he compone ntParticip antId prop erty.
        211            *  
        212            *  @param va lue
        213            *              allowed  object is  {@link Str ing }
        214            * /
        215           pu blic void  setCompone ntParticip antId(fina l String v alue) {
        216                    this .component Participan tId = valu e;
        217           }
        218  
        219           /* *
        220            *  Sets the  value of t he compone ntParticip antOid pro perty.
        221            *  
        222            *  @param va lue
        223            *              allowed  object is  {@link Str ing }
        224            * /
        225           pu blic void  setCompone ntParticip antOid(fin al String  value) {
        226                    this .component Participan tOid = val ue;
        227           }
        228  
        229           /* *
        230            *  Sets the  value of t he compone ntParticip antPlaying EntityName  property.
        231            *  
        232            *  @param va lue
        233            *              allowed  object is  {@link Str ing }
        234            * /
        235           pu blic void  setCompone ntParticip antPlaying EntityName (final Str ing value)  {
        236                    this .component Participan tPlayingEn tityName =  value;
        237           }
        238  
        239           /* *
        240            *  Sets the  value of t he compone ntParticip antPostalC ode proper ty.
        241            *  
        242            *  @param va lue
        243            *              allowed  object is  {@link Str ing }
        244            * /
        245           pu blic void  setCompone ntParticip antPostalC ode(final  String val ue) {
        246                    this .component Participan tPostalCod e = value;
        247           }
        248  
        249           /* *
        250            *  Sets the  value of t he compone ntParticip antRoleCod e property .
        251            *  
        252            *  @param va lue
        253            *              allowed  object is  {@link Str ing }
        254            * /
        255           pu blic void  setCompone ntParticip antRoleCod e(final St ring value ) {
        256                    this .component Participan tRoleCode  = value;
        257           }
        258  
        259           /* *
        260            *  Sets the  value of t he compone ntParticip antRoleCod eSystemNam e property .
        261            *  
        262            *  @param va lue
        263            *              allowed  object is  {@link Str ing }
        264            * /
        265           pu blic void  setCompone ntParticip antRoleCod eSystemNam e(final St ring value ) {
        266                    this .component Participan tRoleCodeS ystemName  = value;
        267           }
        268  
        269           /* *
        270            *  Sets the  value of t he compone ntParticip antRoleCod eSystemOid  property.
        271            *  
        272            *  @param va lue
        273            *              allowed  object is  {@link Str ing }
        274            * /
        275           pu blic void  setCompone ntParticip antRoleCod eSystemOid (final Str ing value)  {
        276                    this .component Participan tRoleCodeS ystemOid =  value;
        277           }
        278  
        279           /* *
        280            *  Sets the  value of t he compone ntParticip antRoleDis playName p roperty.
        281            *  
        282            *  @param va lue
        283            *              allowed  object is  {@link Str ing }
        284            * /
        285           pu blic void  setCompone ntParticip antRoleDis playName(f inal Strin g value) {
        286                    this .component Participan tRoleDispl ayName = v alue;
        287           }
        288  
        289           /* *
        290            *  Sets the  value of t he compone ntParticip antState p roperty.
        291            *  
        292            *  @param va lue
        293            *              allowed  object is  {@link Str ing }
        294            * /
        295           pu blic void  setCompone ntParticip antState(f inal Strin g value) {
        296                    this .component Participan tState = v alue;
        297           }
        298  
        299           /* *
        300            *  Sets the  value of t he compone ntParticip antStreetA ddressLine  property.
        301            *  
        302            *  @param va lue
        303            *              allowed  object is  {@link Str ing }
        304            * /
        305           pu blic void  setCompone ntParticip antStreetA ddressLine (final Str ing value)  {
        306                    this .component Participan tStreetAdd ressLine =  value;
        307           }
        308  
        309   }