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

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

3607.2 Comparison summary

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

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

3607.4 Active regular expressions

No regular expressions were active.

3607.5 Comparison detail

        1  
        2   package oa sis.names. tc.xacml._ 2_0.policy .schema.os ;
        3  
        4   import jav a.util.Arr ayList;
        5   import jav a.util.Lis t;
        6   import jav ax.xml.bin d.JAXBElem ent;
        7   import jav ax.xml.bin d.annotati on.XmlAcce ssType;
        8   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        9   import jav ax.xml.bin d.annotati on.XmlAttr ibute;
        10   import jav ax.xml.bin d.annotati on.XmlElem entRef;
        11   import jav ax.xml.bin d.annotati on.XmlSche maType;
        12   import jav ax.xml.bin d.annotati on.XmlType ;
        13  
        14  
        15   /**
        16    * <p>Java  class for  ApplyType  complex t ype.
        17    * 
        18    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        19    * 
        20    * <pre>
        21    * &lt;com plexType n ame="Apply Type">
        22    *   &lt;c omplexCont ent>
        23    *     &lt ;extension  base="{ur n:oasis:na mes:tc:xac ml:2.0:pol icy:schema :os}Expres sionType">
        24    *       & lt;sequenc e>
        25    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Expre ssion" max Occurs="un bounded" m inOccurs=" 0"/>
        26    *       & lt;/sequen ce>
        27    *       & lt;attribu te name="F unctionId"  use="requ ired" type ="{http:// www.w3.org /2001/XMLS chema}anyU RI" />
        28    *     &lt ;/extensio n>
        29    *   &lt;/ complexCon tent>
        30    * &lt;/co mplexType>
        31    * </pre>
        32    * 
        33    * 
        34    */
        35   @XmlAccess orType(Xml AccessType .FIELD)
        36   @XmlType(n ame = "App lyType", p ropOrder =  {
        37       "expre ssion"
        38   })
        39   public cla ss ApplyTy pe
        40       extend s Expressi onType
        41   {
        42  
        43       @XmlEl ementRef(n ame = "Exp ression",  namespace  = "urn:oas is:names:t c:xacml:2. 0:policy:s chema:os",  type = JA XBElement. class)
        44       protec ted List<J AXBElement <?>> expre ssion;
        45       @XmlAt tribute(na me = "Func tionId", r equired =  true)
        46       @XmlSc hemaType(n ame = "any URI")
        47       protec ted String  functionI d;
        48  
        49       /**
        50        * Get s the valu e of the e xpression  property.
        51        * 
        52        * <p>
        53        * Thi s accessor  method re turns a re ference to  the live  list,
        54        * not  a snapsho t. Therefo re any mod ification  you make t o the
        55        * ret urned list  will be p resent ins ide the JA XB object.
        56        * Thi s is why t here is no t a <CODE> set</CODE>  method fo r the expr ession pro perty.
        57        * 
        58        * <p>
        59        * For  example,  to add a n ew item, d o as follo ws:
        60        * <pr e>
        61        *     getExpress ion().add( newItem);
        62        * </p re>
        63        * 
        64        * 
        65        * <p>
        66        * Obj ects of th e followin g type(s)  are allowe d in the l ist
        67        * {@l ink JAXBEl ement }{@c ode <}{@li nk Attribu teDesignat orType }{@ code >}
        68        * {@l ink JAXBEl ement }{@c ode <}{@li nk Attribu teValueTyp e }{@code  >}
        69        * {@l ink JAXBEl ement }{@c ode <}{@li nk Express ionType }{ @code >}
        70        * {@l ink JAXBEl ement }{@c ode <}{@li nk Subject AttributeD esignatorT ype }{@cod e >}
        71        * {@l ink JAXBEl ement }{@c ode <}{@li nk Attribu teDesignat orType }{@ code >}
        72        * {@l ink JAXBEl ement }{@c ode <}{@li nk Attribu teSelector Type }{@co de >}
        73        * {@l ink JAXBEl ement }{@c ode <}{@li nk Variabl eReference Type }{@co de >}
        74        * {@l ink JAXBEl ement }{@c ode <}{@li nk Functio nType }{@c ode >}
        75        * {@l ink JAXBEl ement }{@c ode <}{@li nk Attribu teDesignat orType }{@ code >}
        76        * {@l ink JAXBEl ement }{@c ode <}{@li nk ApplyTy pe }{@code  >}
        77        * 
        78        * 
        79        */
        80       public  List<JAXB Element<?> > getExpre ssion() {
        81           if  (expressi on == null ) {
        82                expressi on = new A rrayList<J AXBElement <?>>();
        83           }
        84           re turn this. expression ;
        85       }
        86  
        87       /**
        88        * Get s the valu e of the f unctionId  property.
        89        * 
        90        * @re turn
        91        *      possible  object is
        92        *      {@link St ring }
        93        *      
        94        */
        95       public  String ge tFunctionI d() {
        96           re turn funct ionId;
        97       }
        98  
        99       /**
        100        * Set s the valu e of the f unctionId  property.
        101        * 
        102        * @pa ram value
        103        *      allowed o bject is
        104        *      {@link St ring }
        105        *      
        106        */
        107       public  void setF unctionId( String val ue) {
        108           th is.functio nId = valu e;
        109       }
        110  
        111   }