3474. EPMO Open Source Coordination Office Redaction File Detail Report

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

3474.1 Files compared

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

3474.2 Comparison summary

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

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

3474.4 Active regular expressions

No regular expressions were active.

3474.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.XmlElem ent;
        7   import jav ax.xml.bin d.annotati on.XmlType ;
        8  
        9  
        10   /**
        11    * <p>Java  class for  combatEpi sodeInfo c omplex typ e.
        12    * 
        13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        14    * 
        15    * <pre>
        16    * &lt;com plexType n ame="comba tEpisodeIn fo">
        17    *   &lt;c omplexCont ent>
        18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        19    *       & lt;all>
        20    *          &lt;eleme nt name="c ombatPayTy pe" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
        21    *          &lt;eleme nt name="c onflictLoc ation" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/>
        22    *          &lt;eleme nt name="e ndDate" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ >
        23    *          &lt;eleme nt name="O EFOIFSourc e" type="{ http://www .w3.org/20 01/XMLSche ma}string"  minOccurs ="0"/>
        24    *          &lt;eleme nt name="O EFOIFStati onNumber"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
        25    *          &lt;eleme nt name="s tartDate"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
        26    *       & lt;/all>
        27    *     &lt ;/restrict ion>
        28    *   &lt;/ complexCon tent>
        29    * &lt;/co mplexType>
        30    * </pre>
        31    * 
        32    * 
        33    */
        34   @XmlAccess orType(Xml AccessType .FIELD)
        35   @XmlType(n ame = "com batEpisode Info", pro pOrder = {
        36  
        37   })
        38   public cla ss CombatE pisodeInfo  {
        39  
        40       protec ted String  combatPay Type;
        41       protec ted String  conflictL ocation;
        42       protec ted String  endDate;
        43       @XmlEl ement(name  = "OEFOIF Source")
        44       protec ted String  oefoifSou rce;
        45       @XmlEl ement(name  = "OEFOIF StationNum ber")
        46       protec ted String  oefoifSta tionNumber ;
        47       protec ted String  startDate ;
        48  
        49       /**
        50        * Get s the valu e of the c ombatPayTy pe propert y.
        51        * 
        52        * @re turn
        53        *      possible  object is
        54        *      {@link St ring }
        55        *      
        56        */
        57       public  String ge tCombatPay Type() {
        58           re turn comba tPayType;
        59       }
        60  
        61       /**
        62        * Set s the valu e of the c ombatPayTy pe propert y.
        63        * 
        64        * @pa ram value
        65        *      allowed o bject is
        66        *      {@link St ring }
        67        *      
        68        */
        69       public  void setC ombatPayTy pe(String  value) {
        70           th is.combatP ayType = v alue;
        71       }
        72  
        73       /**
        74        * Get s the valu e of the c onflictLoc ation prop erty.
        75        * 
        76        * @re turn
        77        *      possible  object is
        78        *      {@link St ring }
        79        *      
        80        */
        81       public  String ge tConflictL ocation()  {
        82           re turn confl ictLocatio n;
        83       }
        84  
        85       /**
        86        * Set s the valu e of the c onflictLoc ation prop erty.
        87        * 
        88        * @pa ram value
        89        *      allowed o bject is
        90        *      {@link St ring }
        91        *      
        92        */
        93       public  void setC onflictLoc ation(Stri ng value)  {
        94           th is.conflic tLocation  = value;
        95       }
        96  
        97       /**
        98        * Get s the valu e of the e ndDate pro perty.
        99        * 
        100        * @re turn
        101        *      possible  object is
        102        *      {@link St ring }
        103        *      
        104        */
        105       public  String ge tEndDate()  {
        106           re turn endDa te;
        107       }
        108  
        109       /**
        110        * Set s the valu e of the e ndDate pro perty.
        111        * 
        112        * @pa ram value
        113        *      allowed o bject is
        114        *      {@link St ring }
        115        *      
        116        */
        117       public  void setE ndDate(Str ing value)  {
        118           th is.endDate  = value;
        119       }
        120  
        121       /**
        122        * Get s the valu e of the o efoifSourc e property .
        123        * 
        124        * @re turn
        125        *      possible  object is
        126        *      {@link St ring }
        127        *      
        128        */
        129       public  String ge tOEFOIFSou rce() {
        130           re turn oefoi fSource;
        131       }
        132  
        133       /**
        134        * Set s the valu e of the o efoifSourc e property .
        135        * 
        136        * @pa ram value
        137        *      allowed o bject is
        138        *      {@link St ring }
        139        *      
        140        */
        141       public  void setO EFOIFSourc e(String v alue) {
        142           th is.oefoifS ource = va lue;
        143       }
        144  
        145       /**
        146        * Get s the valu e of the o efoifStati onNumber p roperty.
        147        * 
        148        * @re turn
        149        *      possible  object is
        150        *      {@link St ring }
        151        *      
        152        */
        153       public  String ge tOEFOIFSta tionNumber () {
        154           re turn oefoi fStationNu mber;
        155       }
        156  
        157       /**
        158        * Set s the valu e of the o efoifStati onNumber p roperty.
        159        * 
        160        * @pa ram value
        161        *      allowed o bject is
        162        *      {@link St ring }
        163        *      
        164        */
        165       public  void setO EFOIFStati onNumber(S tring valu e) {
        166           th is.oefoifS tationNumb er = value ;
        167       }
        168  
        169       /**
        170        * Get s the valu e of the s tartDate p roperty.
        171        * 
        172        * @re turn
        173        *      possible  object is
        174        *      {@link St ring }
        175        *      
        176        */
        177       public  String ge tStartDate () {
        178           re turn start Date;
        179       }
        180  
        181       /**
        182        * Set s the valu e of the s tartDate p roperty.
        183        * 
        184        * @pa ram value
        185        *      allowed o bject is
        186        *      {@link St ring }
        187        *      
        188        */
        189       public  void setS tartDate(S tring valu e) {
        190           th is.startDa te = value ;
        191       }
        192  
        193   }