3622. EPMO Open Source Coordination Office Redaction File Detail Report

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

3622.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:22 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\oasis\names\tc\xacml\_2_0\policy\schema\os IdReferenceType.java Fri Apr 21 20:03:28 2017 UTC

3622.2 Comparison summary

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

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

3622.4 Active regular expressions

No regular expressions were active.

3622.5 Comparison detail

        1  
        2   package oa sis.names. tc.xacml._ 2_0.policy .schema.os ;
        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.XmlAttr ibute;
        7   import jav ax.xml.bin d.annotati on.XmlSche maType;
        8   import jav ax.xml.bin d.annotati on.XmlType ;
        9   import jav ax.xml.bin d.annotati on.XmlValu e;
        10  
        11  
        12   /**
        13    * <p>Java  class for  IdReferen ceType com plex type.
        14    * 
        15    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        16    * 
        17    * <pre>
        18    * &lt;com plexType n ame="IdRef erenceType ">
        19    *   &lt;s impleConte nt>
        20    *     &lt ;extension  base="&lt ;http://ww w.w3.org/2 001/XMLSch ema>anyURI ">
        21    *       & lt;attribu te name="V ersion" ty pe="{urn:o asis:names :tc:xacml: 2.0:policy :schema:os }VersionMa tchType" / >
        22    *       & lt;attribu te name="E arliestVer sion" type ="{urn:oas is:names:t c:xacml:2. 0:policy:s chema:os}V ersionMatc hType" />
        23    *       & lt;attribu te name="L atestVersi on" type=" {urn:oasis :names:tc: xacml:2.0: policy:sch ema:os}Ver sionMatchT ype" />
        24    *     &lt ;/extensio n>
        25    *   &lt;/ simpleCont ent>
        26    * &lt;/co mplexType>
        27    * </pre>
        28    * 
        29    * 
        30    */
        31   @XmlAccess orType(Xml AccessType .FIELD)
        32   @XmlType(n ame = "IdR eferenceTy pe", propO rder = {
        33       "value "
        34   })
        35   public cla ss IdRefer enceType {
        36  
        37       @XmlVa lue
        38       @XmlSc hemaType(n ame = "any URI")
        39       protec ted String  value;
        40       @XmlAt tribute(na me = "Vers ion")
        41       protec ted String  version;
        42       @XmlAt tribute(na me = "Earl iestVersio n")
        43       protec ted String  earliestV ersion;
        44       @XmlAt tribute(na me = "Late stVersion" )
        45       protec ted String  latestVer sion;
        46  
        47       /**
        48        * Get s the valu e of the v alue prope rty.
        49        * 
        50        * @re turn
        51        *      possible  object is
        52        *      {@link St ring }
        53        *      
        54        */
        55       public  String ge tValue() {
        56           re turn value ;
        57       }
        58  
        59       /**
        60        * Set s the valu e of the v alue prope rty.
        61        * 
        62        * @pa ram value
        63        *      allowed o bject is
        64        *      {@link St ring }
        65        *      
        66        */
        67       public  void setV alue(Strin g value) {
        68           th is.value =  value;
        69       }
        70  
        71       /**
        72        * Get s the valu e of the v ersion pro perty.
        73        * 
        74        * @re turn
        75        *      possible  object is
        76        *      {@link St ring }
        77        *      
        78        */
        79       public  String ge tVersion()  {
        80           re turn versi on;
        81       }
        82  
        83       /**
        84        * Set s the valu e of the v ersion pro perty.
        85        * 
        86        * @pa ram value
        87        *      allowed o bject is
        88        *      {@link St ring }
        89        *      
        90        */
        91       public  void setV ersion(Str ing value)  {
        92           th is.version  = value;
        93       }
        94  
        95       /**
        96        * Get s the valu e of the e arliestVer sion prope rty.
        97        * 
        98        * @re turn
        99        *      possible  object is
        100        *      {@link St ring }
        101        *      
        102        */
        103       public  String ge tEarliestV ersion() {
        104           re turn earli estVersion ;
        105       }
        106  
        107       /**
        108        * Set s the valu e of the e arliestVer sion prope rty.
        109        * 
        110        * @pa ram value
        111        *      allowed o bject is
        112        *      {@link St ring }
        113        *      
        114        */
        115       public  void setE arliestVer sion(Strin g value) {
        116           th is.earlies tVersion =  value;
        117       }
        118  
        119       /**
        120        * Get s the valu e of the l atestVersi on propert y.
        121        * 
        122        * @re turn
        123        *      possible  object is
        124        *      {@link St ring }
        125        *      
        126        */
        127       public  String ge tLatestVer sion() {
        128           re turn lates tVersion;
        129       }
        130  
        131       /**
        132        * Set s the valu e of the l atestVersi on propert y.
        133        * 
        134        * @pa ram value
        135        *      allowed o bject is
        136        *      {@link St ring }
        137        *      
        138        */
        139       public  void setL atestVersi on(String  value) {
        140           th is.latestV ersion = v alue;
        141       }
        142  
        143   }