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

3543.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 SpecialFactorsInfo.java Fri Apr 21 20:03:28 2017 UTC

3543.2 Comparison summary

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

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

3543.4 Active regular expressions

No regular expressions were active.

3543.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.XmlType ;
        7  
        8  
        9   /**
        10    * <p>Java  class for  specialFa ctorsInfo  complex ty pe.
        11    * 
        12    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        13    * 
        14    * <pre>
        15    * &lt;com plexType n ame="speci alFactorsI nfo">
        16    *   &lt;c omplexCont ent>
        17    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        18    *       & lt;all>
        19    *          &lt;eleme nt name="a gentOrange Ind" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/>
        20    *          &lt;eleme nt name="a gentOrange Location"  type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/>
        21    *          &lt;eleme nt name="e nvContamin antsInd" t ype="{http ://www.w3. org/2001/X MLSchema}b oolean" mi nOccurs="0 "/>
        22    *          &lt;eleme nt name="r adiationEx posureInd"  type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean"  minOccurs= "0"/>
        23    *          &lt;eleme nt name="r adiationEx posureMeth od" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/>
        24    *       & lt;/all>
        25    *     &lt ;/restrict ion>
        26    *   &lt;/ complexCon tent>
        27    * &lt;/co mplexType>
        28    * </pre>
        29    * 
        30    * 
        31    */
        32   @XmlAccess orType(Xml AccessType .FIELD)
        33   @XmlType(n ame = "spe cialFactor sInfo", pr opOrder =  {
        34  
        35   })
        36   public cla ss Special FactorsInf o {
        37  
        38       protec ted Boolea n agentOra ngeInd;
        39       protec ted String  agentOran geLocation ;
        40       protec ted Boolea n envConta minantsInd ;
        41       protec ted Boolea n radiatio nExposureI nd;
        42       protec ted String  radiation ExposureMe thod;
        43  
        44       /**
        45        * Get s the valu e of the a gentOrange Ind proper ty.
        46        * 
        47        * @re turn
        48        *      possible  object is
        49        *      {@link Bo olean }
        50        *      
        51        */
        52       public  Boolean i sAgentOran geInd() {
        53           re turn agent OrangeInd;
        54       }
        55  
        56       /**
        57        * Set s the valu e of the a gentOrange Ind proper ty.
        58        * 
        59        * @pa ram value
        60        *      allowed o bject is
        61        *      {@link Bo olean }
        62        *      
        63        */
        64       public  void setA gentOrange Ind(Boolea n value) {
        65           th is.agentOr angeInd =  value;
        66       }
        67  
        68       /**
        69        * Get s the valu e of the a gentOrange Location p roperty.
        70        * 
        71        * @re turn
        72        *      possible  object is
        73        *      {@link St ring }
        74        *      
        75        */
        76       public  String ge tAgentOran geLocation () {
        77           re turn agent OrangeLoca tion;
        78       }
        79  
        80       /**
        81        * Set s the valu e of the a gentOrange Location p roperty.
        82        * 
        83        * @pa ram value
        84        *      allowed o bject is
        85        *      {@link St ring }
        86        *      
        87        */
        88       public  void setA gentOrange Location(S tring valu e) {
        89           th is.agentOr angeLocati on = value ;
        90       }
        91  
        92       /**
        93        * Get s the valu e of the e nvContamin antsInd pr operty.
        94        * 
        95        * @re turn
        96        *      possible  object is
        97        *      {@link Bo olean }
        98        *      
        99        */
        100       public  Boolean i sEnvContam inantsInd( ) {
        101           re turn envCo ntaminants Ind;
        102       }
        103  
        104       /**
        105        * Set s the valu e of the e nvContamin antsInd pr operty.
        106        * 
        107        * @pa ram value
        108        *      allowed o bject is
        109        *      {@link Bo olean }
        110        *      
        111        */
        112       public  void setE nvContamin antsInd(Bo olean valu e) {
        113           th is.envCont aminantsIn d = value;
        114       }
        115  
        116       /**
        117        * Get s the valu e of the r adiationEx posureInd  property.
        118        * 
        119        * @re turn
        120        *      possible  object is
        121        *      {@link Bo olean }
        122        *      
        123        */
        124       public  Boolean i sRadiation ExposureIn d() {
        125           re turn radia tionExposu reInd;
        126       }
        127  
        128       /**
        129        * Set s the valu e of the r adiationEx posureInd  property.
        130        * 
        131        * @pa ram value
        132        *      allowed o bject is
        133        *      {@link Bo olean }
        134        *      
        135        */
        136       public  void setR adiationEx posureInd( Boolean va lue) {
        137           th is.radiati onExposure Ind = valu e;
        138       }
        139  
        140       /**
        141        * Get s the valu e of the r adiationEx posureMeth od propert y.
        142        * 
        143        * @re turn
        144        *      possible  object is
        145        *      {@link St ring }
        146        *      
        147        */
        148       public  String ge tRadiation ExposureMe thod() {
        149           re turn radia tionExposu reMethod;
        150       }
        151  
        152       /**
        153        * Set s the valu e of the r adiationEx posureMeth od propert y.
        154        * 
        155        * @pa ram value
        156        *      allowed o bject is
        157        *      {@link St ring }
        158        *      
        159        */
        160       public  void setR adiationEx posureMeth od(String  value) {
        161           th is.radiati onExposure Method = v alue;
        162       }
        163  
        164   }