Produced by Araxis Merge on 1/17/2019 10:54:20 AM Central Standard 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 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | EmploymentInfo.java | Wed Jan 16 16:06:30 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee | EmploymentInfo.java | Wed Jan 16 21:04:35 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 378 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| 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 | package go v.va.ee; | |
| 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.XmlType ; | |
| 7 | ||
| 8 | ||
| 9 | /** | |
| 10 | * <p>Java class for employmen tInfo comp lex type. | |
| 11 | * | |
| 12 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 13 | * | |
| 14 | * <pre> | |
| 15 | * <com plexType n ame="emplo ymentInfo" > | |
| 16 | * <c omplexCont ent> | |
| 17 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 18 | * & lt;all> | |
| 19 | * <elemen t name="em ployerAddr ess" type= "{http:// DNS . URL /schemas}a ddressInfo " minOccur s="0"/> | |
| 20 | * <eleme nt name="e mployerNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 21 | * <eleme nt name="e mployerPho ne" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 22 | * <eleme nt name="e mploymentS tatus" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/> | |
| 23 | * <eleme nt name="o ccupation" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 24 | * <eleme nt name="r etirementD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 25 | * & lt;/all> | |
| 26 | * < ;/restrict ion> | |
| 27 | * </ complexCon tent> | |
| 28 | * </co mplexType> | |
| 29 | * </pre> | |
| 30 | * | |
| 31 | * | |
| 32 | */ | |
| 33 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 34 | @XmlType(n ame = "emp loymentInf o", propOr der = { | |
| 35 | ||
| 36 | }) | |
| 37 | public cla ss Employm entInfo { | |
| 38 | ||
| 39 | protec ted Addres sInfo empl oyerAddres s; | |
| 40 | protec ted String employerN ame; | |
| 41 | protec ted String employerP hone; | |
| 42 | protec ted String employmen tStatus; | |
| 43 | protec ted String occupatio n; | |
| 44 | protec ted String retiremen tDate; | |
| 45 | ||
| 46 | /** | |
| 47 | * Get s the valu e of the e mployerAdd ress prope rty. | |
| 48 | * | |
| 49 | * @re turn | |
| 50 | * possible object is | |
| 51 | * {@link Ad dressInfo } | |
| 52 | * | |
| 53 | */ | |
| 54 | public AddressIn fo getEmpl oyerAddres s() { | |
| 55 | re turn emplo yerAddress ; | |
| 56 | } | |
| 57 | ||
| 58 | /** | |
| 59 | * Set s the valu e of the e mployerAdd ress prope rty. | |
| 60 | * | |
| 61 | * @pa ram value | |
| 62 | * allowed o bject is | |
| 63 | * {@link Ad dressInfo } | |
| 64 | * | |
| 65 | */ | |
| 66 | public void setE mployerAdd ress(Addre ssInfo val ue) { | |
| 67 | th is.employe rAddress = value; | |
| 68 | } | |
| 69 | ||
| 70 | /** | |
| 71 | * Get s the valu e of the e mployerNam e property . | |
| 72 | * | |
| 73 | * @re turn | |
| 74 | * possible object is | |
| 75 | * {@link St ring } | |
| 76 | * | |
| 77 | */ | |
| 78 | public String ge tEmployerN ame() { | |
| 79 | re turn emplo yerName; | |
| 80 | } | |
| 81 | ||
| 82 | /** | |
| 83 | * Set s the valu e of the e mployerNam e property . | |
| 84 | * | |
| 85 | * @pa ram value | |
| 86 | * allowed o bject is | |
| 87 | * {@link St ring } | |
| 88 | * | |
| 89 | */ | |
| 90 | public void setE mployerNam e(String v alue) { | |
| 91 | th is.employe rName = va lue; | |
| 92 | } | |
| 93 | ||
| 94 | /** | |
| 95 | * Get s the valu e of the e mployerPho ne propert y. | |
| 96 | * | |
| 97 | * @re turn | |
| 98 | * possible object is | |
| 99 | * {@link St ring } | |
| 100 | * | |
| 101 | */ | |
| 102 | public String ge tEmployerP hone() { | |
| 103 | re turn emplo yerPhone; | |
| 104 | } | |
| 105 | ||
| 106 | /** | |
| 107 | * Set s the valu e of the e mployerPho ne propert y. | |
| 108 | * | |
| 109 | * @pa ram value | |
| 110 | * allowed o bject is | |
| 111 | * {@link St ring } | |
| 112 | * | |
| 113 | */ | |
| 114 | public void setE mployerPho ne(String value) { | |
| 115 | th is.employe rPhone = v alue; | |
| 116 | } | |
| 117 | ||
| 118 | /** | |
| 119 | * Get s the valu e of the e mploymentS tatus prop erty. | |
| 120 | * | |
| 121 | * @re turn | |
| 122 | * possible object is | |
| 123 | * {@link St ring } | |
| 124 | * | |
| 125 | */ | |
| 126 | public String ge tEmploymen tStatus() { | |
| 127 | re turn emplo ymentStatu s; | |
| 128 | } | |
| 129 | ||
| 130 | /** | |
| 131 | * Set s the valu e of the e mploymentS tatus prop erty. | |
| 132 | * | |
| 133 | * @pa ram value | |
| 134 | * allowed o bject is | |
| 135 | * {@link St ring } | |
| 136 | * | |
| 137 | */ | |
| 138 | public void setE mploymentS tatus(Stri ng value) { | |
| 139 | th is.employm entStatus = value; | |
| 140 | } | |
| 141 | ||
| 142 | /** | |
| 143 | * Get s the valu e of the o ccupation property. | |
| 144 | * | |
| 145 | * @re turn | |
| 146 | * possible object is | |
| 147 | * {@link St ring } | |
| 148 | * | |
| 149 | */ | |
| 150 | public String ge tOccupatio n() { | |
| 151 | re turn occup ation; | |
| 152 | } | |
| 153 | ||
| 154 | /** | |
| 155 | * Set s the valu e of the o ccupation property. | |
| 156 | * | |
| 157 | * @pa ram value | |
| 158 | * allowed o bject is | |
| 159 | * {@link St ring } | |
| 160 | * | |
| 161 | */ | |
| 162 | public void setO ccupation( String val ue) { | |
| 163 | th is.occupat ion = valu e; | |
| 164 | } | |
| 165 | ||
| 166 | /** | |
| 167 | * Get s the valu e of the r etirementD ate proper ty. | |
| 168 | * | |
| 169 | * @re turn | |
| 170 | * possible object is | |
| 171 | * {@link St ring } | |
| 172 | * | |
| 173 | */ | |
| 174 | public String ge tRetiremen tDate() { | |
| 175 | re turn retir ementDate; | |
| 176 | } | |
| 177 | ||
| 178 | /** | |
| 179 | * Set s the valu e of the r etirementD ate proper ty. | |
| 180 | * | |
| 181 | * @pa ram value | |
| 182 | * allowed o bject is | |
| 183 | * {@link St ring } | |
| 184 | * | |
| 185 | */ | |
| 186 | public void setR etirementD ate(String value) { | |
| 187 | th is.retirem entDate = value; | |
| 188 | } | |
| 189 | ||
| 190 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.