Produced by Araxis Merge on 8/16/2018 1:18:04 PM 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 | Caregivers_Tool_CareT_v1_Build 4.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss | ObjectFactory.java | Thu Aug 9 14:06:15 2018 UTC |
| 2 | Caregivers_Tool_CareT_v1_Build 4.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss | ObjectFactory.java | Thu Aug 16 03:11:19 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 466 |
| Changed | 0 | 0 |
| Inserted | 1 | 1 |
| 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 | privat e final st atic QName _Sign_QNA ME = new Q Name("http ://esig.ia m.va.gov/d ss/", "Sig n"); | |||||
| 28 | privat e final st atic QName _SignResp onse_QNAME = new QNa me("http:/ /esig.iam. va.gov/dss /", "SignR esponse"); | |||||
| 29 | privat e final st atic QName _AddUserF ailedExcep tion_QNAME = new QNa me("http:/ /esig.iam. va.gov/dss /", "AddUs erFailedEx ception"); | |||||
| 30 | privat e final st atic QName _Unsuppor tedFileTyp eException _QNAME = n ew QName(" http://esi g.iam.va.g ov/dss/", "Unsupport edFileType Exception" ); | |||||
| 31 | privat e final st atic QName _DeleteUs erFailedEx ception_QN AME = new QName("htt p://esig.i am.va.gov/ dss/", "De leteUserFa iledExcept ion"); | |||||
| 32 | privat e final st atic QName _Exceptio n_QNAME = new QName( "http://es ig.iam.va. gov/dss/", "Exceptio n"); | |||||
| 33 | privat e final st atic QName _Delete_Q NAME = new QName("ht tp://esig. iam.va.gov /dss/", "D elete"); | |||||
| 34 | privat e final st atic QName _SignFail edExceptio n_QNAME = new QName( "http://es ig.iam.va. gov/dss/", "SignFail edExceptio n"); | |||||
| 35 | privat e final st atic QName _VerifyRe sponse_QNA ME = new Q Name("http ://esig.ia m.va.gov/d ss/", "Ver ifyRespons e"); | |||||
| 36 | privat e final st atic QName _DeleteRe sponse_QNA ME = new Q Name("http ://esig.ia m.va.gov/d ss/", "Del eteRespons e"); | |||||
| 37 | privat e final st atic QName _Verify_Q NAME = new QName("ht tp://esig. iam.va.gov /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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "SignRespo nse") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "AddUserFa iledExcept ion") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "Unsupport edFileType Exception" ) | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "DeleteUse rFailedExc eption") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "Exception ") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "Delete") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "SignFaile dException ") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "VerifyRes ponse") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "DeleteRes ponse") | |||||
| 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 | @XmlEl ementDecl( namespace = "http:// esig.iam.v a.gov/dss/ ", name = "Verify") | |||||
| 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 | } | |||||
| 234 | TTTTTTTTTT TTTTTTTTTT TT |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.