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

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

3640.2 Comparison summary

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

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

3640.4 Active regular expressions

No regular expressions were active.

3640.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.XmlElem ent;
        7   import jav ax.xml.bin d.annotati on.XmlType ;
        8  
        9  
        10   /**
        11    * <p>Java  class for  TargetTyp e complex  type.
        12    * 
        13    * <p>The  following  schema fra gment spec ifies the  expected c ontent con tained wit hin this c lass.
        14    * 
        15    * <pre>
        16    * &lt;com plexType n ame="Targe tType">
        17    *   &lt;c omplexCont ent>
        18    *     &lt ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType ">
        19    *       & lt;sequenc e>
        20    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Subje cts" minOc curs="0"/>
        21    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Resou rces" minO ccurs="0"/ >
        22    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Actio ns" minOcc urs="0"/>
        23    *          &lt;eleme nt ref="{u rn:oasis:n ames:tc:xa cml:2.0:po licy:schem a:os}Envir onments" m inOccurs=" 0"/>
        24    *       & lt;/sequen ce>
        25    *     &lt ;/restrict ion>
        26    *   &lt;/ complexCon tent>
        27    * &lt;/co mplexType>
        28    * </pre>
        29    * 
        30    * 
        31    */
        32   @XmlAccess orType(Xml AccessType .FIELD)
        33   @XmlType(n ame = "Tar getType",  propOrder  = {
        34       "subje cts",
        35       "resou rces",
        36       "actio ns",
        37       "envir onments"
        38   })
        39   public cla ss TargetT ype {
        40  
        41       @XmlEl ement(name  = "Subjec ts")
        42       protec ted Subjec tsType sub jects;
        43       @XmlEl ement(name  = "Resour ces")
        44       protec ted Resour cesType re sources;
        45       @XmlEl ement(name  = "Action s")
        46       protec ted Action sType acti ons;
        47       @XmlEl ement(name  = "Enviro nments")
        48       protec ted Enviro nmentsType  environme nts;
        49  
        50       /**
        51        * Get s the valu e of the s ubjects pr operty.
        52        * 
        53        * @re turn
        54        *      possible  object is
        55        *      {@link Su bjectsType  }
        56        *      
        57        */
        58       public  SubjectsT ype getSub jects() {
        59           re turn subje cts;
        60       }
        61  
        62       /**
        63        * Set s the valu e of the s ubjects pr operty.
        64        * 
        65        * @pa ram value
        66        *      allowed o bject is
        67        *      {@link Su bjectsType  }
        68        *      
        69        */
        70       public  void setS ubjects(Su bjectsType  value) {
        71           th is.subject s = value;
        72       }
        73  
        74       /**
        75        * Get s the valu e of the r esources p roperty.
        76        * 
        77        * @re turn
        78        *      possible  object is
        79        *      {@link Re sourcesTyp e }
        80        *      
        81        */
        82       public  Resources Type getRe sources()  {
        83           re turn resou rces;
        84       }
        85  
        86       /**
        87        * Set s the valu e of the r esources p roperty.
        88        * 
        89        * @pa ram value
        90        *      allowed o bject is
        91        *      {@link Re sourcesTyp e }
        92        *      
        93        */
        94       public  void setR esources(R esourcesTy pe value)  {
        95           th is.resourc es = value ;
        96       }
        97  
        98       /**
        99        * Get s the valu e of the a ctions pro perty.
        100        * 
        101        * @re turn
        102        *      possible  object is
        103        *      {@link Ac tionsType  }
        104        *      
        105        */
        106       public  ActionsTy pe getActi ons() {
        107           re turn actio ns;
        108       }
        109  
        110       /**
        111        * Set s the valu e of the a ctions pro perty.
        112        * 
        113        * @pa ram value
        114        *      allowed o bject is
        115        *      {@link Ac tionsType  }
        116        *      
        117        */
        118       public  void setA ctions(Act ionsType v alue) {
        119           th is.actions  = value;
        120       }
        121  
        122       /**
        123        * Get s the valu e of the e nvironment s property .
        124        * 
        125        * @re turn
        126        *      possible  object is
        127        *      {@link En vironments Type }
        128        *      
        129        */
        130       public  Environme ntsType ge tEnvironme nts() {
        131           re turn envir onments;
        132       }
        133  
        134       /**
        135        * Set s the valu e of the e nvironment s property .
        136        * 
        137        * @pa ram value
        138        *      allowed o bject is
        139        *      {@link En vironments Type }
        140        *      
        141        */
        142       public  void setE nvironment s(Environm entsType v alue) {
        143           th is.environ ments = va lue;
        144       }
        145  
        146   }