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

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

3637.2 Comparison summary

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

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

3637.4 Active regular expressions

No regular expressions were active.

3637.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.XmlAttr ibute;
        7   import jav ax.xml.bin d.annotati on.XmlElem ent;
        8   import jav ax.xml.bin d.annotati on.XmlSche maType;
        9   import jav ax.xml.bin d.annotati on.XmlType ;
        10  
        11  
        12   /**
        13    * <p>Java  class for  SubjectMa tchType co mplex 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="Subje ctMatchTyp e">
        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:po licy:schem a:os}Attri buteValue" />
        23    *          &lt;choic e>
        24    *            &lt;ele ment ref=" {urn:oasis :names:tc: xacml:2.0: policy:sch ema:os}Sub jectAttrib uteDesigna tor"/>
        25    *            &lt;ele ment ref=" {urn:oasis :names:tc: xacml:2.0: policy:sch ema:os}Att ributeSele ctor"/>
        26    *          &lt;/choi ce>
        27    *       & lt;/sequen ce>
        28    *       & lt;attribu te name="M atchId" us e="require d" type="{ http://www .w3.org/20 01/XMLSche ma}anyURI"  />
        29    *     &lt ;/restrict ion>
        30    *   &lt;/ complexCon tent>
        31    * &lt;/co mplexType>
        32    * </pre>
        33    * 
        34    * 
        35    */
        36   @XmlAccess orType(Xml AccessType .FIELD)
        37   @XmlType(n ame = "Sub jectMatchT ype", prop Order = {
        38       "attri buteValue" ,
        39       "subje ctAttribut eDesignato r",
        40       "attri buteSelect or"
        41   })
        42   public cla ss Subject MatchType  {
        43  
        44       @XmlEl ement(name  = "Attrib uteValue",  required  = true)
        45       protec ted Attrib uteValueTy pe attribu teValue;
        46       @XmlEl ement(name  = "Subjec tAttribute Designator ")
        47       protec ted Subjec tAttribute Designator Type subje ctAttribut eDesignato r;
        48       @XmlEl ement(name  = "Attrib uteSelecto r")
        49       protec ted Attrib uteSelecto rType attr ibuteSelec tor;
        50       @XmlAt tribute(na me = "Matc hId", requ ired = tru e)
        51       @XmlSc hemaType(n ame = "any URI")
        52       protec ted String  matchId;
        53  
        54       /**
        55        * Get s the valu e of the a ttributeVa lue proper ty.
        56        * 
        57        * @re turn
        58        *      possible  object is
        59        *      {@link At tributeVal ueType }
        60        *      
        61        */
        62       public  Attribute ValueType  getAttribu teValue()  {
        63           re turn attri buteValue;
        64       }
        65  
        66       /**
        67        * Set s the valu e of the a ttributeVa lue proper ty.
        68        * 
        69        * @pa ram value
        70        *      allowed o bject is
        71        *      {@link At tributeVal ueType }
        72        *      
        73        */
        74       public  void setA ttributeVa lue(Attrib uteValueTy pe value)  {
        75           th is.attribu teValue =  value;
        76       }
        77  
        78       /**
        79        * Get s the valu e of the s ubjectAttr ibuteDesig nator prop erty.
        80        * 
        81        * @re turn
        82        *      possible  object is
        83        *      {@link Su bjectAttri buteDesign atorType }
        84        *      
        85        */
        86       public  SubjectAt tributeDes ignatorTyp e getSubje ctAttribut eDesignato r() {
        87           re turn subje ctAttribut eDesignato r;
        88       }
        89  
        90       /**
        91        * Set s the valu e of the s ubjectAttr ibuteDesig nator prop erty.
        92        * 
        93        * @pa ram value
        94        *      allowed o bject is
        95        *      {@link Su bjectAttri buteDesign atorType }
        96        *      
        97        */
        98       public  void setS ubjectAttr ibuteDesig nator(Subj ectAttribu teDesignat orType val ue) {
        99           th is.subject AttributeD esignator  = value;
        100       }
        101  
        102       /**
        103        * Get s the valu e of the a ttributeSe lector pro perty.
        104        * 
        105        * @re turn
        106        *      possible  object is
        107        *      {@link At tributeSel ectorType  }
        108        *      
        109        */
        110       public  Attribute SelectorTy pe getAttr ibuteSelec tor() {
        111           re turn attri buteSelect or;
        112       }
        113  
        114       /**
        115        * Set s the valu e of the a ttributeSe lector pro perty.
        116        * 
        117        * @pa ram value
        118        *      allowed o bject is
        119        *      {@link At tributeSel ectorType  }
        120        *      
        121        */
        122       public  void setA ttributeSe lector(Att ributeSele ctorType v alue) {
        123           th is.attribu teSelector  = value;
        124       }
        125  
        126       /**
        127        * Get s the valu e of the m atchId pro perty.
        128        * 
        129        * @re turn
        130        *      possible  object is
        131        *      {@link St ring }
        132        *      
        133        */
        134       public  String ge tMatchId()  {
        135           re turn match Id;
        136       }
        137  
        138       /**
        139        * Set s the valu e of the m atchId pro perty.
        140        * 
        141        * @pa ram value
        142        *      allowed o bject is
        143        *      {@link St ring }
        144        *      
        145        */
        146       public  void setM atchId(Str ing value)  {
        147           th is.matchId  = value;
        148       }
        149  
        150   }