Produced by Araxis Merge on 10/3/2017 11:15:36 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 | PartnerV4.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 | PartnerV4.java | Mon Oct 2 19:53:42 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 334 |
| 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.j meadows_2_ 3_1.webser vice; | |
| 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 partnerV4 complex t ype. | |
| 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="partn erV4"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="p artnerIden tifier" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 20 | * <eleme nt name="p artnerName " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 21 | * <eleme nt name="p artnerSubI dentifier" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 22 | * <eleme nt name="p artnerSubI dentifierN ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 23 | * <eleme nt name="p artnerType " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 24 | * & lt;/sequen ce> | |
| 25 | * < ;/restrict ion> | |
| 26 | * </ complexCon tent> | |
| 27 | * </co mplexType> | |
| 28 | * </pre> | |
| 29 | * | |
| 30 | * | |
| 31 | */ | |
| 32 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 33 | @XmlType(n ame = "par tnerV4", n amespace = "http://w ebservice. bhie. URL /", propOr der = { | |
| 34 | "partn erIdentifi er", | |
| 35 | "partn erName", | |
| 36 | "partn erSubIdent ifier", | |
| 37 | "partn erSubIdent ifierName" , | |
| 38 | "partn erType" | |
| 39 | }) | |
| 40 | public cla ss Partner V4 { | |
| 41 | ||
| 42 | protec ted String partnerId entifier; | |
| 43 | protec ted String partnerNa me; | |
| 44 | protec ted String partnerSu bIdentifie r; | |
| 45 | protec ted String partnerSu bIdentifie rName; | |
| 46 | protec ted String partnerTy pe; | |
| 47 | ||
| 48 | /** | |
| 49 | * Get s the valu e of the p artnerIden tifier pro perty. | |
| 50 | * | |
| 51 | * @re turn | |
| 52 | * possible object is | |
| 53 | * {@link St ring } | |
| 54 | * | |
| 55 | */ | |
| 56 | public String ge tPartnerId entifier() { | |
| 57 | re turn partn erIdentifi er; | |
| 58 | } | |
| 59 | ||
| 60 | /** | |
| 61 | * Set s the valu e of the p artnerIden tifier pro perty. | |
| 62 | * | |
| 63 | * @pa ram value | |
| 64 | * allowed o bject is | |
| 65 | * {@link St ring } | |
| 66 | * | |
| 67 | */ | |
| 68 | public void setP artnerIden tifier(Str ing value) { | |
| 69 | th is.partner Identifier = value; | |
| 70 | } | |
| 71 | ||
| 72 | /** | |
| 73 | * Get s the valu e of the p artnerName property. | |
| 74 | * | |
| 75 | * @re turn | |
| 76 | * possible object is | |
| 77 | * {@link St ring } | |
| 78 | * | |
| 79 | */ | |
| 80 | public String ge tPartnerNa me() { | |
| 81 | re turn partn erName; | |
| 82 | } | |
| 83 | ||
| 84 | /** | |
| 85 | * Set s the valu e of the p artnerName property. | |
| 86 | * | |
| 87 | * @pa ram value | |
| 88 | * allowed o bject is | |
| 89 | * {@link St ring } | |
| 90 | * | |
| 91 | */ | |
| 92 | public void setP artnerName (String va lue) { | |
| 93 | th is.partner Name = val ue; | |
| 94 | } | |
| 95 | ||
| 96 | /** | |
| 97 | * Get s the valu e of the p artnerSubI dentifier property. | |
| 98 | * | |
| 99 | * @re turn | |
| 100 | * possible object is | |
| 101 | * {@link St ring } | |
| 102 | * | |
| 103 | */ | |
| 104 | public String ge tPartnerSu bIdentifie r() { | |
| 105 | re turn partn erSubIdent ifier; | |
| 106 | } | |
| 107 | ||
| 108 | /** | |
| 109 | * Set s the valu e of the p artnerSubI dentifier property. | |
| 110 | * | |
| 111 | * @pa ram value | |
| 112 | * allowed o bject is | |
| 113 | * {@link St ring } | |
| 114 | * | |
| 115 | */ | |
| 116 | public void setP artnerSubI dentifier( String val ue) { | |
| 117 | th is.partner SubIdentif ier = valu e; | |
| 118 | } | |
| 119 | ||
| 120 | /** | |
| 121 | * Get s the valu e of the p artnerSubI dentifierN ame proper ty. | |
| 122 | * | |
| 123 | * @re turn | |
| 124 | * possible object is | |
| 125 | * {@link St ring } | |
| 126 | * | |
| 127 | */ | |
| 128 | public String ge tPartnerSu bIdentifie rName() { | |
| 129 | re turn partn erSubIdent ifierName; | |
| 130 | } | |
| 131 | ||
| 132 | /** | |
| 133 | * Set s the valu e of the p artnerSubI dentifierN ame proper ty. | |
| 134 | * | |
| 135 | * @pa ram value | |
| 136 | * allowed o bject is | |
| 137 | * {@link St ring } | |
| 138 | * | |
| 139 | */ | |
| 140 | public void setP artnerSubI dentifierN ame(String value) { | |
| 141 | th is.partner SubIdentif ierName = value; | |
| 142 | } | |
| 143 | ||
| 144 | /** | |
| 145 | * Get s the valu e of the p artnerType property. | |
| 146 | * | |
| 147 | * @re turn | |
| 148 | * possible object is | |
| 149 | * {@link St ring } | |
| 150 | * | |
| 151 | */ | |
| 152 | public String ge tPartnerTy pe() { | |
| 153 | re turn partn erType; | |
| 154 | } | |
| 155 | ||
| 156 | /** | |
| 157 | * Set s the valu e of the p artnerType property. | |
| 158 | * | |
| 159 | * @pa ram value | |
| 160 | * allowed o bject is | |
| 161 | * {@link St ring } | |
| 162 | * | |
| 163 | */ | |
| 164 | public void setP artnerType (String va lue) { | |
| 165 | th is.partner Type = val ue; | |
| 166 | } | |
| 167 | ||
| 168 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.