java.lang.Object
com.genologics.ri.project.ObjectFactory
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.project -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofProject.createProject(Project value) Create an instance ofProjectLink.Create an instance ofProjects.createProjects(Projects value) Create an instance ofResearcherLink.
-
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
Create an instance ofProjectLink.- Returns:
- A new ProjectLink instance.
-
createResearcher
Create an instance ofResearcherLink.- Returns:
- A new ResearcherLink instance.
-
createProjects
Create an instance ofProjects.- Returns:
- A new Projects instance.
-
createProject
Create an instance ofProject.- Returns:
- A new Project instance.
-
createProject
- Parameters:
value- The Project to wrap.- Returns:
- A JAXBElement wrapping the Project.
-
createProjects
- Parameters:
value- The Projects to wrap.- Returns:
- A JAXBElement wrapping the Projects.
-