Produced by Araxis Merge on 1/17/2019 10:54:39 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 | TaggedVitalSignSetArrays.java | Wed Jan 16 16:06:42 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 | TaggedVitalSignSetArrays.java | Wed Jan 16 20:18:41 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 260 |
| Changed | 3 | 6 |
| 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 a.util.Arr ayList; | |
| 5 | import jav a.util.Lis t; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for taggedVit alSignSetA rrays comp lex type. | |
| 13 | * | |
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 15 | * | |
| 16 | * <pre> | |
| 17 | * <com plexType n ame="tagge dVitalSign SetArrays" > | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http:// DNS . URL /}abstract ArrayTO"&g t; | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="a rrays" min Occurs="0" form="unq ualified"& gt; | |
| 22 | * <com plexType&g t; | |
| 23 | * <c omplexCont ent> | |
| 24 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 25 | * & lt;sequenc e> | |
| 26 | * <elemen t name="ta ggedVitalS ignSetArra y" type="{ http:// DNS . URL /}taggedVi talSignSet Array" max Occurs="un bounded" m inOccurs=" 0" form="u nqualified "/> | |
| 27 | * & lt;/sequen ce> | |
| 28 | * < ;/restrict ion> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType& gt; | |
| 31 | * </elem ent> | |
| 32 | * & lt;/sequen ce> | |
| 33 | * < ;/extensio n> | |
| 34 | * </ complexCon tent> | |
| 35 | * </co mplexType& gt; | |
| 36 | * </pre> | |
| 37 | * | |
| 38 | * | |
| 39 | */ | |
| 40 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 41 | @XmlType(n ame = "tag gedVitalSi gnSetArray s", propOr der = { | |
| 42 | "array s" | |
| 43 | }) | |
| 44 | public cla ss TaggedV italSignSe tArrays | |
| 45 | extend s Abstract ArrayTO | |
| 46 | { | |
| 47 | ||
| 48 | protec ted Tagged VitalSignS etArrays.A rrays arra ys; | |
| 49 | ||
| 50 | /** | |
| 51 | * Get s the valu e of the a rrays prop erty. | |
| 52 | * | |
| 53 | * @re turn | |
| 54 | * possible object is | |
| 55 | * {@link Ta ggedVitalS ignSetArra ys.Arrays } | |
| 56 | * | |
| 57 | */ | |
| 58 | public TaggedVit alSignSetA rrays.Arra ys getArra ys() { | |
| 59 | re turn array s; | |
| 60 | } | |
| 61 | ||
| 62 | /** | |
| 63 | * Set s the valu e of the a rrays prop erty. | |
| 64 | * | |
| 65 | * @pa ram value | |
| 66 | * allowed o bject is | |
| 67 | * {@link Ta ggedVitalS ignSetArra ys.Arrays } | |
| 68 | * | |
| 69 | */ | |
| 70 | public void setA rrays(Tagg edVitalSig nSetArrays .Arrays va lue) { | |
| 71 | th is.arrays = value; | |
| 72 | } | |
| 73 | ||
| 74 | ||
| 75 | /** | |
| 76 | * <p> Java class for anony mous compl ex type. | |
| 77 | * | |
| 78 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 79 | * | |
| 80 | * <pr e> | |
| 81 | * < ;complexTy pe> | |
| 82 | * & lt;complex Content> ; | |
| 83 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 84 | * <seq uence> | |
| 85 | * <elemen t name="ta ggedVitalS ignSetArra y" type="{ http:// DNS . URL /}taggedVi talSignSet Array" max Occurs="un bounded" m inOccurs=" 0" form="u nqualified "/> | |
| 86 | * </se quence> | |
| 87 | * </rest riction> ; | |
| 88 | * & lt;/comple xContent&g t; | |
| 89 | * < ;/complexT ype> | |
| 90 | * </p re> | |
| 91 | * | |
| 92 | * | |
| 93 | */ | |
| 94 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 95 | @XmlTy pe(name = "", propOr der = { | |
| 96 | "t aggedVital SignSetArr ay" | |
| 97 | }) | |
| 98 | public static cl ass Arrays { | |
| 99 | ||
| 100 | pr otected Li st<TaggedV italSignSe tArray> ta ggedVitalS ignSetArra y; | |
| 101 | ||
| 102 | /* * | |
| 103 | * Gets the value of t he taggedV italSignSe tArray pro perty. | |
| 104 | * | |
| 105 | * <p> | |
| 106 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 107 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 108 | * returned list will be present inside th e JAXB obj ect. | |
| 109 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the taggedVita lSignSetAr ray proper ty. | |
| 110 | * | |
| 111 | * <p> | |
| 112 | * For examp le, to add a new ite m, do as f ollows: | |
| 113 | * <pre> | |
| 114 | * getTag gedVitalSi gnSetArray ().add(new Item); | |
| 115 | * </pre> | |
| 116 | * | |
| 117 | * | |
| 118 | * <p> | |
| 119 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 120 | * {@link Ta ggedVitalS ignSetArra y } | |
| 121 | * | |
| 122 | * | |
| 123 | * / | |
| 124 | pu blic List< TaggedVita lSignSetAr ray> getTa ggedVitalS ignSetArra y() { | |
| 125 | if (tagg edVitalSig nSetArray == null) { | |
| 126 | tagg edVitalSig nSetArray = new Arra yList<Tagg edVitalSig nSetArray> (); | |
| 127 | } | |
| 128 | return t his.tagged VitalSignS etArray; | |
| 129 | } | |
| 130 | ||
| 131 | } | |
| 132 | ||
| 133 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.