Coverage Report - fr.paris.lutece.plugins.releaser.business.jaxb.maven.ObjectFactory
 
Classes in this File Line Coverage Branch Coverage Complexity
ObjectFactory
0 %
0/89
N/A
1
 
 1  
 //
 2  
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 
 3  
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 4  
 // Any modifications to this file will be lost upon recompilation of the source schema. 
 5  
 // Generated on: 2017.05.11 at 06:51:22 PM CEST 
 6  
 //
 7  
 
 8  
 
 9  
 package fr.paris.lutece.plugins.releaser.business.jaxb.maven;
 10  
 
 11  
 import javax.xml.bind.JAXBElement;
 12  
 import javax.xml.bind.annotation.XmlElementDecl;
 13  
 import javax.xml.bind.annotation.XmlRegistry;
 14  
 import javax.xml.namespace.QName;
 15  
 
 16  
 
 17  
 /**
 18  
  * This object contains factory methods for each 
 19  
  * Java content interface and Java element interface 
 20  
  * generated in the fr.paris.lutece.plugins.releaser.business.jaxb.maven package. 
 21  
  * <p>An ObjectFactory allows you to programatically 
 22  
  * construct new instances of the Java representation 
 23  
  * for XML content. The Java representation of XML 
 24  
  * content can consist of schema derived interfaces 
 25  
  * and classes representing the binding of schema 
 26  
  * type definitions, element declarations and model 
 27  
  * groups.  Factory methods for each of these are 
 28  
  * provided in this class.
 29  
  * 
 30  
  */
 31  
 @XmlRegistry
 32  
 public class ObjectFactory {
 33  
 
 34  0
     private final static QName _Project_QNAME = new QName("http://maven.apache.org/POM/4.0.0", "project");
 35  
 
 36  
     /**
 37  
      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: fr.paris.lutece.plugins.releaser.business.jaxb.maven
 38  
      * 
 39  
      */
 40  0
     public ObjectFactory() {
 41  0
     }
 42  
 
 43  
     /**
 44  
      * Create an instance of {@link Site }
 45  
      * 
 46  
      */
 47  
     public Site createSite() {
 48  0
         return new Site();
 49  
     }
 50  
 
 51  
     /**
 52  
      * Create an instance of {@link MailingList.OtherArchives }
 53  
      * 
 54  
      */
 55  
     public MailingList.OtherArchives createMailingListOtherArchives() {
 56  0
         return new MailingList.OtherArchives();
 57  
     }
 58  
 
 59  
     /**
 60  
      * Create an instance of {@link Activation }
 61  
      * 
 62  
      */
 63  
     public Activation createActivation() {
 64  0
         return new Activation();
 65  
     }
 66  
 
 67  
     /**
 68  
      * Create an instance of {@link Build.TestResources }
 69  
      * 
 70  
      */
 71  
     public Build.TestResources createBuildTestResources() {
 72  0
         return new Build.TestResources();
 73  
     }
 74  
 
 75  
     /**
 76  
      * Create an instance of {@link BuildBase }
 77  
      * 
 78  
      */
 79  
     public BuildBase createBuildBase() {
 80  0
         return new BuildBase();
 81  
     }
 82  
 
 83  
     /**
 84  
      * Create an instance of {@link Prerequisites }
 85  
      * 
 86  
      */
 87  
     public Prerequisites createPrerequisites() {
 88  0
         return new Prerequisites();
 89  
     }
 90  
 
 91  
     /**
 92  
      * Create an instance of {@link Build.Extensions }
 93  
      * 
 94  
      */
 95  
     public Build.Extensions createBuildExtensions() {
 96  0
         return new Build.Extensions();
 97  
     }
 98  
 
 99  
     /**
 100  
      * Create an instance of {@link Model.MailingLists }
 101  
      * 
 102  
      */
 103  
     public Model.MailingLists createModelMailingLists() {
 104  0
         return new Model.MailingLists();
 105  
     }
 106  
 
 107  
     /**
 108  
      * Create an instance of {@link Build }
 109  
      * 
 110  
      */
 111  
     public Build createBuild() {
 112  0
         return new Build();
 113  
     }
 114  
 
 115  
     /**
 116  
      * Create an instance of {@link CiManagement }
 117  
      * 
 118  
      */
 119  
     public CiManagement createCiManagement() {
 120  0
         return new CiManagement();
 121  
     }
 122  
 
 123  
     /**
 124  
      * Create an instance of {@link PluginManagement }
 125  
      * 
 126  
      */
 127  
     public PluginManagement createPluginManagement() {
 128  0
         return new PluginManagement();
 129  
     }
 130  
 
 131  
     /**
 132  
      * Create an instance of {@link DistributionManagement }
 133  
      * 
 134  
      */
 135  
     public DistributionManagement createDistributionManagement() {
 136  0
         return new DistributionManagement();
 137  
     }
 138  
 
 139  
     /**
 140  
      * Create an instance of {@link Notifier.Configuration }
 141  
      * 
 142  
      */
 143  
     public Notifier.Configuration createNotifierConfiguration() {
 144  0
         return new Notifier.Configuration();
 145  
     }
 146  
 
 147  
     /**
 148  
      * Create an instance of {@link RepositoryPolicy }
 149  
      * 
 150  
      */
 151  
     public RepositoryPolicy createRepositoryPolicy() {
 152  0
         return new RepositoryPolicy();
 153  
     }
 154  
 
 155  
     /**
 156  
      * Create an instance of {@link Build.Resources }
 157  
      * 
 158  
      */
 159  
     public Build.Resources createBuildResources() {
 160  0
         return new Build.Resources();
 161  
     }
 162  
 
 163  
     /**
 164  
      * Create an instance of {@link Resource.Includes }
 165  
      * 
 166  
      */
 167  
     public Resource.Includes createResourceIncludes() {
 168  0
         return new Resource.Includes();
 169  
     }
 170  
 
 171  
     /**
 172  
      * Create an instance of {@link Plugin }
 173  
      * 
 174  
      */
 175  
     public Plugin createPlugin() {
 176  0
         return new Plugin();
 177  
     }
 178  
 
 179  
     /**
 180  
      * Create an instance of {@link Reporting.Plugins }
 181  
      * 
 182  
      */
 183  
     public Reporting.Plugins createReportingPlugins() {
 184  0
         return new Reporting.Plugins();
 185  
     }
 186  
 
 187  
     /**
 188  
      * Create an instance of {@link Profile.Repositories }
 189  
      * 
 190  
      */
 191  
     public Profile.Repositories createProfileRepositories() {
 192  0
         return new Profile.Repositories();
 193  
     }
 194  
 
 195  
     /**
 196  
      * Create an instance of {@link Model.Contributors }
 197  
      * 
 198  
      */
 199  
     public Model.Contributors createModelContributors() {
 200  0
         return new Model.Contributors();
 201  
     }
 202  
 
 203  
     /**
 204  
      * Create an instance of {@link BuildBase.TestResources }
 205  
      * 
 206  
      */
 207  
     public BuildBase.TestResources createBuildBaseTestResources() {
 208  0
         return new BuildBase.TestResources();
 209  
     }
 210  
 
 211  
     /**
 212  
      * Create an instance of {@link DeploymentRepository }
 213  
      * 
 214  
      */
 215  
     public DeploymentRepository createDeploymentRepository() {
 216  0
         return new DeploymentRepository();
 217  
     }
 218  
 
 219  
     /**
 220  
      * Create an instance of {@link Developer }
 221  
      * 
 222  
      */
 223  
     public Developer createDeveloper() {
 224  0
         return new Developer();
 225  
     }
 226  
 
 227  
     /**
 228  
      * Create an instance of {@link Model.Dependencies }
 229  
      * 
 230  
      */
 231  
     public Model.Dependencies createModelDependencies() {
 232  0
         return new Model.Dependencies();
 233  
     }
 234  
 
 235  
     /**
 236  
      * Create an instance of {@link Model.Properties }
 237  
      * 
 238  
      */
 239  
     public Model.Properties createModelProperties() {
 240  0
         return new Model.Properties();
 241  
     }
 242  
 
 243  
     /**
 244  
      * Create an instance of {@link Resource.Excludes }
 245  
      * 
 246  
      */
 247  
     public Resource.Excludes createResourceExcludes() {
 248  0
         return new Resource.Excludes();
 249  
     }
 250  
 
 251  
     /**
 252  
      * Create an instance of {@link Model.Modules }
 253  
      * 
 254  
      */
 255  
     public Model.Modules createModelModules() {
 256  0
         return new Model.Modules();
 257  
     }
 258  
 
 259  
     /**
 260  
      * Create an instance of {@link ReportSet.Configuration }
 261  
      * 
 262  
      */
 263  
     public ReportSet.Configuration createReportSetConfiguration() {
 264  0
         return new ReportSet.Configuration();
 265  
     }
 266  
 
 267  
     /**
 268  
      * Create an instance of {@link Model.Licenses }
 269  
      * 
 270  
      */
 271  
     public Model.Licenses createModelLicenses() {
 272  0
         return new Model.Licenses();
 273  
     }
 274  
 
 275  
     /**
 276  
      * Create an instance of {@link ReportSet }
 277  
      * 
 278  
      */
 279  
     public ReportSet createReportSet() {
 280  0
         return new ReportSet();
 281  
     }
 282  
 
 283  
     /**
 284  
      * Create an instance of {@link BuildBase.Filters }
 285  
      * 
 286  
      */
 287  
     public BuildBase.Filters createBuildBaseFilters() {
 288  0
         return new BuildBase.Filters();
 289  
     }
 290  
 
 291  
     /**
 292  
      * Create an instance of {@link MailingList }
 293  
      * 
 294  
      */
 295  
     public MailingList createMailingList() {
 296  0
         return new MailingList();
 297  
     }
 298  
 
 299  
     /**
 300  
      * Create an instance of {@link Notifier }
 301  
      * 
 302  
      */
 303  
     public Notifier createNotifier() {
 304  0
         return new Notifier();
 305  
     }
 306  
 
 307  
     /**
 308  
      * Create an instance of {@link Profile.PluginRepositories }
 309  
      * 
 310  
      */
 311  
     public Profile.PluginRepositories createProfilePluginRepositories() {
 312  0
         return new Profile.PluginRepositories();
 313  
     }
 314  
 
 315  
     /**
 316  
      * Create an instance of {@link Model }
 317  
      * 
 318  
      */
 319  
     public Model createModel() {
 320  0
         return new Model();
 321  
     }
 322  
 
 323  
     /**
 324  
      * Create an instance of {@link DependencyManagement.Dependencies }
 325  
      * 
 326  
      */
 327  
     public DependencyManagement.Dependencies createDependencyManagementDependencies() {
 328  0
         return new DependencyManagement.Dependencies();
 329  
     }
 330  
 
 331  
     /**
 332  
      * Create an instance of {@link Profile.Dependencies }
 333  
      * 
 334  
      */
 335  
     public Profile.Dependencies createProfileDependencies() {
 336  0
         return new Profile.Dependencies();
 337  
     }
 338  
 
 339  
     /**
 340  
      * Create an instance of {@link Contributor }
 341  
      * 
 342  
      */
 343  
     public Contributor createContributor() {
 344  0
         return new Contributor();
 345  
     }
 346  
 
 347  
     /**
 348  
      * Create an instance of {@link ActivationFile }
 349  
      * 
 350  
      */
 351  
     public ActivationFile createActivationFile() {
 352  0
         return new ActivationFile();
 353  
     }
 354  
 
 355  
     /**
 356  
      * Create an instance of {@link Model.Reports }
 357  
      * 
 358  
      */
 359  
     public Model.Reports createModelReports() {
 360  0
         return new Model.Reports();
 361  
     }
 362  
 
 363  
     /**
 364  
      * Create an instance of {@link Build.Plugins }
 365  
      * 
 366  
      */
 367  
     public Build.Plugins createBuildPlugins() {
 368  0
         return new Build.Plugins();
 369  
     }
 370  
 
 371  
     /**
 372  
      * Create an instance of {@link ReportPlugin.ReportSets }
 373  
      * 
 374  
      */
 375  
     public ReportPlugin.ReportSets createReportPluginReportSets() {
 376  0
         return new ReportPlugin.ReportSets();
 377  
     }
 378  
 
 379  
     /**
 380  
      * Create an instance of {@link Build.Filters }
 381  
      * 
 382  
      */
 383  
     public Build.Filters createBuildFilters() {
 384  0
         return new Build.Filters();
 385  
     }
 386  
 
 387  
     /**
 388  
      * Create an instance of {@link ActivationOS }
 389  
      * 
 390  
      */
 391  
     public ActivationOS createActivationOS() {
 392  0
         return new ActivationOS();
 393  
     }
 394  
 
 395  
     /**
 396  
      * Create an instance of {@link Profile.Reports }
 397  
      * 
 398  
      */
 399  
     public Profile.Reports createProfileReports() {
 400  0
         return new Profile.Reports();
 401  
     }
 402  
 
 403  
     /**
 404  
      * Create an instance of {@link Model.PluginRepositories }
 405  
      * 
 406  
      */
 407  
     public Model.PluginRepositories createModelPluginRepositories() {
 408  0
         return new Model.PluginRepositories();
 409  
     }
 410  
 
 411  
     /**
 412  
      * Create an instance of {@link Profile.Modules }
 413  
      * 
 414  
      */
 415  
     public Profile.Modules createProfileModules() {
 416  0
         return new Profile.Modules();
 417  
     }
 418  
 
 419  
     /**
 420  
      * Create an instance of {@link IssueManagement }
 421  
      * 
 422  
      */
 423  
     public IssueManagement createIssueManagement() {
 424  0
         return new IssueManagement();
 425  
     }
 426  
 
 427  
     /**
 428  
      * Create an instance of {@link ReportSet.Reports }
 429  
      * 
 430  
      */
 431  
     public ReportSet.Reports createReportSetReports() {
 432  0
         return new ReportSet.Reports();
 433  
     }
 434  
 
 435  
     /**
 436  
      * Create an instance of {@link Resource }
 437  
      * 
 438  
      */
 439  
     public Resource createResource() {
 440  0
         return new Resource();
 441  
     }
 442  
 
 443  
     /**
 444  
      * Create an instance of {@link BuildBase.Resources }
 445  
      * 
 446  
      */
 447  
     public BuildBase.Resources createBuildBaseResources() {
 448  0
         return new BuildBase.Resources();
 449  
     }
 450  
 
 451  
     /**
 452  
      * Create an instance of {@link Extension }
 453  
      * 
 454  
      */
 455  
     public Extension createExtension() {
 456  0
         return new Extension();
 457  
     }
 458  
 
 459  
     /**
 460  
      * Create an instance of {@link Exclusion }
 461  
      * 
 462  
      */
 463  
     public Exclusion createExclusion() {
 464  0
         return new Exclusion();
 465  
     }
 466  
 
 467  
     /**
 468  
      * Create an instance of {@link Repository }
 469  
      * 
 470  
      */
 471  
     public Repository createRepository() {
 472  0
         return new Repository();
 473  
     }
 474  
 
 475  
     /**
 476  
      * Create an instance of {@link Model.Developers }
 477  
      * 
 478  
      */
 479  
     public Model.Developers createModelDevelopers() {
 480  0
         return new Model.Developers();
 481  
     }
 482  
 
 483  
     /**
 484  
      * Create an instance of {@link Plugin.Executions }
 485  
      * 
 486  
      */
 487  
     public Plugin.Executions createPluginExecutions() {
 488  0
         return new Plugin.Executions();
 489  
     }
 490  
 
 491  
     /**
 492  
      * Create an instance of {@link CiManagement.Notifiers }
 493  
      * 
 494  
      */
 495  
     public CiManagement.Notifiers createCiManagementNotifiers() {
 496  0
         return new CiManagement.Notifiers();
 497  
     }
 498  
 
 499  
     /**
 500  
      * Create an instance of {@link Model.Repositories }
 501  
      * 
 502  
      */
 503  
     public Model.Repositories createModelRepositories() {
 504  0
         return new Model.Repositories();
 505  
     }
 506  
 
 507  
     /**
 508  
      * Create an instance of {@link Dependency }
 509  
      * 
 510  
      */
 511  
     public Dependency createDependency() {
 512  0
         return new Dependency();
 513  
     }
 514  
 
 515  
     /**
 516  
      * Create an instance of {@link Relocation }
 517  
      * 
 518  
      */
 519  
     public Relocation createRelocation() {
 520  0
         return new Relocation();
 521  
     }
 522  
 
 523  
     /**
 524  
      * Create an instance of {@link PluginExecution }
 525  
      * 
 526  
      */
 527  
     public PluginExecution createPluginExecution() {
 528  0
         return new PluginExecution();
 529  
     }
 530  
 
 531  
     /**
 532  
      * Create an instance of {@link Contributor.Properties }
 533  
      * 
 534  
      */
 535  
     public Contributor.Properties createContributorProperties() {
 536  0
         return new Contributor.Properties();
 537  
     }
 538  
 
 539  
     /**
 540  
      * Create an instance of {@link Profile.Properties }
 541  
      * 
 542  
      */
 543  
     public Profile.Properties createProfileProperties() {
 544  0
         return new Profile.Properties();
 545  
     }
 546  
 
 547  
     /**
 548  
      * Create an instance of {@link ActivationProperty }
 549  
      * 
 550  
      */
 551  
     public ActivationProperty createActivationProperty() {
 552  0
         return new ActivationProperty();
 553  
     }
 554  
 
 555  
     /**
 556  
      * Create an instance of {@link Plugin.Configuration }
 557  
      * 
 558  
      */
 559  
     public Plugin.Configuration createPluginConfiguration() {
 560  0
         return new Plugin.Configuration();
 561  
     }
 562  
 
 563  
     /**
 564  
      * Create an instance of {@link Dependency.Exclusions }
 565  
      * 
 566  
      */
 567  
     public Dependency.Exclusions createDependencyExclusions() {
 568  0
         return new Dependency.Exclusions();
 569  
     }
 570  
 
 571  
     /**
 572  
      * Create an instance of {@link BuildBase.Plugins }
 573  
      * 
 574  
      */
 575  
     public BuildBase.Plugins createBuildBasePlugins() {
 576  0
         return new BuildBase.Plugins();
 577  
     }
 578  
 
 579  
     /**
 580  
      * Create an instance of {@link Model.Profiles }
 581  
      * 
 582  
      */
 583  
     public Model.Profiles createModelProfiles() {
 584  0
         return new Model.Profiles();
 585  
     }
 586  
 
 587  
     /**
 588  
      * Create an instance of {@link Profile }
 589  
      * 
 590  
      */
 591  
     public Profile createProfile() {
 592  0
         return new Profile();
 593  
     }
 594  
 
 595  
     /**
 596  
      * Create an instance of {@link Contributor.Roles }
 597  
      * 
 598  
      */
 599  
     public Contributor.Roles createContributorRoles() {
 600  0
         return new Contributor.Roles();
 601  
     }
 602  
 
 603  
     /**
 604  
      * Create an instance of {@link License }
 605  
      * 
 606  
      */
 607  
     public License createLicense() {
 608  0
         return new License();
 609  
     }
 610  
 
 611  
     /**
 612  
      * Create an instance of {@link Developer.Roles }
 613  
      * 
 614  
      */
 615  
     public Developer.Roles createDeveloperRoles() {
 616  0
         return new Developer.Roles();
 617  
     }
 618  
 
 619  
     /**
 620  
      * Create an instance of {@link Reporting }
 621  
      * 
 622  
      */
 623  
     public Reporting createReporting() {
 624  0
         return new Reporting();
 625  
     }
 626  
 
 627  
     /**
 628  
      * Create an instance of {@link PluginManagement.Plugins }
 629  
      * 
 630  
      */
 631  
     public PluginManagement.Plugins createPluginManagementPlugins() {
 632  0
         return new PluginManagement.Plugins();
 633  
     }
 634  
 
 635  
     /**
 636  
      * Create an instance of {@link Scm }
 637  
      * 
 638  
      */
 639  
     public Scm createScm() {
 640  0
         return new Scm();
 641  
     }
 642  
 
 643  
     /**
 644  
      * Create an instance of {@link PluginExecution.Configuration }
 645  
      * 
 646  
      */
 647  
     public PluginExecution.Configuration createPluginExecutionConfiguration() {
 648  0
         return new PluginExecution.Configuration();
 649  
     }
 650  
 
 651  
     /**
 652  
      * Create an instance of {@link Parent }
 653  
      * 
 654  
      */
 655  
     public Parent createParent() {
 656  0
         return new Parent();
 657  
     }
 658  
 
 659  
     /**
 660  
      * Create an instance of {@link ReportPlugin.Configuration }
 661  
      * 
 662  
      */
 663  
     public ReportPlugin.Configuration createReportPluginConfiguration() {
 664  0
         return new ReportPlugin.Configuration();
 665  
     }
 666  
 
 667  
     /**
 668  
      * Create an instance of {@link ReportPlugin }
 669  
      * 
 670  
      */
 671  
     public ReportPlugin createReportPlugin() {
 672  0
         return new ReportPlugin();
 673  
     }
 674  
 
 675  
     /**
 676  
      * Create an instance of {@link DependencyManagement }
 677  
      * 
 678  
      */
 679  
     public DependencyManagement createDependencyManagement() {
 680  0
         return new DependencyManagement();
 681  
     }
 682  
 
 683  
     /**
 684  
      * Create an instance of {@link PluginExecution.Goals }
 685  
      * 
 686  
      */
 687  
     public PluginExecution.Goals createPluginExecutionGoals() {
 688  0
         return new PluginExecution.Goals();
 689  
     }
 690  
 
 691  
     /**
 692  
      * Create an instance of {@link Organization }
 693  
      * 
 694  
      */
 695  
     public Organization createOrganization() {
 696  0
         return new Organization();
 697  
     }
 698  
 
 699  
     /**
 700  
      * Create an instance of {@link Plugin.Goals }
 701  
      * 
 702  
      */
 703  
     public Plugin.Goals createPluginGoals() {
 704  0
         return new Plugin.Goals();
 705  
     }
 706  
 
 707  
     /**
 708  
      * Create an instance of {@link Plugin.Dependencies }
 709  
      * 
 710  
      */
 711  
     public Plugin.Dependencies createPluginDependencies() {
 712  0
         return new Plugin.Dependencies();
 713  
     }
 714  
 
 715  
     /**
 716  
      * Create an instance of {@link Developer.Properties }
 717  
      * 
 718  
      */
 719  
     public Developer.Properties createDeveloperProperties() {
 720  0
         return new Developer.Properties();
 721  
     }
 722  
 
 723  
     /**
 724  
      * Create an instance of {@link JAXBElement }{@code <}{@link Model }{@code >}}
 725  
      * 
 726  
      */
 727  
     @XmlElementDecl(namespace = "http://maven.apache.org/POM/4.0.0", name = "project")
 728  
     public JAXBElement<Model> createProject(Model value) {
 729  0
         return new JAXBElement<Model>(_Project_QNAME, Model.class, null, value);
 730  
     }
 731  
 
 732  
 }