Produced by Araxis Merge on 10/3/2017 11:15:37 AM Central 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice | QuestionnaireDetails.java | Tue Dec 15 14:05:18 2015 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_1\webservice | QuestionnaireDetails.java | Mon Oct 2 19:53:54 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 370 |
| Changed | 2 | 8 |
| 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.j meadows_2_ 3_1.webser vice; | |
| 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.XmlElem ent; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 10 | ||
| 11 | ||
| 12 | /** | |
| 13 | * <p>Java class for questionn aireDetail s complex type. | |
| 14 | * | |
| 15 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 16 | * | |
| 17 | * <pre> | |
| 18 | * <com plexType n ame="quest ionnaireDe tails"> | |
| 19 | * <c omplexCont ent> | |
| 20 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 21 | * & lt;sequenc e> | |
| 22 | * <elemen t name="an swers" typ e="{http:/ /webservic e.vds. URL /}question naireDetai lAnswers" maxOccurs= "unbounded " minOccur s="0"/> | |
| 23 | * <elemen t name="ch oices" typ e="{http:/ /webservic e.vds. URL /}question naireDetai lChoices" maxOccurs= "unbounded " minOccur s="0"/> | |
| 24 | * <elemen t name="co mments" ty pe="{http: //webservi ce.vds. URL /}question naireDetai lComments" maxOccurs ="unbounde d" minOccu rs="0"/> | |
| 25 | * <eleme nt name="q uestion" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 26 | * <eleme nt name="s equence" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 27 | * & lt;/sequen ce> | |
| 28 | * < ;/restrict ion> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType> | |
| 31 | * </pre> | |
| 32 | * | |
| 33 | * | |
| 34 | */ | |
| 35 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 36 | @XmlType(n ame = "que stionnaire Details", namespace = "http:// webservice .vds. URL /", propOr der = { | |
| 37 | "answe rs", | |
| 38 | "choic es", | |
| 39 | "comme nts", | |
| 40 | "quest ion", | |
| 41 | "seque nce" | |
| 42 | }) | |
| 43 | public cla ss Questio nnaireDeta ils { | |
| 44 | ||
| 45 | @XmlEl ement(nill able = tru e) | |
| 46 | protec ted List<Q uestionnai reDetailAn swers> ans wers; | |
| 47 | @XmlEl ement(nill able = tru e) | |
| 48 | protec ted List<Q uestionnai reDetailCh oices> cho ices; | |
| 49 | @XmlEl ement(nill able = tru e) | |
| 50 | protec ted List<Q uestionnai reDetailCo mments> co mments; | |
| 51 | protec ted String question; | |
| 52 | protec ted String sequence; | |
| 53 | ||
| 54 | /** | |
| 55 | * Get s the valu e of the a nswers pro perty. | |
| 56 | * | |
| 57 | * <p> | |
| 58 | * Thi s accessor method re turns a re ference to the live list, | |
| 59 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 60 | * ret urned list will be p resent ins ide the JA XB object. | |
| 61 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the answ ers proper ty. | |
| 62 | * | |
| 63 | * <p> | |
| 64 | * For example, to add a n ew item, d o as follo ws: | |
| 65 | * <pr e> | |
| 66 | * getAnswers ().add(new Item); | |
| 67 | * </p re> | |
| 68 | * | |
| 69 | * | |
| 70 | * <p> | |
| 71 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 72 | * {@l ink Questi onnaireDet ailAnswers } | |
| 73 | * | |
| 74 | * | |
| 75 | */ | |
| 76 | public List<Ques tionnaireD etailAnswe rs> getAns wers() { | |
| 77 | if (answers == null) { | |
| 78 | answers = new Arra yList<Ques tionnaireD etailAnswe rs>(); | |
| 79 | } | |
| 80 | re turn this. answers; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Get s the valu e of the c hoices pro perty. | |
| 85 | * | |
| 86 | * <p> | |
| 87 | * Thi s accessor method re turns a re ference to the live list, | |
| 88 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 89 | * ret urned list will be p resent ins ide the JA XB object. | |
| 90 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the choi ces proper ty. | |
| 91 | * | |
| 92 | * <p> | |
| 93 | * For example, to add a n ew item, d o as follo ws: | |
| 94 | * <pr e> | |
| 95 | * getChoices ().add(new Item); | |
| 96 | * </p re> | |
| 97 | * | |
| 98 | * | |
| 99 | * <p> | |
| 100 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 101 | * {@l ink Questi onnaireDet ailChoices } | |
| 102 | * | |
| 103 | * | |
| 104 | */ | |
| 105 | public List<Ques tionnaireD etailChoic es> getCho ices() { | |
| 106 | if (choices == null) { | |
| 107 | choices = new Arra yList<Ques tionnaireD etailChoic es>(); | |
| 108 | } | |
| 109 | re turn this. choices; | |
| 110 | } | |
| 111 | ||
| 112 | /** | |
| 113 | * Get s the valu e of the c omments pr operty. | |
| 114 | * | |
| 115 | * <p> | |
| 116 | * Thi s accessor method re turns a re ference to the live list, | |
| 117 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 118 | * ret urned list will be p resent ins ide the JA XB object. | |
| 119 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the comm ents prope rty. | |
| 120 | * | |
| 121 | * <p> | |
| 122 | * For example, to add a n ew item, d o as follo ws: | |
| 123 | * <pr e> | |
| 124 | * getComment s().add(ne wItem); | |
| 125 | * </p re> | |
| 126 | * | |
| 127 | * | |
| 128 | * <p> | |
| 129 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 130 | * {@l ink Questi onnaireDet ailComment s } | |
| 131 | * | |
| 132 | * | |
| 133 | */ | |
| 134 | public List<Ques tionnaireD etailComme nts> getCo mments() { | |
| 135 | if (comments == null) { | |
| 136 | comments = new Arr ayList<Que stionnaire DetailComm ents>(); | |
| 137 | } | |
| 138 | re turn this. comments; | |
| 139 | } | |
| 140 | ||
| 141 | /** | |
| 142 | * Get s the valu e of the q uestion pr operty. | |
| 143 | * | |
| 144 | * @re turn | |
| 145 | * possible object is | |
| 146 | * {@link St ring } | |
| 147 | * | |
| 148 | */ | |
| 149 | public String ge tQuestion( ) { | |
| 150 | re turn quest ion; | |
| 151 | } | |
| 152 | ||
| 153 | /** | |
| 154 | * Set s the valu e of the q uestion pr operty. | |
| 155 | * | |
| 156 | * @pa ram value | |
| 157 | * allowed o bject is | |
| 158 | * {@link St ring } | |
| 159 | * | |
| 160 | */ | |
| 161 | public void setQ uestion(St ring value ) { | |
| 162 | th is.questio n = value; | |
| 163 | } | |
| 164 | ||
| 165 | /** | |
| 166 | * Get s the valu e of the s equence pr operty. | |
| 167 | * | |
| 168 | * @re turn | |
| 169 | * possible object is | |
| 170 | * {@link St ring } | |
| 171 | * | |
| 172 | */ | |
| 173 | public String ge tSequence( ) { | |
| 174 | re turn seque nce; | |
| 175 | } | |
| 176 | ||
| 177 | /** | |
| 178 | * Set s the valu e of the s equence pr operty. | |
| 179 | * | |
| 180 | * @pa ram value | |
| 181 | * allowed o bject is | |
| 182 | * {@link St ring } | |
| 183 | * | |
| 184 | */ | |
| 185 | public void setS equence(St ring value ) { | |
| 186 | th is.sequenc e = value; | |
| 187 | } | |
| 188 | ||
| 189 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.