Produced by Araxis Merge on 6/9/2017 3:50:19 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:50:19 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\gov\va\med\nhin\adapter\announce | UserInfoType.java | Fri Apr 21 20:03:28 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 153 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | // | |||||
| 2 | // This fi le was gen erated by the JavaTM Architect ure for XM L Binding( JAXB) Refe rence Impl ementation , v2.1-b02 -fcs | |||||
| 3 | // See <a href="http ://java.su n.com/xml/ jaxb">http ://java.su n.com/xml/ jaxb</a> | |||||
| 4 | // Any mod ifications to this f ile will b e lost upo n recompil ation of t he source schema. | |||||
| 5 | // Generat ed on: 201 1.09.19 at 09:24:14 AM PDT | |||||
| 6 | // | |||||
| 7 | ||||||
| 8 | ||||||
| 9 | package go v.va.med.n hin.adapte r.announce ; | |||||
| 10 | ||||||
| 11 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |||||
| 12 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |||||
| 13 | import jav ax.xml.bin d.annotati on.XmlElem ent; | |||||
| 14 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 15 | ||||||
| 16 | ||||||
| 17 | /** | |||||
| 18 | * <p>Java class for UserInfoT ype comple x type. | |||||
| 19 | * | |||||
| 20 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |||||
| 21 | * | |||||
| 22 | * <pre> | |||||
| 23 | * <com plexType n ame="UserI nfoType"> | |||||
| 24 | * <c omplexCont ent> | |||||
| 25 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 26 | * & lt;sequenc e> | |||||
| 27 | * <eleme nt name="u serId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing"/> | |||||
| 28 | * <eleme nt name="f ullName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring"/> | |||||
| 29 | * <eleme nt name="a uthenticat ionMethod" type="{ht tp://www.w 3.org/2001 /XMLSchema }string"/> | |||||
| 30 | * <eleme nt name="r ole" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g"/> | |||||
| 31 | * & lt;/sequen ce> | |||||
| 32 | * < ;/restrict ion> | |||||
| 33 | * </ complexCon tent> | |||||
| 34 | * </co mplexType> | |||||
| 35 | * </pre> | |||||
| 36 | * | |||||
| 37 | * | |||||
| 38 | */ | |||||
| 39 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 40 | @XmlType(n ame = "Use rInfoType" , namespac e = "urn:g ov:va:med: nhin:adapt er:permiss ion", prop Order = { | |||||
| 41 | "userI d", | |||||
| 42 | "fullN ame", | |||||
| 43 | "authe nticationM ethod", | |||||
| 44 | "role" | |||||
| 45 | }) | |||||
| 46 | public cla ss UserInf oType { | |||||
| 47 | ||||||
| 48 | @XmlEl ement(name space = "u rn:gov:va: med:nhin:a dapter:per mission", required = true) | |||||
| 49 | protec ted String userId; | |||||
| 50 | @XmlEl ement(name space = "u rn:gov:va: med:nhin:a dapter:per mission", required = true) | |||||
| 51 | protec ted String fullName; | |||||
| 52 | @XmlEl ement(name space = "u rn:gov:va: med:nhin:a dapter:per mission", required = true) | |||||
| 53 | protec ted String authentic ationMetho d; | |||||
| 54 | @XmlEl ement(name space = "u rn:gov:va: med:nhin:a dapter:per mission", required = true) | |||||
| 55 | protec ted String role; | |||||
| 56 | ||||||
| 57 | /** | |||||
| 58 | * Get s the valu e of the u serId prop erty. | |||||
| 59 | * | |||||
| 60 | * @re turn | |||||
| 61 | * possible object is | |||||
| 62 | * {@link St ring } | |||||
| 63 | * | |||||
| 64 | */ | |||||
| 65 | public String ge tUserId() { | |||||
| 66 | re turn userI d; | |||||
| 67 | } | |||||
| 68 | ||||||
| 69 | /** | |||||
| 70 | * Set s the valu e of the u serId prop erty. | |||||
| 71 | * | |||||
| 72 | * @pa ram value | |||||
| 73 | * allowed o bject is | |||||
| 74 | * {@link St ring } | |||||
| 75 | * | |||||
| 76 | */ | |||||
| 77 | public void setU serId(Stri ng value) { | |||||
| 78 | th is.userId = value; | |||||
| 79 | } | |||||
| 80 | ||||||
| 81 | /** | |||||
| 82 | * Get s the valu e of the f ullName pr operty. | |||||
| 83 | * | |||||
| 84 | * @re turn | |||||
| 85 | * possible object is | |||||
| 86 | * {@link St ring } | |||||
| 87 | * | |||||
| 88 | */ | |||||
| 89 | public String ge tFullName( ) { | |||||
| 90 | re turn fullN ame; | |||||
| 91 | } | |||||
| 92 | ||||||
| 93 | /** | |||||
| 94 | * Set s the valu e of the f ullName pr operty. | |||||
| 95 | * | |||||
| 96 | * @pa ram value | |||||
| 97 | * allowed o bject is | |||||
| 98 | * {@link St ring } | |||||
| 99 | * | |||||
| 100 | */ | |||||
| 101 | public void setF ullName(St ring value ) { | |||||
| 102 | th is.fullNam e = value; | |||||
| 103 | } | |||||
| 104 | ||||||
| 105 | /** | |||||
| 106 | * Get s the valu e of the a uthenticat ionMethod property. | |||||
| 107 | * | |||||
| 108 | * @re turn | |||||
| 109 | * possible object is | |||||
| 110 | * {@link St ring } | |||||
| 111 | * | |||||
| 112 | */ | |||||
| 113 | public String ge tAuthentic ationMetho d() { | |||||
| 114 | re turn authe nticationM ethod; | |||||
| 115 | } | |||||
| 116 | ||||||
| 117 | /** | |||||
| 118 | * Set s the valu e of the a uthenticat ionMethod property. | |||||
| 119 | * | |||||
| 120 | * @pa ram value | |||||
| 121 | * allowed o bject is | |||||
| 122 | * {@link St ring } | |||||
| 123 | * | |||||
| 124 | */ | |||||
| 125 | public void setA uthenticat ionMethod( String val ue) { | |||||
| 126 | th is.authent icationMet hod = valu e; | |||||
| 127 | } | |||||
| 128 | ||||||
| 129 | /** | |||||
| 130 | * Get s the valu e of the r ole proper ty. | |||||
| 131 | * | |||||
| 132 | * @re turn | |||||
| 133 | * possible object is | |||||
| 134 | * {@link St ring } | |||||
| 135 | * | |||||
| 136 | */ | |||||
| 137 | public String ge tRole() { | |||||
| 138 | re turn role; | |||||
| 139 | } | |||||
| 140 | ||||||
| 141 | /** | |||||
| 142 | * Set s the valu e of the r ole proper ty. | |||||
| 143 | * | |||||
| 144 | * @pa ram value | |||||
| 145 | * allowed o bject is | |||||
| 146 | * {@link St ring } | |||||
| 147 | * | |||||
| 148 | */ | |||||
| 149 | public void setR ole(String value) { | |||||
| 150 | th is.role = value; | |||||
| 151 | } | |||||
| 152 | ||||||
| 153 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.