3614. EPMO Open Source Coordination Office Redaction File Detail Report

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

3614.1 Files compared

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

3614.2 Comparison summary

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

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

3614.4 Active regular expressions

No regular expressions were active.

3614.5 Comparison detail

        1  
        2   package oa sis.names. tc.xacml._ 2_0.policy .schema.os ;
        3  
        4   import jav ax.xml.bin d.JAXBElem ent;
        5   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        6   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        7   import jav ax.xml.bin d.annotati on.XmlElem entRef;
        8   import jav ax.xml.bin d.annotati on.XmlType ;
        9  
        10  
        11   /**
        12    * <p>Java  class for  Condition Type compl ex type.
        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="Condi tionType">
        18    *   &lt;c omplexCont ent>
        19    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        20    *       & lt;sequenc e>
        21    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Expre ssion"/>
        22    *       & lt;/sequen ce>
        23    *     &lt ;/restrict ion>
        24    *   &lt;/ complexCon tent>
        25    * &lt;/co mplexType>
        26    * </pre>
        27    * 
        28    * 
        29    */
        30   @XmlAccess orType(Xml AccessType .FIELD)
        31   @XmlType(n ame = "Con ditionType ", propOrd er = {
        32       "expre ssion"
        33   })
        34   public cla ss Conditi onType {
        35  
        36       @XmlEl ementRef(n ame = "Exp ression",  namespace  = "urn:oas is:names:t c:xacml:2. 0:policy:s chema:os",  type = JA XBElement. class)
        37       protec ted JAXBEl ement<?> e xpression;
        38  
        39       /**
        40        * Get s the valu e of the e xpression  property.
        41        * 
        42        * @re turn
        43        *      possible  object is
        44        *      {@link JA XBElement  }{@code <} {@link Att ributeDesi gnatorType  }{@code > }
        45        *      {@link JA XBElement  }{@code <} {@link Att ributeValu eType }{@c ode >}
        46        *      {@link JA XBElement  }{@code <} {@link Exp ressionTyp e }{@code  >}
        47        *      {@link JA XBElement  }{@code <} {@link Sub jectAttrib uteDesigna torType }{ @code >}
        48        *      {@link JA XBElement  }{@code <} {@link Att ributeDesi gnatorType  }{@code > }
        49        *      {@link JA XBElement  }{@code <} {@link Att ributeSele ctorType } {@code >}
        50        *      {@link JA XBElement  }{@code <} {@link Var iableRefer enceType } {@code >}
        51        *      {@link JA XBElement  }{@code <} {@link Fun ctionType  }{@code >}
        52        *      {@link JA XBElement  }{@code <} {@link Att ributeDesi gnatorType  }{@code > }
        53        *      {@link JA XBElement  }{@code <} {@link App lyType }{@ code >}
        54        *      
        55        */
        56       public  JAXBEleme nt<?> getE xpression( ) {
        57           re turn expre ssion;
        58       }
        59  
        60       /**
        61        * Set s the valu e of the e xpression  property.
        62        * 
        63        * @pa ram value
        64        *      allowed o bject is
        65        *      {@link JA XBElement  }{@code <} {@link Att ributeDesi gnatorType  }{@code > }
        66        *      {@link JA XBElement  }{@code <} {@link Att ributeValu eType }{@c ode >}
        67        *      {@link JA XBElement  }{@code <} {@link Exp ressionTyp e }{@code  >}
        68        *      {@link JA XBElement  }{@code <} {@link Sub jectAttrib uteDesigna torType }{ @code >}
        69        *      {@link JA XBElement  }{@code <} {@link Att ributeDesi gnatorType  }{@code > }
        70        *      {@link JA XBElement  }{@code <} {@link Att ributeSele ctorType } {@code >}
        71        *      {@link JA XBElement  }{@code <} {@link Var iableRefer enceType } {@code >}
        72        *      {@link JA XBElement  }{@code <} {@link Fun ctionType  }{@code >}
        73        *      {@link JA XBElement  }{@code <} {@link Att ributeDesi gnatorType  }{@code > }
        74        *      {@link JA XBElement  }{@code <} {@link App lyType }{@ code >}
        75        *      
        76        */
        77       public  void setE xpression( JAXBElemen t<?> value ) {
        78           th is.express ion = (val ue);
        79       }
        80  
        81   }