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

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

3625.2 Comparison summary

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

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

3625.4 Active regular expressions

No regular expressions were active.

3625.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.annotati on.XmlAcce ssType;
        7   import jav ax.xml.bin d.annotati on.XmlAcce ssorType;
        8   import jav ax.xml.bin d.annotati on.XmlAttr ibute;
        9   import jav ax.xml.bin d.annotati on.XmlElem ent;
        10   import jav ax.xml.bin d.annotati on.XmlSche maType;
        11   import jav ax.xml.bin d.annotati on.XmlType ;
        12  
        13  
        14   /**
        15    * <p>Java  class for  Obligatio nType comp lex type.
        16    * 
        17    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        18    * 
        19    * <pre>
        20    * &lt;com plexType n ame="Oblig ationType" >
        21    *   &lt;c omplexCont ent>
        22    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        23    *       & lt;sequenc e>
        24    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Attri buteAssign ment" maxO ccurs="unb ounded" mi nOccurs="0 "/>
        25    *       & lt;/sequen ce>
        26    *       & lt;attribu te name="O bligationI d" use="re quired" ty pe="{http: //www.w3.o rg/2001/XM LSchema}an yURI" />
        27    *       & lt;attribu te name="F ulfillOn"  use="requi red" type= "{urn:oasi s:names:tc :xacml:2.0 :policy:sc hema:os}Ef fectType"  />
        28    *     &lt ;/restrict ion>
        29    *   &lt;/ complexCon tent>
        30    * &lt;/co mplexType>
        31    * </pre>
        32    * 
        33    * 
        34    */
        35   @XmlAccess orType(Xml AccessType .FIELD)
        36   @XmlType(n ame = "Obl igationTyp e", propOr der = {
        37       "attri buteAssign ment"
        38   })
        39   public cla ss Obligat ionType {
        40  
        41       @XmlEl ement(name  = "Attrib uteAssignm ent")
        42       protec ted List<A ttributeAs signmentTy pe> attrib uteAssignm ent;
        43       @XmlAt tribute(na me = "Obli gationId",  required  = true)
        44       @XmlSc hemaType(n ame = "any URI")
        45       protec ted String  obligatio nId;
        46       @XmlAt tribute(na me = "Fulf illOn", re quired = t rue)
        47       protec ted Effect Type fulfi llOn;
        48  
        49       /**
        50        * Get s the valu e of the a ttributeAs signment p roperty.
        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 attr ibuteAssig nment prop erty.
        57        * 
        58        * <p>
        59        * For  example,  to add a n ew item, d o as follo ws:
        60        * <pr e>
        61        *     getAttribu teAssignme nt().add(n ewItem);
        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 Attrib uteAssignm entType }
        68        * 
        69        * 
        70        */
        71       public  List<Attr ibuteAssig nmentType>  getAttrib uteAssignm ent() {
        72           if  (attribut eAssignmen t == null)  {
        73                attribut eAssignmen t = new Ar rayList<At tributeAss ignmentTyp e>();
        74           }
        75           re turn this. attributeA ssignment;
        76       }
        77  
        78       /**
        79        * Get s the valu e of the o bligationI d property .
        80        * 
        81        * @re turn
        82        *      possible  object is
        83        *      {@link St ring }
        84        *      
        85        */
        86       public  String ge tObligatio nId() {
        87           re turn oblig ationId;
        88       }
        89  
        90       /**
        91        * Set s the valu e of the o bligationI d property .
        92        * 
        93        * @pa ram value
        94        *      allowed o bject is
        95        *      {@link St ring }
        96        *      
        97        */
        98       public  void setO bligationI d(String v alue) {
        99           th is.obligat ionId = va lue;
        100       }
        101  
        102       /**
        103        * Get s the valu e of the f ulfillOn p roperty.
        104        * 
        105        * @re turn
        106        *      possible  object is
        107        *      {@link Ef fectType }
        108        *      
        109        */
        110       public  EffectTyp e getFulfi llOn() {
        111           re turn fulfi llOn;
        112       }
        113  
        114       /**
        115        * Set s the valu e of the f ulfillOn p roperty.
        116        * 
        117        * @pa ram value
        118        *      allowed o bject is
        119        *      {@link Ef fectType }
        120        *      
        121        */
        122       public  void setF ulfillOn(E ffectType  value) {
        123           th is.fulfill On = value ;
        124       }
        125  
        126   }