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

3599.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\context\schema\os ResultType.java Fri Apr 21 20:03:28 2017 UTC

3599.2 Comparison summary

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

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

3599.4 Active regular expressions

No regular expressions were active.

3599.5 Comparison detail

        1  
        2   package oa sis.names. tc.xacml._ 2_0.contex t.schema.o s;
        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.XmlElem ent;
        8   import jav ax.xml.bin d.annotati on.XmlType ;
        9   import oas is.names.t c.xacml._2 _0.policy. schema.os. Obligation sType;
        10  
        11  
        12   /**
        13    * <p>Java  class for  ResultTyp e complex  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="Resul tType">
        19    *   &lt;c omplexCont ent>
        20    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        21    *       & lt;sequenc e>
        22    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:co ntext:sche ma:os}Deci sion"/>
        23    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:co ntext:sche ma:os}Stat us" minOcc urs="0"/>
        24    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Oblig ations" mi nOccurs="0 "/>
        25    *       & lt;/sequen ce>
        26    *       & lt;attribu te name="R esourceId"  type="{ht tp://www.w 3.org/2001 /XMLSchema }string" / >
        27    *     &lt ;/restrict ion>
        28    *   &lt;/ complexCon tent>
        29    * &lt;/co mplexType>
        30    * </pre>
        31    * 
        32    * 
        33    */
        34   @XmlAccess orType(Xml AccessType .FIELD)
        35   @XmlType(n ame = "Res ultType",  propOrder  = {
        36       "decis ion",
        37       "statu s",
        38       "oblig ations"
        39   })
        40   public cla ss ResultT ype {
        41  
        42       @XmlEl ement(name  = "Decisi on", requi red = true )
        43       protec ted Decisi onType dec ision;
        44       @XmlEl ement(name  = "Status ")
        45       protec ted Status Type statu s;
        46       @XmlEl ement(name  = "Obliga tions", na mespace =  "urn:oasis :names:tc: xacml:2.0: policy:sch ema:os")
        47       protec ted Obliga tionsType  obligation s;
        48       @XmlAt tribute(na me = "Reso urceId")
        49       protec ted String  resourceI d;
        50  
        51       /**
        52        * Get s the valu e of the d ecision pr operty.
        53        * 
        54        * @re turn
        55        *      possible  object is
        56        *      {@link De cisionType  }
        57        *      
        58        */
        59       public  DecisionT ype getDec ision() {
        60           re turn decis ion;
        61       }
        62  
        63       /**
        64        * Set s the valu e of the d ecision pr operty.
        65        * 
        66        * @pa ram value
        67        *      allowed o bject is
        68        *      {@link De cisionType  }
        69        *      
        70        */
        71       public  void setD ecision(De cisionType  value) {
        72           th is.decisio n = value;
        73       }
        74  
        75       /**
        76        * Get s the valu e of the s tatus prop erty.
        77        * 
        78        * @re turn
        79        *      possible  object is
        80        *      {@link St atusType }
        81        *      
        82        */
        83       public  StatusTyp e getStatu s() {
        84           re turn statu s;
        85       }
        86  
        87       /**
        88        * Set s the valu e of the s tatus prop erty.
        89        * 
        90        * @pa ram value
        91        *      allowed o bject is
        92        *      {@link St atusType }
        93        *      
        94        */
        95       public  void setS tatus(Stat usType val ue) {
        96           th is.status  = value;
        97       }
        98  
        99       /**
        100        * Get s the valu e of the o bligations  property.
        101        * 
        102        * @re turn
        103        *      possible  object is
        104        *      {@link Ob ligationsT ype }
        105        *      
        106        */
        107       public  Obligatio nsType get Obligation s() {
        108           re turn oblig ations;
        109       }
        110  
        111       /**
        112        * Set s the valu e of the o bligations  property.
        113        * 
        114        * @pa ram value
        115        *      allowed o bject is
        116        *      {@link Ob ligationsT ype }
        117        *      
        118        */
        119       public  void setO bligations (Obligatio nsType val ue) {
        120           th is.obligat ions = val ue;
        121       }
        122  
        123       /**
        124        * Get s the valu e of the r esourceId  property.
        125        * 
        126        * @re turn
        127        *      possible  object is
        128        *      {@link St ring }
        129        *      
        130        */
        131       public  String ge tResourceI d() {
        132           re turn resou rceId;
        133       }
        134  
        135       /**
        136        * Set s the valu e of the r esourceId  property.
        137        * 
        138        * @pa ram value
        139        *      allowed o bject is
        140        *      {@link St ring }
        141        *      
        142        */
        143       public  void setR esourceId( String val ue) {
        144           th is.resourc eId = valu e;
        145       }
        146  
        147   }