Produced by Araxis Merge on 1/17/2019 10:54:22 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\iam\esig\dss | ObjectFactory.java | Wed Jan 16 16:06:44 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\iam\esig\dss | ObjectFactory.java | Wed Jan 16 21:34:03 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 13 | 422 |
| Changed | 12 | 44 |
| 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.iam.e sig.dss; | |
| 3 | ||
| 4 | import jav ax.xml.bin d.JAXBElem ent; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlElem entDecl; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlRegi stry; | |
| 7 | import jav ax.xml.nam espace.QNa me; | |
| 8 | ||
| 9 | ||
| 10 | /** | |
| 11 | * This ob ject conta ins factor y methods for each | |
| 12 | * Java co ntent inte rface and Java eleme nt interfa ce | |
| 13 | * generat ed in the gov.va.iam .esig.dss package. | |
| 14 | * <p>An O bjectFacto ry allows you to pro gramatical ly | |
| 15 | * constru ct new ins tances of the Java r epresentat ion | |
| 16 | * for XML content. The Java r epresentat ion of XML | |
| 17 | * content can consi st of sche ma derived interface s | |
| 18 | * and cla sses repre senting th e binding of schema | |
| 19 | * type de finitions, element d eclaration s and mode l | |
| 20 | * groups. Factory methods fo r each of these are | |
| 21 | * provide d in this class. | |
| 22 | * | |
| 23 | */ | |
| 24 | @XmlRegist ry | |
| 25 | public cla ss ObjectF actory { | |
| 26 | ||
| 27 | private fi nal static QName _Si gn_QNAME = new QName ("http:// DNS . URL /dss/", "S ign"); | |
| 28 | private fi nal static QName _Si gnResponse _QNAME = n ew QName(" http:// DNS . URL /dss/", "S ignRespons e"); | |
| 29 | private fi nal static QName _Ad dUserFaile dException _QNAME = n ew QName(" http:// DNS . URL /dss/", "A ddUserFail edExceptio n"); | |
| 30 | private fi nal static QName _Un supportedF ileTypeExc eption_QNA ME = new Q Name("http :// DNS . URL /dss/", "U nsupported FileTypeEx ception"); | |
| 31 | private fi nal static QName _De leteUserFa iledExcept ion_QNAME = new QNam e("http:// DNS . URL /dss/", "D eleteUserF ailedExcep tion"); | |
| 32 | private fi nal static QName _Ex ception_QN AME = new QName("htt p:// DNS . URL /dss/", "E xception") ; | |
| 33 | private fi nal static QName _De lete_QNAME = new QNa me("http:/ / DNS . URL /dss/", "D elete"); | |
| 34 | private fi nal static QName _Si gnFailedEx ception_QN AME = new QName("htt p:// DNS . URL /dss/", "S ignFailedE xception") ; | |
| 35 | private fi nal static QName _Ve rifyRespon se_QNAME = new QName ("http:// DNS . URL /dss/", "V erifyRespo nse"); | |
| 36 | private fi nal static QName _De leteRespon se_QNAME = new QName ("http:// DNS . URL /dss/", "D eleteRespo nse"); | |
| 37 | private fi nal static QName _Ve rify_QNAME = new QNa me("http:/ / DNS . URL /dss/", "V erify"); | |
| 38 | ||
| 39 | /** | |
| 40 | * Cre ate a new ObjectFact ory that c an be used to create new insta nces of sc hema deriv ed classes for packa ge: gov.va .iam.esig. dss | |
| 41 | * | |
| 42 | */ | |
| 43 | public ObjectFac tory() { | |
| 44 | } | |
| 45 | ||
| 46 | /** | |
| 47 | * Cre ate an ins tance of { @link Exce ption } | |
| 48 | * | |
| 49 | */ | |
| 50 | public Exception createExc eption() { | |
| 51 | re turn new E xception() ; | |
| 52 | } | |
| 53 | ||
| 54 | /** | |
| 55 | * Cre ate an ins tance of { @link Dele teUserFail edExceptio n } | |
| 56 | * | |
| 57 | */ | |
| 58 | public DeleteUse rFailedExc eption cre ateDeleteU serFailedE xception() { | |
| 59 | re turn new D eleteUserF ailedExcep tion(); | |
| 60 | } | |
| 61 | ||
| 62 | /** | |
| 63 | * Cre ate an ins tance of { @link Unsu pportedFil eTypeExcep tion } | |
| 64 | * | |
| 65 | */ | |
| 66 | public Unsupport edFileType Exception createUnsu pportedFil eTypeExcep tion() { | |
| 67 | re turn new U nsupported FileTypeEx ception(); | |
| 68 | } | |
| 69 | ||
| 70 | /** | |
| 71 | * Cre ate an ins tance of { @link AddU serFailedE xception } | |
| 72 | * | |
| 73 | */ | |
| 74 | public AddUserFa iledExcept ion create AddUserFai ledExcepti on() { | |
| 75 | re turn new A ddUserFail edExceptio n(); | |
| 76 | } | |
| 77 | ||
| 78 | /** | |
| 79 | * Cre ate an ins tance of { @link Sign Response } | |
| 80 | * | |
| 81 | */ | |
| 82 | public SignRespo nse create SignRespon se() { | |
| 83 | re turn new S ignRespons e(); | |
| 84 | } | |
| 85 | ||
| 86 | /** | |
| 87 | * Cre ate an ins tance of { @link Sign } | |
| 88 | * | |
| 89 | */ | |
| 90 | public Sign crea teSign() { | |
| 91 | re turn new S ign(); | |
| 92 | } | |
| 93 | ||
| 94 | /** | |
| 95 | * Cre ate an ins tance of { @link Veri fy } | |
| 96 | * | |
| 97 | */ | |
| 98 | public Verify cr eateVerify () { | |
| 99 | re turn new V erify(); | |
| 100 | } | |
| 101 | ||
| 102 | /** | |
| 103 | * Cre ate an ins tance of { @link Dele teResponse } | |
| 104 | * | |
| 105 | */ | |
| 106 | public DeleteRes ponse crea teDeleteRe sponse() { | |
| 107 | re turn new D eleteRespo nse(); | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Cre ate an ins tance of { @link Veri fyResponse } | |
| 112 | * | |
| 113 | */ | |
| 114 | public VerifyRes ponse crea teVerifyRe sponse() { | |
| 115 | re turn new V erifyRespo nse(); | |
| 116 | } | |
| 117 | ||
| 118 | /** | |
| 119 | * Cre ate an ins tance of { @link Sign FailedExce ption } | |
| 120 | * | |
| 121 | */ | |
| 122 | public SignFaile dException createSig nFailedExc eption() { | |
| 123 | re turn new S ignFailedE xception() ; | |
| 124 | } | |
| 125 | ||
| 126 | /** | |
| 127 | * Cre ate an ins tance of { @link Dele te } | |
| 128 | * | |
| 129 | */ | |
| 130 | public Delete cr eateDelete () { | |
| 131 | re turn new D elete(); | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Sign }{@code >} } | |
| 136 | * | |
| 137 | */ | |
| 138 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Sign ") | |
| 139 | public JAXBEleme nt<Sign> c reateSign( Sign value ) { | |
| 140 | re turn new J AXBElement <Sign>(_Si gn_QNAME, Sign.class , null, va lue); | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link SignR esponse }{ @code >}} | |
| 145 | * | |
| 146 | */ | |
| 147 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Sign Response") | |
| 148 | public JAXBEleme nt<SignRes ponse> cre ateSignRes ponse(Sign Response v alue) { | |
| 149 | re turn new J AXBElement <SignRespo nse>(_Sign Response_Q NAME, Sign Response.c lass, null , value); | |
| 150 | } | |
| 151 | ||
| 152 | /** | |
| 153 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link AddUs erFailedEx ception }{ @code >}} | |
| 154 | * | |
| 155 | */ | |
| 156 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "AddU serFailedE xception") | |
| 157 | public JAXBEleme nt<AddUser FailedExce ption> cre ateAddUser FailedExce ption(AddU serFailedE xception v alue) { | |
| 158 | re turn new J AXBElement <AddUserFa iledExcept ion>(_AddU serFailedE xception_Q NAME, AddU serFailedE xception.c lass, null , value); | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Unsup portedFile TypeExcept ion }{@cod e >}} | |
| 163 | * | |
| 164 | */ | |
| 165 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Unsu pportedFil eTypeExcep tion") | |
| 166 | public JAXBEleme nt<Unsuppo rtedFileTy peExceptio n> createU nsupported FileTypeEx ception(Un supportedF ileTypeExc eption val ue) { | |
| 167 | re turn new J AXBElement <Unsupport edFileType Exception> (_Unsuppor tedFileTyp eException _QNAME, Un supportedF ileTypeExc eption.cla ss, null, value); | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Delet eUserFaile dException }{@code > }} | |
| 172 | * | |
| 173 | */ | |
| 174 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Dele teUserFail edExceptio n") | |
| 175 | public JAXBEleme nt<DeleteU serFailedE xception> createDele teUserFail edExceptio n(DeleteUs erFailedEx ception va lue) { | |
| 176 | re turn new J AXBElement <DeleteUse rFailedExc eption>(_D eleteUserF ailedExcep tion_QNAME , DeleteUs erFailedEx ception.cl ass, null, value); | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Excep tion }{@co de >}} | |
| 181 | * | |
| 182 | */ | |
| 183 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Exce ption") | |
| 184 | public JAXBEleme nt<Excepti on> create Exception( Exception value) { | |
| 185 | re turn new J AXBElement <Exception >(_Excepti on_QNAME, Exception. class, nul l, value); | |
| 186 | } | |
| 187 | ||
| 188 | /** | |
| 189 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Delet e }{@code >}} | |
| 190 | * | |
| 191 | */ | |
| 192 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Dele te") | |
| 193 | public JAXBEleme nt<Delete> createDel ete(Delete value) { | |
| 194 | re turn new J AXBElement <Delete>(_ Delete_QNA ME, Delete .class, nu ll, value) ; | |
| 195 | } | |
| 196 | ||
| 197 | /** | |
| 198 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link SignF ailedExcep tion }{@co de >}} | |
| 199 | * | |
| 200 | */ | |
| 201 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Sign FailedExce ption") | |
| 202 | public JAXBEleme nt<SignFai ledExcepti on> create SignFailed Exception( SignFailed Exception value) { | |
| 203 | re turn new J AXBElement <SignFaile dException >(_SignFai ledExcepti on_QNAME, SignFailed Exception. class, nul l, value); | |
| 204 | } | |
| 205 | ||
| 206 | /** | |
| 207 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Verif yResponse }{@code >} } | |
| 208 | * | |
| 209 | */ | |
| 210 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Veri fyResponse ") | |
| 211 | public JAXBEleme nt<VerifyR esponse> c reateVerif yResponse( VerifyResp onse value ) { | |
| 212 | re turn new J AXBElement <VerifyRes ponse>(_Ve rifyRespon se_QNAME, VerifyResp onse.class , null, va lue); | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Delet eResponse }{@code >} } | |
| 217 | * | |
| 218 | */ | |
| 219 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Dele teResponse ") | |
| 220 | public JAXBEleme nt<DeleteR esponse> c reateDelet eResponse( DeleteResp onse value ) { | |
| 221 | re turn new J AXBElement <DeleteRes ponse>(_De leteRespon se_QNAME, DeleteResp onse.class , null, va lue); | |
| 222 | } | |
| 223 | ||
| 224 | /** | |
| 225 | * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Verif y }{@code >}} | |
| 226 | * | |
| 227 | */ | |
| 228 | @XmlElemen tDecl(name space = "h ttp:// DNS . URL /dss/", na me = "Veri fy") | |
| 229 | public JAXBEleme nt<Verify> createVer ify(Verify value) { | |
| 230 | re turn new J AXBElement <Verify>(_ Verify_QNA ME, Verify .class, nu ll, value) ; | |
| 231 | } | |
| 232 | ||
| 233 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.