Produced by Araxis Merge on 6/9/2017 3:49:46 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:49:46 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-client\src\main\java\gov\va\nvap\privacy | OrganizationType.java | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 267 |
| 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 2.03.26 at 07:36:42 AM PDT | |||||
| 6 | // | |||||
| 7 | ||||||
| 8 | ||||||
| 9 | package go v.va.nvap. privacy; | |||||
| 10 | ||||||
| 11 | import jav a.io.Seria lizable; | |||||
| 12 | ||||||
| 13 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |||||
| 14 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |||||
| 15 | import jav ax.xml.bin d.annotati on.XmlElem ent; | |||||
| 16 | import jav ax.xml.bin d.annotati on.XmlType ; | |||||
| 17 | ||||||
| 18 | ||||||
| 19 | /** | |||||
| 20 | * <p>Java class for Organizat ionType co mplex type . | |||||
| 21 | * | |||||
| 22 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |||||
| 23 | * | |||||
| 24 | * <pre> | |||||
| 25 | * <com plexType n ame="Organ izationTyp e"> | |||||
| 26 | * <c omplexCont ent> | |||||
| 27 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |||||
| 28 | * & lt;sequenc e> | |||||
| 29 | * <eleme nt name="o rgNumber" type="{htt p://www.w3 .org/2001/ XMLSchema} string"/> | |||||
| 30 | * <eleme nt name="o rgOid" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing"/> | |||||
| 31 | * <eleme nt name="o rgName" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring"/> | |||||
| 32 | * <eleme nt name="o rgDomain" type="{htt p://www.w3 .org/2001/ XMLSchema} string"/> | |||||
| 33 | * <eleme nt name="o rgCommunit yIdPrefix" type="{ht tp://www.w 3.org/2001 /XMLSchema }string"/> | |||||
| 34 | * <eleme nt name="o rgContact" type="{ht tp://www.w 3.org/2001 /XMLSchema }string"/> | |||||
| 35 | * <eleme nt name="o rgPhoneNum ber" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g"/> | |||||
| 36 | * <eleme nt name="o rgActive" type="{htt p://www.w3 .org/2001/ XMLSchema} string"/> | |||||
| 37 | * & lt;/sequen ce> | |||||
| 38 | * < ;/restrict ion> | |||||
| 39 | * </ complexCon tent> | |||||
| 40 | * </co mplexType> | |||||
| 41 | * </pre> | |||||
| 42 | * | |||||
| 43 | * | |||||
| 44 | */ | |||||
| 45 | @XmlAccess orType(Xml AccessType .FIELD) | |||||
| 46 | @XmlType(n ame = "Org anizationT ype", prop Order = { | |||||
| 47 | "orgNu mber", | |||||
| 48 | "orgOi d", | |||||
| 49 | "orgNa me", | |||||
| 50 | "orgDo main", | |||||
| 51 | "orgCo mmunityIdP refix", | |||||
| 52 | "orgCo ntact", | |||||
| 53 | "orgPh oneNumber" , | |||||
| 54 | "orgAc tive" | |||||
| 55 | }) | |||||
| 56 | public cla ss Organiz ationType implements Serializa ble { | |||||
| 57 | pr ivate stat ic final l ong serial VersionUID = 1L; | |||||
| 58 | @XmlEl ement(requ ired = tru e) | |||||
| 59 | protec ted String orgNumber ; | |||||
| 60 | @XmlEl ement(requ ired = tru e) | |||||
| 61 | protec ted String orgOid; | |||||
| 62 | @XmlEl ement(requ ired = tru e) | |||||
| 63 | protec ted String orgName; | |||||
| 64 | @XmlEl ement(requ ired = tru e) | |||||
| 65 | protec ted String orgDomain ; | |||||
| 66 | @XmlEl ement(requ ired = tru e) | |||||
| 67 | protec ted String orgCommun ityIdPrefi x; | |||||
| 68 | @XmlEl ement(requ ired = tru e) | |||||
| 69 | protec ted String orgContac t; | |||||
| 70 | @XmlEl ement(requ ired = tru e) | |||||
| 71 | protec ted String orgPhoneN umber; | |||||
| 72 | @XmlEl ement(requ ired = tru e) | |||||
| 73 | protec ted String orgActive ; | |||||
| 74 | ||||||
| 75 | /** | |||||
| 76 | * Get s the valu e of the o rgNumber p roperty. | |||||
| 77 | * | |||||
| 78 | * @re turn | |||||
| 79 | * possible object is | |||||
| 80 | * {@link St ring } | |||||
| 81 | * | |||||
| 82 | */ | |||||
| 83 | public String ge tOrgNumber () { | |||||
| 84 | re turn orgNu mber; | |||||
| 85 | } | |||||
| 86 | ||||||
| 87 | /** | |||||
| 88 | * Set s the valu e of the o rgNumber p roperty. | |||||
| 89 | * | |||||
| 90 | * @pa ram value | |||||
| 91 | * allowed o bject is | |||||
| 92 | * {@link St ring } | |||||
| 93 | * | |||||
| 94 | */ | |||||
| 95 | public void setO rgNumber(S tring valu e) { | |||||
| 96 | th is.orgNumb er = value ; | |||||
| 97 | } | |||||
| 98 | ||||||
| 99 | /** | |||||
| 100 | * Get s the valu e of the o rgOid prop erty. | |||||
| 101 | * | |||||
| 102 | * @re turn | |||||
| 103 | * possible object is | |||||
| 104 | * {@link St ring } | |||||
| 105 | * | |||||
| 106 | */ | |||||
| 107 | public String ge tOrgOid() { | |||||
| 108 | re turn orgOi d; | |||||
| 109 | } | |||||
| 110 | ||||||
| 111 | /** | |||||
| 112 | * Set s the valu e of the o rgOid prop erty. | |||||
| 113 | * | |||||
| 114 | * @pa ram value | |||||
| 115 | * allowed o bject is | |||||
| 116 | * {@link St ring } | |||||
| 117 | * | |||||
| 118 | */ | |||||
| 119 | public void setO rgOid(Stri ng value) { | |||||
| 120 | th is.orgOid = value; | |||||
| 121 | } | |||||
| 122 | ||||||
| 123 | /** | |||||
| 124 | * Get s the valu e of the o rgName pro perty. | |||||
| 125 | * | |||||
| 126 | * @re turn | |||||
| 127 | * possible object is | |||||
| 128 | * {@link St ring } | |||||
| 129 | * | |||||
| 130 | */ | |||||
| 131 | public String ge tOrgName() { | |||||
| 132 | re turn orgNa me; | |||||
| 133 | } | |||||
| 134 | ||||||
| 135 | /** | |||||
| 136 | * Set s the valu e of the o rgName pro perty. | |||||
| 137 | * | |||||
| 138 | * @pa ram value | |||||
| 139 | * allowed o bject is | |||||
| 140 | * {@link St ring } | |||||
| 141 | * | |||||
| 142 | */ | |||||
| 143 | public void setO rgName(Str ing value) { | |||||
| 144 | th is.orgName = value; | |||||
| 145 | } | |||||
| 146 | ||||||
| 147 | /** | |||||
| 148 | * Get s the valu e of the o rgDomain p roperty. | |||||
| 149 | * | |||||
| 150 | * @re turn | |||||
| 151 | * possible object is | |||||
| 152 | * {@link St ring } | |||||
| 153 | * | |||||
| 154 | */ | |||||
| 155 | public String ge tOrgDomain () { | |||||
| 156 | re turn orgDo main; | |||||
| 157 | } | |||||
| 158 | ||||||
| 159 | /** | |||||
| 160 | * Set s the valu e of the o rgDomain p roperty. | |||||
| 161 | * | |||||
| 162 | * @pa ram value | |||||
| 163 | * allowed o bject is | |||||
| 164 | * {@link St ring } | |||||
| 165 | * | |||||
| 166 | */ | |||||
| 167 | public void setO rgDomain(S tring valu e) { | |||||
| 168 | th is.orgDoma in = value ; | |||||
| 169 | } | |||||
| 170 | ||||||
| 171 | /** | |||||
| 172 | * Get s the valu e of the o rgCommunit yIdPrefix property. | |||||
| 173 | * | |||||
| 174 | * @re turn | |||||
| 175 | * possible object is | |||||
| 176 | * {@link St ring } | |||||
| 177 | * | |||||
| 178 | */ | |||||
| 179 | public String ge tOrgCommun ityIdPrefi x() { | |||||
| 180 | re turn orgCo mmunityIdP refix; | |||||
| 181 | } | |||||
| 182 | ||||||
| 183 | /** | |||||
| 184 | * Set s the valu e of the o rgCommunit yIdPrefix property. | |||||
| 185 | * | |||||
| 186 | * @pa ram value | |||||
| 187 | * allowed o bject is | |||||
| 188 | * {@link St ring } | |||||
| 189 | * | |||||
| 190 | */ | |||||
| 191 | public void setO rgCommunit yIdPrefix( String val ue) { | |||||
| 192 | th is.orgComm unityIdPre fix = valu e; | |||||
| 193 | } | |||||
| 194 | ||||||
| 195 | /** | |||||
| 196 | * Get s the valu e of the o rgContact property. | |||||
| 197 | * | |||||
| 198 | * @re turn | |||||
| 199 | * possible object is | |||||
| 200 | * {@link St ring } | |||||
| 201 | * | |||||
| 202 | */ | |||||
| 203 | public String ge tOrgContac t() { | |||||
| 204 | re turn orgCo ntact; | |||||
| 205 | } | |||||
| 206 | ||||||
| 207 | /** | |||||
| 208 | * Set s the valu e of the o rgContact property. | |||||
| 209 | * | |||||
| 210 | * @pa ram value | |||||
| 211 | * allowed o bject is | |||||
| 212 | * {@link St ring } | |||||
| 213 | * | |||||
| 214 | */ | |||||
| 215 | public void setO rgContact( String val ue) { | |||||
| 216 | th is.orgCont act = valu e; | |||||
| 217 | } | |||||
| 218 | ||||||
| 219 | /** | |||||
| 220 | * Get s the valu e of the o rgPhoneNum ber proper ty. | |||||
| 221 | * | |||||
| 222 | * @re turn | |||||
| 223 | * possible object is | |||||
| 224 | * {@link St ring } | |||||
| 225 | * | |||||
| 226 | */ | |||||
| 227 | public String ge tOrgPhoneN umber() { | |||||
| 228 | re turn orgPh oneNumber; | |||||
| 229 | } | |||||
| 230 | ||||||
| 231 | /** | |||||
| 232 | * Set s the valu e of the o rgPhoneNum ber proper ty. | |||||
| 233 | * | |||||
| 234 | * @pa ram value | |||||
| 235 | * allowed o bject is | |||||
| 236 | * {@link St ring } | |||||
| 237 | * | |||||
| 238 | */ | |||||
| 239 | public void setO rgPhoneNum ber(String value) { | |||||
| 240 | th is.orgPhon eNumber = value; | |||||
| 241 | } | |||||
| 242 | ||||||
| 243 | /** | |||||
| 244 | * Get s the valu e of the o rgActive p roperty. | |||||
| 245 | * | |||||
| 246 | * @re turn | |||||
| 247 | * possible object is | |||||
| 248 | * {@link St ring } | |||||
| 249 | * | |||||
| 250 | */ | |||||
| 251 | public String ge tOrgActive () { | |||||
| 252 | re turn orgAc tive; | |||||
| 253 | } | |||||
| 254 | ||||||
| 255 | /** | |||||
| 256 | * Set s the valu e of the o rgActive p roperty. | |||||
| 257 | * | |||||
| 258 | * @pa ram value | |||||
| 259 | * allowed o bject is | |||||
| 260 | * {@link St ring } | |||||
| 261 | * | |||||
| 262 | */ | |||||
| 263 | public void setO rgActive(S tring valu e) { | |||||
| 264 | th is.orgActi ve = value ; | |||||
| 265 | } | |||||
| 266 | ||||||
| 267 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.