59. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:13:56 PM Eastern 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.

59.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde ObjectFactory.java Tue Sep 6 19:57:50 2016 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde ObjectFactory.java Tue Apr 25 13:22:06 2017 UTC

59.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 15 2358
Changed 14 52
Inserted 0 0
Removed 0 0

59.3 Comparison options

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

59.4 Active regular expressions

No regular expressions were active.

59.5 Comparison detail

  1  
  2   package go v.va.med.p harmacy.ws clients.eA nde;
  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.med .pharmacy. wsclients. eAnde pack age. 
  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
  18    * and cla sses repre senting th e binding  of schema 
  19    * type de finitions,  element d eclaration s and mode
  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 _Ge tEESummary Request_QN AME = new  QName("htt p:// DNS . URL         /schemas",  "getEESum maryReques t");
  28         private fi nal static  QName _Ge tEESummary HistoryReq uest_QNAME  = new QNa me("http:/ / DNS . URL         /schemas",  "getEESum maryHistor yRequest") ;
  29         private fi nal static  QName _Ge tEESummary Response_Q NAME = new  QName("ht tp:// DNS . URL         /schemas",  "getEESum maryRespon se");
  30         private fi nal static  QName _Ge tEESummary HistoryRes ponse_QNAM E = new QN ame("http: // DNS . URL         /schemas",  "getEESum maryHistor yResponse" );
  31         private fi nal static  QName _Ge tEligibili tyDetermin ationReque st_QNAME =  new QName ("http:// DNS . URL         /schemas",  "getEligi bilityDete rminationR equest");
  32         private fi nal static  QName _Ge tEligibili tyDetermin ationRespo nse_QNAME  = new QNam e("http:// DNS . URL         /schemas",  "getEligi bilityDete rminationR esponse");
  33         private fi nal static  QName _Ge tPersonNot ificationR equest_QNA ME = new Q Name("http :// DNS . URL         /schemas",  "getPerso nNotificat ionRequest ");
  34         private fi nal static  QName _Ge tPersonNot ificationR esponse_QN AME = new  QName("htt p:// DNS . URL         /schemas",  "getPerso nNotificat ionRespons e");
  35         private fi nal static  QName _Ge tDeliveryP referenceR equest_QNA ME = new Q Name("http :// DNS . URL         /schemas",  "getDeliv eryPrefere nceRequest ");
  36         private fi nal static  QName _Ge tDeliveryP referenceR esponse_QN AME = new  QName("htt p:// DNS . URL         /schemas",  "getDeliv eryPrefere nceRespons e");
  37         private fi nal static  QName _Up dateDelive ryPreferen ceRequest_ QNAME = ne w QName("h ttp:// DNS . URL         /schemas",  "updateDe liveryPref erenceRequ est");
  38         private fi nal static  QName _Up dateDelive ryPreferen ceResponse _QNAME = n ew QName(" http:// DNS . URL         /schemas",  "updateDe liveryPref erenceResp onse");
  39         private fi nal static  QName _Ge tIVMLetter StatusesRe quest_QNAM E = new QN ame("http: // DNS . URL         /schemas",  "getIVMLe tterStatus esRequest" );
  40  
  41       /**
  42        * 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 .med.pharm acy.wsclie nts.eAnde
  43        * 
  44        */
  45       public  ObjectFac tory() {
  46       }
  47  
  48       /**
  49        * Cre ate an ins tance of { @link Send IVMUpdates Request }
  50        * 
  51        */
  52       public  SendIVMUp datesReque st createS endIVMUpda tesRequest () {
  53           re turn new S endIVMUpda tesRequest ();
  54       }
  55  
  56       /**
  57        * Cre ate an ins tance of { @link GetE ESummaryRe quest }
  58        * 
  59        */
  60       public  GetEESumm aryRequest  createGet EESummaryR equest() {
  61           re turn new G etEESummar yRequest() ;
  62       }
  63  
  64       /**
  65        * Cre ate an ins tance of { @link GetE ESummaryHi storyReque st }
  66        * 
  67        */
  68       public  GetEESumm aryHistory Request cr eateGetEES ummaryHist oryRequest () {
  69           re turn new G etEESummar yHistoryRe quest();
  70       }
  71  
  72       /**
  73        * Cre ate an ins tance of { @link getE ESummaryRe sponse }
  74        * 
  75        */
  76       public  getEESumm aryRespons e createGe tEESummary Response()  {
  77           re turn new g etEESummar yResponse( );
  78       }
  79  
  80       /**
  81        * Cre ate an ins tance of { @link GetE ESummaryHi storyRespo nse }
  82        * 
  83        */
  84       public  GetEESumm aryHistory Response c reateGetEE SummaryHis toryRespon se() {
  85           re turn new G etEESummar yHistoryRe sponse();
  86       }
  87  
  88       /**
  89        * Cre ate an ins tance of { @link GetE ligibility Determinat ionRequest  }
  90        * 
  91        */
  92       public  GetEligib ilityDeter minationRe quest crea teGetEligi bilityDete rminationR equest() {
  93           re turn new G etEligibil ityDetermi nationRequ est();
  94       }
  95  
  96       /**
  97        * Cre ate an ins tance of { @link GetE ligibility Determinat ionRespons e }
  98        * 
  99        */
  100       public  GetEligib ilityDeter minationRe sponse cre ateGetElig ibilityDet ermination Response()  {
  101           re turn new G etEligibil ityDetermi nationResp onse();
  102       }
  103  
  104       /**
  105        * Cre ate an ins tance of { @link GetP ersonNotif icationReq uest }
  106        * 
  107        */
  108       public  GetPerson Notificati onRequest  createGetP ersonNotif icationReq uest() {
  109           re turn new G etPersonNo tification Request();
  110       }
  111  
  112       /**
  113        * Cre ate an ins tance of { @link GetP ersonNotif icationRes ponse }
  114        * 
  115        */
  116       public  GetPerson Notificati onResponse  createGet PersonNoti ficationRe sponse() {
  117           re turn new G etPersonNo tification Response() ;
  118       }
  119  
  120       /**
  121        * Cre ate an ins tance of { @link GetD eliveryPre ferenceReq uest }
  122        * 
  123        */
  124       public  GetDelive ryPreferen ceRequest  createGetD eliveryPre ferenceReq uest() {
  125           re turn new G etDelivery Preference Request();
  126       }
  127  
  128       /**
  129        * Cre ate an ins tance of { @link GetD eliveryPre ferenceRes ponse }
  130        * 
  131        */
  132       public  GetDelive ryPreferen ceResponse  createGet DeliveryPr eferenceRe sponse() {
  133           re turn new G etDelivery Preference Response() ;
  134       }
  135  
  136       /**
  137        * Cre ate an ins tance of { @link Upda teDelivery Preference Request }
  138        * 
  139        */
  140       public  UpdateDel iveryPrefe renceReque st createU pdateDeliv eryPrefere nceRequest () {
  141           re turn new U pdateDeliv eryPrefere nceRequest ();
  142       }
  143  
  144       /**
  145        * Cre ate an ins tance of { @link Upda teDelivery Preference Response }
  146        * 
  147        */
  148       public  UpdateDel iveryPrefe renceRespo nse create UpdateDeli veryPrefer enceRespon se() {
  149           re turn new U pdateDeliv eryPrefere nceRespons e();
  150       }
  151  
  152       /**
  153        * Cre ate an ins tance of { @link Retr ieveIVMCan didatesReq uest }
  154        * 
  155        */
  156       public  RetrieveI VMCandidat esRequest  createRetr ieveIVMCan didatesReq uest() {
  157           re turn new R etrieveIVM Candidates Request();
  158       }
  159  
  160       /**
  161        * Cre ate an ins tance of { @link GetI VMLetterSt atusesRequ est }
  162        * 
  163        */
  164       public  GetIVMLet terStatuse sRequest c reateGetIV MLetterSta tusesReque st() {
  165           re turn new G etIVMLette rStatusesR equest();
  166       }
  167  
  168       /**
  169        * Cre ate an ins tance of { @link Retr ieveIVMCan didatesRes ponse }
  170        * 
  171        */
  172       public  RetrieveI VMCandidat esResponse  createRet rieveIVMCa ndidatesRe sponse() {
  173           re turn new R etrieveIVM Candidates Response() ;
  174       }
  175  
  176       /**
  177        * Cre ate an ins tance of { @link IvmC andidateCo llection }
  178        * 
  179        */
  180       public  IvmCandid ateCollect ion create IvmCandida teCollecti on() {
  181           re turn new I vmCandidat eCollectio n();
  182       }
  183  
  184       /**
  185        * Cre ate an ins tance of { @link GetI VMLetterSt atusesResp onse }
  186        * 
  187        */
  188       public  GetIVMLet terStatuse sResponse  createGetI VMLetterSt atusesResp onse() {
  189           re turn new G etIVMLette rStatusesR esponse();
  190       }
  191  
  192       /**
  193        * Cre ate an ins tance of { @link IvmL etterCandi dateCollec tion }
  194        * 
  195        */
  196       public  IvmLetter CandidateC ollection  createIvmL etterCandi dateCollec tion() {
  197           re turn new I vmLetterCa ndidateCol lection();
  198       }
  199  
  200       /**
  201        * Cre ate an ins tance of { @link Upda teIVMRecor dStatusReq uest }
  202        * 
  203        */
  204       public  UpdateIVM RecordStat usRequest  createUpda teIVMRecor dStatusReq uest() {
  205           re turn new U pdateIVMRe cordStatus Request();
  206       }
  207  
  208       /**
  209        * Cre ate an ins tance of { @link Upda teIVMRecor dStatusRes ponse }
  210        * 
  211        */
  212       public  UpdateIVM RecordStat usResponse  createUpd ateIVMReco rdStatusRe sponse() {
  213           re turn new U pdateIVMRe cordStatus Response() ;
  214       }
  215  
  216       /**
  217        * Cre ate an ins tance of { @link Send IVMUpdates Request.Se ndIVMInfo  }
  218        * 
  219        */
  220       public  SendIVMUp datesReque st.SendIVM Info creat eSendIVMUp datesReque stSendIVMI nfo() {
  221           re turn new S endIVMUpda tesRequest .SendIVMIn fo();
  222       }
  223  
  224       /**
  225        * Cre ate an ins tance of { @link Send IVMUpdates Request.Iv mLetterInf o }
  226        * 
  227        */
  228       public  SendIVMUp datesReque st.IvmLett erInfo cre ateSendIVM UpdatesReq uestIvmLet terInfo()  {
  229           re turn new S endIVMUpda tesRequest .IvmLetter Info();
  230       }
  231  
  232       /**
  233        * Cre ate an ins tance of { @link Send IVMUpdates Response }
  234        * 
  235        */
  236       public  SendIVMUp datesRespo nse create SendIVMUpd atesRespon se() {
  237           re turn new S endIVMUpda tesRespons e();
  238       }
  239  
  240       /**
  241        * Cre ate an ins tance of { @link Cate goryCollec tion }
  242        * 
  243        */
  244       public  CategoryC ollection  createCate goryCollec tion() {
  245           re turn new C ategoryCol lection();
  246       }
  247  
  248       /**
  249        * Cre ate an ins tance of { @link Cate goryInfo }
  250        * 
  251        */
  252       public  CategoryI nfo create CategoryIn fo() {
  253           re turn new C ategoryInf o();
  254       }
  255  
  256       /**
  257        * Cre ate an ins tance of { @link Eds  }
  258        * 
  259        */
  260       public  Eds creat eEds() {
  261           re turn new E ds();
  262       }
  263  
  264       /**
  265        * Cre ate an ins tance of { @link EeSu mmary }
  266        * 
  267        */
  268       public  EeSummary  createEeS ummary() {
  269           re turn new E eSummary() ;
  270       }
  271  
  272       /**
  273        * Cre ate an ins tance of { @link Elig ibilitySta tusInfo }
  274        * 
  275        */
  276       public  Eligibili tyStatusIn fo createE ligibility StatusInfo () {
  277           re turn new E ligibility StatusInfo ();
  278       }
  279  
  280       /**
  281        * Cre ate an ins tance of { @link Deli veryPrefer ences }
  282        * 
  283        */
  284       public  DeliveryP references  createDel iveryPrefe rences() {
  285           re turn new D eliveryPre ferences() ;
  286       }
  287  
  288       /**
  289        * Cre ate an ins tance of { @link Asso ciationCol lection }
  290        * 
  291        */
  292       public  Associati onCollecti on createA ssociation Collection () {
  293           re turn new A ssociation Collection ();
  294       }
  295  
  296       /**
  297        * Cre ate an ins tance of { @link Asso ciationInf o }
  298        * 
  299        */
  300       public  Associati onInfo cre ateAssocia tionInfo()  {
  301           re turn new A ssociation Info();
  302       }
  303  
  304       /**
  305        * Cre ate an ins tance of { @link Base AddressInf o }
  306        * 
  307        */
  308       public  BaseAddre ssInfo cre ateBaseAdd ressInfo()  {
  309           re turn new B aseAddress Info();
  310       }
  311  
  312       /**
  313        * Cre ate an ins tance of { @link Deat hRecondInf o }
  314        * 
  315        */
  316       public  DeathReco ndInfo cre ateDeathRe condInfo()  {
  317           re turn new D eathRecond Info();
  318       }
  319  
  320       /**
  321        * Cre ate an ins tance of { @link Demo graphicInf o }
  322        * 
  323        */
  324       public  Demograph icInfo cre ateDemogra phicInfo()  {
  325           re turn new D emographic Info();
  326       }
  327  
  328       /**
  329        * Cre ate an ins tance of { @link Cont actInfo }
  330        * 
  331        */
  332       public  ContactIn fo createC ontactInfo () {
  333           re turn new C ontactInfo ();
  334       }
  335  
  336       /**
  337        * Cre ate an ins tance of { @link Deli veryPrefer enceInfo }
  338        * 
  339        */
  340       public  DeliveryP referenceI nfo create DeliveryPr eferenceIn fo() {
  341           re turn new D eliveryPre ferenceInf o();
  342       }
  343  
  344       /**
  345        * Cre ate an ins tance of { @link Addr essCollect ion }
  346        * 
  347        */
  348       public  AddressCo llection c reateAddre ssCollecti on() {
  349           re turn new A ddressColl ection();
  350       }
  351  
  352       /**
  353        * Cre ate an ins tance of { @link Addr essInfo }
  354        * 
  355        */
  356       public  AddressIn fo createA ddressInfo () {
  357           re turn new A ddressInfo ();
  358       }
  359  
  360       /**
  361        * Cre ate an ins tance of { @link Conf identialAd dressCateg oryCollect ion }
  362        * 
  363        */
  364       public  Confident ialAddress CategoryCo llection c reateConfi dentialAdd ressCatego ryCollecti on() {
  365           re turn new C onfidentia lAddressCa tegoryColl ection();
  366       }
  367  
  368       /**
  369        * Cre ate an ins tance of { @link Emai lCollectio n }
  370        * 
  371        */
  372       public  EmailColl ection cre ateEmailCo llection()  {
  373           re turn new E mailCollec tion();
  374       }
  375  
  376       /**
  377        * Cre ate an ins tance of { @link Emai lInfo }
  378        * 
  379        */
  380       public  EmailInfo  createEma ilInfo() {
  381           re turn new E mailInfo() ;
  382       }
  383  
  384       /**
  385        * Cre ate an ins tance of { @link Phon eCollectio n }
  386        * 
  387        */
  388       public  PhoneColl ection cre atePhoneCo llection()  {
  389           re turn new P honeCollec tion();
  390       }
  391  
  392       /**
  393        * Cre ate an ins tance of { @link Phon eInfo }
  394        * 
  395        */
  396       public  PhoneInfo  createPho neInfo() {
  397           re turn new P honeInfo() ;
  398       }
  399  
  400       /**
  401        * Cre ate an ins tance of { @link Race Collection  }
  402        * 
  403        */
  404       public  RaceColle ction crea teRaceColl ection() {
  405           re turn new R aceCollect ion();
  406       }
  407  
  408       /**
  409        * Cre ate an ins tance of { @link Elig ibilityVer ificationI nfo }
  410        * 
  411        */
  412       public  Eligibili tyVerifica tionInfo c reateEligi bilityVeri ficationIn fo() {
  413           re turn new E ligibility Verificati onInfo();
  414       }
  415  
  416       /**
  417        * Cre ate an ins tance of { @link Empl oymentInfo  }
  418        * 
  419        */
  420       public  Employmen tInfo crea teEmployme ntInfo() {
  421           re turn new E mploymentI nfo();
  422       }
  423  
  424       /**
  425        * Cre ate an ins tance of { @link Enro llmentDete rminationI nfo }
  426        * 
  427        */
  428       public  Enrollmen tDetermina tionInfo c reateEnrol lmentDeter minationIn fo() {
  429           re turn new E nrollmentD eterminati onInfo();
  430       }
  431  
  432       /**
  433        * Cre ate an ins tance of { @link Canc elDeclineI nfo }
  434        * 
  435        */
  436       public  CancelDec lineInfo c reateCance lDeclineIn fo() {
  437           re turn new C ancelDecli neInfo();
  438       }
  439  
  440       /**
  441        * Cre ate an ins tance of { @link Cata strophicDi sabilityIn fo }
  442        * 
  443        */
  444       public  Catastrop hicDisabil ityInfo cr eateCatast rophicDisa bilityInfo () {
  445           re turn new C atastrophi cDisabilit yInfo();
  446       }
  447  
  448       /**
  449        * Cre ate an ins tance of { @link CdCo nditionCol lection }
  450        * 
  451        */
  452       public  CdConditi onCollecti on createC dCondition Collection () {
  453           re turn new C dCondition Collection ();
  454       }
  455  
  456       /**
  457        * Cre ate an ins tance of { @link CdCo nditionInf o }
  458        * 
  459        */
  460       public  CdConditi onInfo cre ateCdCondi tionInfo()  {
  461           re turn new C dCondition Info();
  462       }
  463  
  464       /**
  465        * Cre ate an ins tance of { @link CdPr ocedureCol lection }
  466        * 
  467        */
  468       public  CdProcedu reCollecti on createC dProcedure Collection () {
  469           re turn new C dProcedure Collection ();
  470       }
  471  
  472       /**
  473        * Cre ate an ins tance of { @link CdPr ocedureInf o }
  474        * 
  475        */
  476       public  CdProcedu reInfo cre ateCdProce dureInfo()  {
  477           re turn new C dProcedure Info();
  478       }
  479  
  480       /**
  481        * Cre ate an ins tance of { @link CdDi agnosisCol lection }
  482        * 
  483        */
  484       public  CdDiagnos isCollecti on createC dDiagnosis Collection () {
  485           re turn new C dDiagnosis Collection ();
  486       }
  487  
  488       /**
  489        * Cre ate an ins tance of { @link Inel igibilityF actorInfo  }
  490        * 
  491        */
  492       public  Ineligibi lityFactor Info creat eIneligibi lityFactor Info() {
  493           re turn new I neligibili tyFactorIn fo();
  494       }
  495  
  496       /**
  497        * Cre ate an ins tance of { @link Mili tarySexual TraumaInfo  }
  498        * 
  499        */
  500       public  MilitaryS exualTraum aInfo crea teMilitary SexualTrau maInfo() {
  501           re turn new M ilitarySex ualTraumaI nfo();
  502       }
  503  
  504       /**
  505        * Cre ate an ins tance of { @link Mone taryBenefi tAwardInfo  }
  506        * 
  507        */
  508       public  MonetaryB enefitAwar dInfo crea teMonetary BenefitAwa rdInfo() {
  509           re turn new M onetaryBen efitAwardI nfo();
  510       }
  511  
  512       /**
  513        * Cre ate an ins tance of { @link Mone taryBenefi tCollectio n }
  514        * 
  515        */
  516       public  MonetaryB enefitColl ection cre ateMonetar yBenefitCo llection()  {
  517           re turn new M onetaryBen efitCollec tion();
  518       }
  519  
  520       /**
  521        * Cre ate an ins tance of { @link Mone taryBenefi tInfo }
  522        * 
  523        */
  524       public  MonetaryB enefitInfo  createMon etaryBenef itInfo() {
  525           re turn new M onetaryBen efitInfo() ;
  526       }
  527  
  528       /**
  529        * Cre ate an ins tance of { @link Nose ThroatRadi umInfo }
  530        * 
  531        */
  532       public  NoseThroa tRadiumInf o createNo seThroatRa diumInfo()  {
  533           re turn new N oseThroatR adiumInfo( );
  534       }
  535  
  536       /**
  537        * Cre ate an ins tance of { @link Elig ibilityCol lection }
  538        * 
  539        */
  540       public  Eligibili tyCollecti on createE ligibility Collection () {
  541           re turn new E ligibility Collection ();
  542       }
  543  
  544       /**
  545        * Cre ate an ins tance of { @link Elig ibilityInf o }
  546        * 
  547        */
  548       public  Eligibili tyInfo cre ateEligibi lityInfo()  {
  549           re turn new E ligibility Info();
  550       }
  551  
  552       /**
  553        * Cre ate an ins tance of { @link Serv iceConnect ionAwardIn fo }
  554        * 
  555        */
  556       public  ServiceCo nnectionAw ardInfo cr eateServic eConnectio nAwardInfo () {
  557           re turn new S erviceConn ectionAwar dInfo();
  558       }
  559  
  560       /**
  561        * Cre ate an ins tance of { @link Rate dDisabilit yCollectio n }
  562        * 
  563        */
  564       public  RatedDisa bilityColl ection cre ateRatedDi sabilityCo llection()  {
  565           re turn new R atedDisabi lityCollec tion();
  566       }
  567  
  568       /**
  569        * Cre ate an ins tance of { @link Rate dDisabilit yInfo }
  570        * 
  571        */
  572       public  RatedDisa bilityInfo  createRat edDisabili tyInfo() {
  573           re turn new R atedDisabi lityInfo() ;
  574       }
  575  
  576       /**
  577        * Cre ate an ins tance of { @link Spec ialFactors Info }
  578        * 
  579        */
  580       public  SpecialFa ctorsInfo  createSpec ialFactors Info() {
  581           re turn new S pecialFact orsInfo();
  582       }
  583  
  584       /**
  585        * Cre ate an ins tance of { @link FeeB asisCollec tion }
  586        * 
  587        */
  588       public  FeeBasisC ollection  createFeeB asisCollec tion() {
  589           re turn new F eeBasisCol lection();
  590       }
  591  
  592       /**
  593        * Cre ate an ins tance of { @link FeeB asisInfo }
  594        * 
  595        */
  596       public  FeeBasisI nfo create FeeBasisIn fo() {
  597           re turn new F eeBasisInf o();
  598       }
  599  
  600       /**
  601        * Cre ate an ins tance of { @link Fina ncialsInfo  }
  602        * 
  603        */
  604       public  Financial sInfo crea teFinancia lsInfo() {
  605           re turn new F inancialsI nfo();
  606       }
  607  
  608       /**
  609        * Cre ate an ins tance of { @link Bene ficiaryTra velCollect ion }
  610        * 
  611        */
  612       public  Beneficia ryTravelCo llection c reateBenef iciaryTrav elCollecti on() {
  613           re turn new B eneficiary TravelColl ection();
  614       }
  615  
  616       /**
  617        * Cre ate an ins tance of { @link Bene ficiaryTra velInfo }
  618        * 
  619        */
  620       public  Beneficia ryTravelIn fo createB eneficiary TravelInfo () {
  621           re turn new B eneficiary TravelInfo ();
  622       }
  623  
  624       /**
  625        * Cre ate an ins tance of { @link Fina ncialState mentInfo }
  626        * 
  627        */
  628       public  Financial StatementI nfo create FinancialS tatementIn fo() {
  629           re turn new F inancialSt atementInf o();
  630       }
  631  
  632       /**
  633        * Cre ate an ins tance of { @link Depe ndentFinan cialsColle ction }
  634        * 
  635        */
  636       public  Dependent Financials Collection  createDep endentFina ncialsColl ection() {
  637           re turn new D ependentFi nancialsCo llection() ;
  638       }
  639  
  640       /**
  641        * Cre ate an ins tance of { @link Depe ndentFinan cialsInfo  }
  642        * 
  643        */
  644       public  Dependent Financials Info creat eDependent Financials Info() {
  645           re turn new D ependentFi nancialsIn fo();
  646       }
  647  
  648       /**
  649        * Cre ate an ins tance of { @link Depe ndentInfo  }
  650        * 
  651        */
  652       public  Dependent Info creat eDependent Info() {
  653           re turn new D ependentIn fo();
  654       }
  655  
  656       /**
  657        * Cre ate an ins tance of { @link Rela tionInfo }
  658        * 
  659        */
  660       public  RelationI nfo create RelationIn fo() {
  661           re turn new R elationInf o();
  662       }
  663  
  664       /**
  665        * Cre ate an ins tance of { @link SsnC ollection  }
  666        * 
  667        */
  668       public  SsnCollec tion creat eSsnCollec tion() {
  669           re turn new S snCollecti on();
  670       }
  671  
  672       /**
  673        * Cre ate an ins tance of { @link SsnI nfo }
  674        * 
  675        */
  676       public  SsnInfo c reateSsnIn fo() {
  677           re turn new S snInfo();
  678       }
  679  
  680       /**
  681        * Cre ate an ins tance of { @link Asse tCollectio n }
  682        * 
  683        */
  684       public  AssetColl ection cre ateAssetCo llection()  {
  685           re turn new A ssetCollec tion();
  686       }
  687  
  688       /**
  689        * Cre ate an ins tance of { @link Asse tInfo }
  690        * 
  691        */
  692       public  AssetInfo  createAss etInfo() {
  693           re turn new A ssetInfo() ;
  694       }
  695  
  696       /**
  697        * Cre ate an ins tance of { @link Debi tInfo }
  698        * 
  699        */
  700       public  DebitInfo  createDeb itInfo() {
  701           re turn new D ebitInfo() ;
  702       }
  703  
  704       /**
  705        * Cre ate an ins tance of { @link Expe nseCollect ion }
  706        * 
  707        */
  708       public  ExpenseCo llection c reateExpen seCollecti on() {
  709           re turn new E xpenseColl ection();
  710       }
  711  
  712       /**
  713        * Cre ate an ins tance of { @link Expe nseInfo }
  714        * 
  715        */
  716       public  ExpenseIn fo createE xpenseInfo () {
  717           re turn new E xpenseInfo ();
  718       }
  719  
  720       /**
  721        * Cre ate an ins tance of { @link Inco meCollecti on }
  722        * 
  723        */
  724       public  IncomeCol lection cr eateIncome Collection () {
  725           re turn new I ncomeColle ction();
  726       }
  727  
  728       /**
  729        * Cre ate an ins tance of { @link Inco meInfo }
  730        * 
  731        */
  732       public  IncomeInf o createIn comeInfo()  {
  733           re turn new I ncomeInfo( );
  734       }
  735  
  736       /**
  737        * Cre ate an ins tance of { @link Spou seFinancia lsCollecti on }
  738        * 
  739        */
  740       public  SpouseFin ancialsCol lection cr eateSpouse Financials Collection () {
  741           re turn new S pouseFinan cialsColle ction();
  742       }
  743  
  744       /**
  745        * Cre ate an ins tance of { @link Spou seFinancia lsInfo }
  746        * 
  747        */
  748       public  SpouseFin ancialsInf o createSp ouseFinanc ialsInfo()  {
  749           re turn new S pouseFinan cialsInfo( );
  750       }
  751  
  752       /**
  753        * Cre ate an ins tance of { @link Spou seInfo }
  754        * 
  755        */
  756       public  SpouseInf o createSp ouseInfo()  {
  757           re turn new S pouseInfo( );
  758       }
  759  
  760       /**
  761        * Cre ate an ins tance of { @link Inco meTestInfo  }
  762        * 
  763        */
  764       public  IncomeTes tInfo crea teIncomeTe stInfo() {
  765           re turn new I ncomeTestI nfo();
  766       }
  767  
  768       /**
  769        * Cre ate an ins tance of { @link Hard shipInfo }
  770        * 
  771        */
  772       public  HardshipI nfo create HardshipIn fo() {
  773           re turn new H ardshipInf o();
  774       }
  775  
  776       /**
  777        * Cre ate an ins tance of { @link Inco meTestStat usCollecti on }
  778        * 
  779        */
  780       public  IncomeTes tStatusCol lection cr eateIncome TestStatus Collection () {
  781           re turn new I ncomeTestS tatusColle ction();
  782       }
  783  
  784       /**
  785        * Cre ate an ins tance of { @link Inco meTestStat usInfo }
  786        * 
  787        */
  788       public  IncomeTes tStatusInf o createIn comeTestSt atusInfo()  {
  789           re turn new I ncomeTestS tatusInfo( );
  790       }
  791  
  792       /**
  793        * Cre ate an ins tance of { @link Inco mpetenceRu lingInfo }
  794        * 
  795        */
  796       public  Incompete nceRulingI nfo create Incompeten ceRulingIn fo() {
  797           re turn new I ncompetenc eRulingInf o();
  798       }
  799  
  800       /**
  801        * Cre ate an ins tance of { @link Insu ranceColle ction }
  802        * 
  803        */
  804       public  Insurance Collection  createIns uranceColl ection() {
  805           re turn new I nsuranceCo llection() ;
  806       }
  807  
  808       /**
  809        * Cre ate an ins tance of { @link Insu ranceInfo  }
  810        * 
  811        */
  812       public  Insurance Info creat eInsurance Info() {
  813           re turn new I nsuranceIn fo();
  814       }
  815  
  816       /**
  817        * Cre ate an ins tance of { @link Mili taryServic eInfo }
  818        * 
  819        */
  820       public  MilitaryS erviceInfo  createMil itaryServi ceInfo() {
  821           re turn new M ilitarySer viceInfo() ;
  822       }
  823  
  824       /**
  825        * Cre ate an ins tance of { @link Comb atEpisodeC ollection  }
  826        * 
  827        */
  828       public  CombatEpi sodeCollec tion creat eCombatEpi sodeCollec tion() {
  829           re turn new C ombatEpiso deCollecti on();
  830       }
  831  
  832       /**
  833        * Cre ate an ins tance of { @link Comb atEpisodeI nfo }
  834        * 
  835        */
  836       public  CombatEpi sodeInfo c reateComba tEpisodeIn fo() {
  837           re turn new C ombatEpiso deInfo();
  838       }
  839  
  840       /**
  841        * Cre ate an ins tance of { @link Mili taryServic eSiteRecor dCollectio n }
  842        * 
  843        */
  844       public  MilitaryS erviceSite RecordColl ection cre ateMilitar yServiceSi teRecordCo llection()  {
  845           re turn new M ilitarySer viceSiteRe cordCollec tion();
  846       }
  847  
  848       /**
  849        * Cre ate an ins tance of { @link Mili taryServic eSiteRecor dInfo }
  850        * 
  851        */
  852       public  MilitaryS erviceSite RecordInfo  createMil itaryServi ceSiteReco rdInfo() {
  853           re turn new M ilitarySer viceSiteRe cordInfo() ;
  854       }
  855  
  856       /**
  857        * Cre ate an ins tance of { @link Conf lictExperi enceCollec tion }
  858        * 
  859        */
  860       public  ConflictE xperienceC ollection  createConf lictExperi enceCollec tion() {
  861           re turn new C onflictExp erienceCol lection();
  862       }
  863  
  864       /**
  865        * Cre ate an ins tance of { @link Conf lictExperi enceInfo }
  866        * 
  867        */
  868       public  ConflictE xperienceI nfo create ConflictEx perienceIn fo() {
  869           re turn new C onflictExp erienceInf o();
  870       }
  871  
  872       /**
  873        * Cre ate an ins tance of { @link Mili taryServic eEpisodeCo llection }
  874        * 
  875        */
  876       public  MilitaryS erviceEpis odeCollect ion create MilitarySe rviceEpiso deCollecti on() {
  877           re turn new M ilitarySer viceEpisod eCollectio n();
  878       }
  879  
  880       /**
  881        * Cre ate an ins tance of { @link Mili taryServic eEpisodeIn fo }
  882        * 
  883        */
  884       public  MilitaryS erviceEpis odeInfo cr eateMilita ryServiceE pisodeInfo () {
  885           re turn new M ilitarySer viceEpisod eInfo();
  886       }
  887  
  888       /**
  889        * Cre ate an ins tance of { @link Pris onerOfWarI nfo }
  890        * 
  891        */
  892       public  PrisonerO fWarInfo c reatePriso nerOfWarIn fo() {
  893           re turn new P risonerOfW arInfo();
  894       }
  895  
  896       /**
  897        * Cre ate an ins tance of { @link PowE pisodeColl ection }
  898        * 
  899        */
  900       public  PowEpisod eCollectio n createPo wEpisodeCo llection()  {
  901           re turn new P owEpisodeC ollection( );
  902       }
  903  
  904       /**
  905        * Cre ate an ins tance of { @link PowE pisodeInfo  }
  906        * 
  907        */
  908       public  PowEpisod eInfo crea tePowEpiso deInfo() {
  909           re turn new P owEpisodeI nfo();
  910       }
  911  
  912       /**
  913        * Cre ate an ins tance of { @link Purp leHeartInf o }
  914        * 
  915        */
  916       public  PurpleHea rtInfo cre atePurpleH eartInfo()  {
  917           re turn new P urpleHeart Info();
  918       }
  919  
  920       /**
  921        * Cre ate an ins tance of { @link Rela tionCollec tion }
  922        * 
  923        */
  924       public  RelationC ollection  createRela tionCollec tion() {
  925           re turn new R elationCol lection();
  926       }
  927  
  928       /**
  929        * Cre ate an ins tance of { @link Sens itivityInf o }
  930        * 
  931        */
  932       public  Sensitivi tyInfo cre ateSensiti vityInfo()  {
  933           re turn new S ensitivity Info();
  934       }
  935  
  936       /**
  937        * Cre ate an ins tance of { @link Spin alCordInju ryInfo }
  938        * 
  939        */
  940       public  SpinalCor dInjuryInf o createSp inalCordIn juryInfo()  {
  941           re turn new S pinalCordI njuryInfo( );
  942       }
  943  
  944       /**
  945        * Cre ate an ins tance of { @link Pref erredFacil ityCollect ion }
  946        * 
  947        */
  948       public  Preferred FacilityCo llection c reatePrefe rredFacili tyCollecti on() {
  949           re turn new P referredFa cilityColl ection();
  950       }
  951  
  952       /**
  953        * Cre ate an ins tance of { @link Pref erredFacil ityInfo }
  954        * 
  955        */
  956       public  Preferred FacilityIn fo createP referredFa cilityInfo () {
  957           re turn new P referredFa cilityInfo ();
  958       }
  959  
  960       /**
  961        * Cre ate an ins tance of { @link Prim aryviewNot ificationI nfo }
  962        * 
  963        */
  964       public  Primaryvi ewNotifica tionInfo c reatePrima ryviewNoti ficationIn fo() {
  965           re turn new P rimaryview Notificati onInfo();
  966       }
  967  
  968       /**
  969        * Cre ate an ins tance of { @link Link Notificati onInfo }
  970        * 
  971        */
  972       public  LinkNotif icationInf o createLi nkNotifica tionInfo()  {
  973           re turn new L inkNotific ationInfo( );
  974       }
  975  
  976       /**
  977        * Cre ate an ins tance of { @link Move Notificati onInfo }
  978        * 
  979        */
  980       public  MoveNotif icationInf o createMo veNotifica tionInfo()  {
  981           re turn new M oveNotific ationInfo( );
  982       }
  983  
  984       /**
  985        * Cre ate an ins tance of { @link Pers onInfo }
  986        * 
  987        */
  988       public  PersonInf o createPe rsonInfo()  {
  989           re turn new P ersonInfo( );
  990       }
  991  
  992       /**
  993        * Cre ate an ins tance of { @link Vamc DataCollec tion }
  994        * 
  995        */
  996       public  VamcDataC ollection  createVamc DataCollec tion() {
  997           re turn new V amcDataCol lection();
  998       }
  999  
  1000       /**
  1001        * Cre ate an ins tance of { @link Vamc Info }
  1002        * 
  1003        */
  1004       public  VamcInfo  createVamc Info() {
  1005           re turn new V amcInfo();
  1006       }
  1007  
  1008       /**
  1009        * Cre ate an ins tance of { @link Cons entInfo }
  1010        * 
  1011        */
  1012       public  ConsentIn fo createC onsentInfo () {
  1013           re turn new C onsentInfo ();
  1014       }
  1015  
  1016       /**
  1017        * Cre ate an ins tance of { @link IvmC andidateIn fo }
  1018        * 
  1019        */
  1020       public  IvmCandid ateInfo cr eateIvmCan didateInfo () {
  1021           re turn new I vmCandidat eInfo();
  1022       }
  1023  
  1024       /**
  1025        * Cre ate an ins tance of { @link IvmL etterCandi dateInfo }
  1026        * 
  1027        */
  1028       public  IvmLetter CandidateI nfo create IvmLetterC andidateIn fo() {
  1029           re turn new I vmLetterCa ndidateInf o();
  1030       }
  1031  
  1032       /**
  1033        * Cre ate an ins tance of { @link IvmL etterStatu sCollectio n }
  1034        * 
  1035        */
  1036       public  IvmLetter StatusColl ection cre ateIvmLett erStatusCo llection()  {
  1037           re turn new I vmLetterSt atusCollec tion();
  1038       }
  1039  
  1040       /**
  1041        * Cre ate an ins tance of { @link IvmL etterStatu sInfo }
  1042        * 
  1043        */
  1044       public  IvmLetter StatusInfo  createIvm LetterStat usInfo() {
  1045           re turn new I vmLetterSt atusInfo() ;
  1046       }
  1047  
  1048       /**
  1049        * Cre ate an ins tance of { @link Name Collection  }
  1050        * 
  1051        */
  1052       public  NameColle ction crea teNameColl ection() {
  1053           re turn new N ameCollect ion();
  1054       }
  1055  
  1056       /**
  1057        * Cre ate an ins tance of { @link Name Info }
  1058        * 
  1059        */
  1060       public  NameInfo  createName Info() {
  1061           re turn new N ameInfo();
  1062       }
  1063  
  1064       /**
  1065        * Cre ate an ins tance of { @link NonP rimaryFina ncialState mentCollec tion }
  1066        * 
  1067        */
  1068       public  NonPrimar yFinancial StatementC ollection  createNonP rimaryFina ncialState mentCollec tion() {
  1069           re turn new N onPrimaryF inancialSt atementCol lection();
  1070       }
  1071  
  1072       /**
  1073        * Cre ate an ins tance of { @link NonP rimaryFina ncialState mentInfo }
  1074        * 
  1075        */
  1076       public  NonPrimar yFinancial StatementI nfo create NonPrimary FinancialS tatementIn fo() {
  1077           re turn new N onPrimaryF inancialSt atementInf o();
  1078       }
  1079  
  1080       /**
  1081        * Cre ate an ins tance of { @link Depe ndentColle ction }
  1082        * 
  1083        */
  1084       public  Dependent Collection  createDep endentColl ection() {
  1085           re turn new D ependentCo llection() ;
  1086       }
  1087  
  1088       /**
  1089        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryReq uest }{@co de >}}
  1090        * 
  1091        */
  1092         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etEESummar yRequest")
  1093       public  JAXBEleme nt<GetEESu mmaryReque st> create GetEESumma ryRequest( GetEESumma ryRequest  value) {
  1094           re turn new J AXBElement <GetEESumm aryRequest >(_GetEESu mmaryReque st_QNAME,  GetEESumma ryRequest. class, nul l, value);
  1095       }
  1096  
  1097       /**
  1098        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryHis toryReques t }{@code  >}}
  1099        * 
  1100        */
  1101         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etEESummar yHistoryRe quest")
  1102       public  JAXBEleme nt<GetEESu mmaryHisto ryRequest>  createGet EESummaryH istoryRequ est(GetEES ummaryHist oryRequest  value) {
  1103           re turn new J AXBElement <GetEESumm aryHistory Request>(_ GetEESumma ryHistoryR equest_QNA ME, GetEES ummaryHist oryRequest .class, nu ll, value) ;
  1104       }
  1105  
  1106       /**
  1107        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link getEE SummaryRes ponse }{@c ode >}}
  1108        * 
  1109        */
  1110         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etEESummar yResponse" )
  1111       public  JAXBEleme nt<getEESu mmaryRespo nse> creat eGetEESumm aryRespons e(getEESum maryRespon se value)  {
  1112           re turn new J AXBElement <getEESumm aryRespons e>(_GetEES ummaryResp onse_QNAME , getEESum maryRespon se.class,  null, valu e);
  1113       }
  1114  
  1115       /**
  1116        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEE SummaryHis toryRespon se }{@code  >}}
  1117        * 
  1118        */
  1119         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etEESummar yHistoryRe sponse")
  1120       public  JAXBEleme nt<GetEESu mmaryHisto ryResponse > createGe tEESummary HistoryRes ponse(GetE ESummaryHi storyRespo nse value)  {
  1121           re turn new J AXBElement <GetEESumm aryHistory Response>( _GetEESumm aryHistory Response_Q NAME, GetE ESummaryHi storyRespo nse.class,  null, val ue);
  1122       }
  1123  
  1124       /**
  1125        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEl igibilityD eterminati onRequest  }{@code >} }
  1126        * 
  1127        */
  1128         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etEligibil ityDetermi nationRequ est")
  1129       public  JAXBEleme nt<GetElig ibilityDet ermination Request> c reateGetEl igibilityD eterminati onRequest( GetEligibi lityDeterm inationReq uest value ) {
  1130           re turn new J AXBElement <GetEligib ilityDeter minationRe quest>(_Ge tEligibili tyDetermin ationReque st_QNAME,  GetEligibi lityDeterm inationReq uest.class , null, va lue);
  1131       }
  1132  
  1133       /**
  1134        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetEl igibilityD eterminati onResponse  }{@code > }}
  1135        * 
  1136        */
  1137         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etEligibil ityDetermi nationResp onse")
  1138       public  JAXBEleme nt<GetElig ibilityDet ermination Response>  createGetE ligibility Determinat ionRespons e(GetEligi bilityDete rminationR esponse va lue) {
  1139           re turn new J AXBElement <GetEligib ilityDeter minationRe sponse>(_G etEligibil ityDetermi nationResp onse_QNAME , GetEligi bilityDete rminationR esponse.cl ass, null,  value);
  1140       }
  1141  
  1142       /**
  1143        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPe rsonNotifi cationRequ est }{@cod e >}}
  1144        * 
  1145        */
  1146         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etPersonNo tification Request")
  1147       public  JAXBEleme nt<GetPers onNotifica tionReques t> createG etPersonNo tification Request(Ge tPersonNot ificationR equest val ue) {
  1148           re turn new J AXBElement <GetPerson Notificati onRequest> (_GetPerso nNotificat ionRequest _QNAME, Ge tPersonNot ificationR equest.cla ss, null,  value);
  1149       }
  1150  
  1151       /**
  1152        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetPe rsonNotifi cationResp onse }{@co de >}}
  1153        * 
  1154        */
  1155         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etPersonNo tification Response")
  1156       public  JAXBEleme nt<GetPers onNotifica tionRespon se> create GetPersonN otificatio nResponse( GetPersonN otificatio nResponse  value) {
  1157           re turn new J AXBElement <GetPerson Notificati onResponse >(_GetPers onNotifica tionRespon se_QNAME,  GetPersonN otificatio nResponse. class, nul l, value);
  1158       }
  1159  
  1160       /**
  1161        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDe liveryPref erenceRequ est }{@cod e >}}
  1162        * 
  1163        */
  1164         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etDelivery Preference Request")
  1165       public  JAXBEleme nt<GetDeli veryPrefer enceReques t> createG etDelivery Preference Request(Ge tDeliveryP referenceR equest val ue) {
  1166           re turn new J AXBElement <GetDelive ryPreferen ceRequest> (_GetDeliv eryPrefere nceRequest _QNAME, Ge tDeliveryP referenceR equest.cla ss, null,  value);
  1167       }
  1168  
  1169       /**
  1170        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetDe liveryPref erenceResp onse }{@co de >}}
  1171        * 
  1172        */
  1173         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etDelivery Preference Response")
  1174       public  JAXBEleme nt<GetDeli veryPrefer enceRespon se> create GetDeliver yPreferenc eResponse( GetDeliver yPreferenc eResponse  value) {
  1175           re turn new J AXBElement <GetDelive ryPreferen ceResponse >(_GetDeli veryPrefer enceRespon se_QNAME,  GetDeliver yPreferenc eResponse. class, nul l, value);
  1176       }
  1177  
  1178       /**
  1179        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Updat eDeliveryP referenceR equest }{@ code >}}
  1180        * 
  1181        */
  1182         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "u pdateDeliv eryPrefere nceRequest ")
  1183       public  JAXBEleme nt<UpdateD eliveryPre ferenceReq uest> crea teUpdateDe liveryPref erenceRequ est(Update DeliveryPr eferenceRe quest valu e) {
  1184           re turn new J AXBElement <UpdateDel iveryPrefe renceReque st>(_Updat eDeliveryP referenceR equest_QNA ME, Update DeliveryPr eferenceRe quest.clas s, null, v alue);
  1185       }
  1186  
  1187       /**
  1188        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link Updat eDeliveryP referenceR esponse }{ @code >}}
  1189        * 
  1190        */
  1191         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "u pdateDeliv eryPrefere nceRespons e")
  1192       public  JAXBEleme nt<UpdateD eliveryPre ferenceRes ponse> cre ateUpdateD eliveryPre ferenceRes ponse(Upda teDelivery Preference Response v alue) {
  1193           re turn new J AXBElement <UpdateDel iveryPrefe renceRespo nse>(_Upda teDelivery Preference Response_Q NAME, Upda teDelivery Preference Response.c lass, null , value);
  1194       }
  1195  
  1196       /**
  1197        * Cre ate an ins tance of { @link JAXB Element }{ @code <}{@ link GetIV MLetterSta tusesReque st }{@code  >}}
  1198        * 
  1199        */
  1200         @XmlElemen tDecl(name space = "h ttp:// DNS . URL         /schemas",  name = "g etIVMLette rStatusesR equest")
  1201       public  JAXBEleme nt<GetIVML etterStatu sesRequest > createGe tIVMLetter StatusesRe quest(GetI VMLetterSt atusesRequ est value)  {
  1202           re turn new J AXBElement <GetIVMLet terStatuse sRequest>( _GetIVMLet terStatuse sRequest_Q NAME, GetI VMLetterSt atusesRequ est.class,  null, val ue);
  1203       }
  1204  
  1205   }