java.lang.Object
com.genologics.ri.reagentlot.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.reagentlot 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.reagentlot -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofReagentKitLink.Create an instance ofReagentLot.createReagentLot(ReagentLot value) Create an instance ofJAXBElement<ReagentLot>.Create an instance ofReagentLotLink.Create an instance ofReagentLots.createReagentLots(ReagentLots value) Create an instance ofJAXBElement<ReagentLots>.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.reagentlot
-
-
Method Details
-
createReagentLotLink
Create an instance ofReagentLotLink.- Returns:
- A new ReagentLotLink instance.
-
createReagentLot
Create an instance ofReagentLot.- Returns:
- A new ReagentLot instance.
-
createResearcher
Create an instance ofResearcherLink.- Returns:
- A new ResearcherLink instance.
-
createReagentLots
Create an instance ofReagentLots.- Returns:
- A new ReagentLots instance.
-
createReagentKitLink
Create an instance ofReagentKitLink.- Returns:
- A new ReagentKitLink instance.
-
createReagentLots
Create an instance ofJAXBElement<ReagentLots>.- Parameters:
value- The ReagentLots value.- Returns:
- A JAXBElement wrapping the ReagentLots.
-
createReagentLot
Create an instance ofJAXBElement<ReagentLot>.- Parameters:
value- The ReagentLot value.- Returns:
- A JAXBElement wrapping the ReagentLot.
-