Class ObjectFactory

java.lang.Object
com.genologics.ri.project.ObjectFactory

public class ObjectFactory extends Object
Factory class for creating instances of JAXB content classes defined in the com.genologics.ri.project package.

This class is required by JAXB (Java Architecture for XML Binding) and provides factory methods for instantiating JAXB-managed classes and elements within this package. Each factory method constructs new instances of schema-derived classes that represent XML content structures.

  • Constructor Details

    • ObjectFactory

      public ObjectFactory()
      Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.project
  • Method Details

    • createProjectLink

      public ProjectLink createProjectLink()
      Create an instance of ProjectLink.
      Returns:
      A new ProjectLink instance.
    • createResearcher

      public ResearcherLink createResearcher()
      Create an instance of ResearcherLink.
      Returns:
      A new ResearcherLink instance.
    • createProjects

      public Projects createProjects()
      Create an instance of Projects.
      Returns:
      A new Projects instance.
    • createProject

      public Project createProject()
      Create an instance of Project.
      Returns:
      A new Project instance.
    • createProject

      public JAXBElement<Project> createProject(Project value)
      Create an instance of JAXBElement<Project>.
      Parameters:
      value - The Project to wrap.
      Returns:
      A JAXBElement wrapping the Project.
    • createProjects

      public JAXBElement<Projects> createProjects(Projects value)
      Create an instance of JAXBElement<Projects>.
      Parameters:
      value - The Projects to wrap.
      Returns:
      A JAXBElement wrapping the Projects.