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

3549.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\esr\webservices\jaxws\schemas SsnInfo.java Fri Apr 21 20:03:28 2017 UTC

3549.2 Comparison summary

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

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

3549.4 Active regular expressions

No regular expressions were active.

3549.5 Comparison detail

        1  
        2   package go v.va.med.e sr.webserv ices.jaxws .schemas;
        3  
        4   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        5   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        6   import jav ax.xml.bin d.annotati on.XmlSche maType;
        7   import jav ax.xml.bin d.annotati on.XmlType ;
        8   import jav ax.xml.dat atype.XMLG regorianCa lendar;
        9  
        10  
        11   /**
        12    * <p>Java  class for  ssnInfo c omplex typ e.
        13    * 
        14    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        15    * 
        16    * <pre>
        17    * &lt;com plexType n ame="ssnIn fo">
        18    *   &lt;c omplexCont ent>
        19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        20    *       & lt;all>
        21    *          &lt;eleme nt name="p seudoSSNRe ason" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/>
        22    *          &lt;eleme nt name="s ourceOfCha nge" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
        23    *          &lt;eleme nt name="s saMessage"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/>
        24    *          &lt;eleme nt name="s saReceived Date" type ="{http:// www.w3.org /2001/XMLS chema}date Time" minO ccurs="0"/ >
        25    *          &lt;eleme nt name="s saSentDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}dateTime " minOccur s="0"/>
        26    *          &lt;eleme nt name="s saVerifica tionDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime"  minOccurs= "0"/>
        27    *          &lt;eleme nt name="s saVerifica tionStatus " type="{h ttp://www. w3.org/200 1/XMLSchem a}string"  minOccurs= "0"/>
        28    *          &lt;eleme nt name="s snText" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
        29    *          &lt;eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/>
        30    *       & lt;/all>
        31    *     &lt ;/restrict ion>
        32    *   &lt;/ complexCon tent>
        33    * &lt;/co mplexType>
        34    * </pre>
        35    * 
        36    * 
        37    */
        38   @XmlAccess orType(Xml AccessType .FIELD)
        39   @XmlType(n ame = "ssn Info", pro pOrder = {
        40  
        41   })
        42   public cla ss SsnInfo  {
        43  
        44       protec ted String  pseudoSSN Reason;
        45       protec ted String  sourceOfC hange;
        46       protec ted String  ssaMessag e;
        47       @XmlSc hemaType(n ame = "dat eTime")
        48       protec ted XMLGre gorianCale ndar ssaRe ceivedDate ;
        49       @XmlSc hemaType(n ame = "dat eTime")
        50       protec ted XMLGre gorianCale ndar ssaSe ntDate;
        51       @XmlSc hemaType(n ame = "dat eTime")
        52       protec ted XMLGre gorianCale ndar ssaVe rification Date;
        53       protec ted String  ssaVerifi cationStat us;
        54       protec ted String  ssnText;
        55       protec ted String  type;
        56  
        57       /**
        58        * Get s the valu e of the p seudoSSNRe ason prope rty.
        59        * 
        60        * @re turn
        61        *      possible  object is
        62        *      {@link St ring }
        63        *      
        64        */
        65       public  String ge tPseudoSSN Reason() {
        66           re turn pseud oSSNReason ;
        67       }
        68  
        69       /**
        70        * Set s the valu e of the p seudoSSNRe ason prope rty.
        71        * 
        72        * @pa ram value
        73        *      allowed o bject is
        74        *      {@link St ring }
        75        *      
        76        */
        77       public  void setP seudoSSNRe ason(Strin g value) {
        78           th is.pseudoS SNReason =  value;
        79       }
        80  
        81       /**
        82        * Get s the valu e of the s ourceOfCha nge proper ty.
        83        * 
        84        * @re turn
        85        *      possible  object is
        86        *      {@link St ring }
        87        *      
        88        */
        89       public  String ge tSourceOfC hange() {
        90           re turn sourc eOfChange;
        91       }
        92  
        93       /**
        94        * Set s the valu e of the s ourceOfCha nge proper ty.
        95        * 
        96        * @pa ram value
        97        *      allowed o bject is
        98        *      {@link St ring }
        99        *      
        100        */
        101       public  void setS ourceOfCha nge(String  value) {
        102           th is.sourceO fChange =  value;
        103       }
        104  
        105       /**
        106        * Get s the valu e of the s saMessage  property.
        107        * 
        108        * @re turn
        109        *      possible  object is
        110        *      {@link St ring }
        111        *      
        112        */
        113       public  String ge tSsaMessag e() {
        114           re turn ssaMe ssage;
        115       }
        116  
        117       /**
        118        * Set s the valu e of the s saMessage  property.
        119        * 
        120        * @pa ram value
        121        *      allowed o bject is
        122        *      {@link St ring }
        123        *      
        124        */
        125       public  void setS saMessage( String val ue) {
        126           th is.ssaMess age = valu e;
        127       }
        128  
        129       /**
        130        * Get s the valu e of the s saReceived Date prope rty.
        131        * 
        132        * @re turn
        133        *      possible  object is
        134        *      {@link XM LGregorian Calendar }
        135        *      
        136        */
        137       public  XMLGregor ianCalenda r getSsaRe ceivedDate () {
        138           re turn ssaRe ceivedDate ;
        139       }
        140  
        141       /**
        142        * Set s the valu e of the s saReceived Date prope rty.
        143        * 
        144        * @pa ram value
        145        *      allowed o bject is
        146        *      {@link XM LGregorian Calendar }
        147        *      
        148        */
        149       public  void setS saReceived Date(XMLGr egorianCal endar valu e) {
        150           th is.ssaRece ivedDate =  value;
        151       }
        152  
        153       /**
        154        * Get s the valu e of the s saSentDate  property.
        155        * 
        156        * @re turn
        157        *      possible  object is
        158        *      {@link XM LGregorian Calendar }
        159        *      
        160        */
        161       public  XMLGregor ianCalenda r getSsaSe ntDate() {
        162           re turn ssaSe ntDate;
        163       }
        164  
        165       /**
        166        * Set s the valu e of the s saSentDate  property.
        167        * 
        168        * @pa ram value
        169        *      allowed o bject is
        170        *      {@link XM LGregorian Calendar }
        171        *      
        172        */
        173       public  void setS saSentDate (XMLGregor ianCalenda r value) {
        174           th is.ssaSent Date = val ue;
        175       }
        176  
        177       /**
        178        * Get s the valu e of the s saVerifica tionDate p roperty.
        179        * 
        180        * @re turn
        181        *      possible  object is
        182        *      {@link XM LGregorian Calendar }
        183        *      
        184        */
        185       public  XMLGregor ianCalenda r getSsaVe rification Date() {
        186           re turn ssaVe rification Date;
        187       }
        188  
        189       /**
        190        * Set s the valu e of the s saVerifica tionDate p roperty.
        191        * 
        192        * @pa ram value
        193        *      allowed o bject is
        194        *      {@link XM LGregorian Calendar }
        195        *      
        196        */
        197       public  void setS saVerifica tionDate(X MLGregoria nCalendar  value) {
        198           th is.ssaVeri ficationDa te = value ;
        199       }
        200  
        201       /**
        202        * Get s the valu e of the s saVerifica tionStatus  property.
        203        * 
        204        * @re turn
        205        *      possible  object is
        206        *      {@link St ring }
        207        *      
        208        */
        209       public  String ge tSsaVerifi cationStat us() {
        210           re turn ssaVe rification Status;
        211       }
        212  
        213       /**
        214        * Set s the valu e of the s saVerifica tionStatus  property.
        215        * 
        216        * @pa ram value
        217        *      allowed o bject is
        218        *      {@link St ring }
        219        *      
        220        */
        221       public  void setS saVerifica tionStatus (String va lue) {
        222           th is.ssaVeri ficationSt atus = val ue;
        223       }
        224  
        225       /**
        226        * Get s the valu e of the s snText pro perty.
        227        * 
        228        * @re turn
        229        *      possible  object is
        230        *      {@link St ring }
        231        *      
        232        */
        233       public  String ge tSsnText()  {
        234           re turn ssnTe xt;
        235       }
        236  
        237       /**
        238        * Set s the valu e of the s snText pro perty.
        239        * 
        240        * @pa ram value
        241        *      allowed o bject is
        242        *      {@link St ring }
        243        *      
        244        */
        245       public  void setS snText(Str ing value)  {
        246           th is.ssnText  = value;
        247       }
        248  
        249       /**
        250        * Get s the valu e of the t ype proper ty.
        251        * 
        252        * @re turn
        253        *      possible  object is
        254        *      {@link St ring }
        255        *      
        256        */
        257       public  String ge tType() {
        258           re turn type;
        259       }
        260  
        261       /**
        262        * Set s the valu e of the t ype proper ty.
        263        * 
        264        * @pa ram value
        265        *      allowed o bject is
        266        *      {@link St ring }
        267        *      
        268        */
        269       public  void setT ype(String  value) {
        270           th is.type =  value;
        271       }
        272  
        273   }