Produced by Araxis Merge on 1/17/2019 10:54:32 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\med\via\service | HealthFactorTO.java | Wed Jan 16 16:06:32 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\med\via\service | HealthFactorTO.java | Wed Jan 16 20:17:25 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 284 |
| 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.med.v ia.service ; | |
| 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 healthFac torTO 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="healt hFactorTO" > | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="h ealthFacto rIen" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 20 | * <eleme nt name="h ealthFacto rDescripti on" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0" form ="unqualif ied"/> | |
| 21 | * <eleme nt name="i sCategory" type="{ht tp://www.w 3.org/2001 /XMLSchema }boolean" minOccurs= "0" form=" unqualifie d"/> | |
| 22 | * <eleme nt name="p arentCateg ory" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 23 | * & lt;/sequen ce> | |
| 24 | * < ;/extensio n> | |
| 25 | * </ complexCon tent> | |
| 26 | * </co mplexType& gt; | |
| 27 | * </pre> | |
| 28 | * | |
| 29 | * | |
| 30 | */ | |
| 31 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 32 | @XmlType(n ame = "hea lthFactorT O", propOr der = { | |
| 33 | "healt hFactorIen ", | |
| 34 | "healt hFactorDes cription", | |
| 35 | "isCat egory", | |
| 36 | "paren tCategory" | |
| 37 | }) | |
| 38 | public cla ss HealthF actorTO | |
| 39 | extend s Abstract TO | |
| 40 | { | |
| 41 | ||
| 42 | protec ted String healthFac torIen; | |
| 43 | protec ted String healthFac torDescrip tion; | |
| 44 | protec ted Boolea n isCatego ry; | |
| 45 | protec ted String parentCat egory; | |
| 46 | ||
| 47 | /** | |
| 48 | * Get s the valu e of the h ealthFacto rIen prope rty. | |
| 49 | * | |
| 50 | * @re turn | |
| 51 | * possible object is | |
| 52 | * {@link St ring } | |
| 53 | * | |
| 54 | */ | |
| 55 | public String ge tHealthFac torIen() { | |
| 56 | re turn healt hFactorIen ; | |
| 57 | } | |
| 58 | ||
| 59 | /** | |
| 60 | * Set s the valu e of the h ealthFacto rIen prope rty. | |
| 61 | * | |
| 62 | * @pa ram value | |
| 63 | * allowed o bject is | |
| 64 | * {@link St ring } | |
| 65 | * | |
| 66 | */ | |
| 67 | public void setH ealthFacto rIen(Strin g value) { | |
| 68 | th is.healthF actorIen = value; | |
| 69 | } | |
| 70 | ||
| 71 | /** | |
| 72 | * Get s the valu e of the h ealthFacto rDescripti on propert y. | |
| 73 | * | |
| 74 | * @re turn | |
| 75 | * possible object is | |
| 76 | * {@link St ring } | |
| 77 | * | |
| 78 | */ | |
| 79 | public String ge tHealthFac torDescrip tion() { | |
| 80 | re turn healt hFactorDes cription; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Set s the valu e of the h ealthFacto rDescripti on propert y. | |
| 85 | * | |
| 86 | * @pa ram value | |
| 87 | * allowed o bject is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public void setH ealthFacto rDescripti on(String value) { | |
| 92 | th is.healthF actorDescr iption = v alue; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Get s the valu e of the i sCategory property. | |
| 97 | * | |
| 98 | * @re turn | |
| 99 | * possible object is | |
| 100 | * {@link Bo olean } | |
| 101 | * | |
| 102 | */ | |
| 103 | public Boolean i sIsCategor y() { | |
| 104 | re turn isCat egory; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Set s the valu e of the i sCategory property. | |
| 109 | * | |
| 110 | * @pa ram value | |
| 111 | * allowed o bject is | |
| 112 | * {@link Bo olean } | |
| 113 | * | |
| 114 | */ | |
| 115 | public void setI sCategory( Boolean va lue) { | |
| 116 | th is.isCateg ory = valu e; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Get s the valu e of the p arentCateg ory proper ty. | |
| 121 | * | |
| 122 | * @re turn | |
| 123 | * possible object is | |
| 124 | * {@link St ring } | |
| 125 | * | |
| 126 | */ | |
| 127 | public String ge tParentCat egory() { | |
| 128 | re turn paren tCategory; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Set s the valu e of the p arentCateg ory proper ty. | |
| 133 | * | |
| 134 | * @pa ram value | |
| 135 | * allowed o bject is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public void setP arentCateg ory(String value) { | |
| 140 | th is.parentC ategory = value; | |
| 141 | } | |
| 142 | ||
| 143 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.