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