Class ObjectFactory

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

public class ObjectFactory extends Object
Factory class for creating instances of JAXB content classes defined in the com.genologics.ri.container 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.container.
  • Method Details

    • createContainer

      public Container createContainer()
      Creates a new Container instance.
      Returns:
      A new Container instance.
    • createPlacement

      public Placement createPlacement()
      Creates a new Placement instance.
      Returns:
      A new Placement instance.
    • createContainerType

      public ContainerTypeLink createContainerType()
      Creates a new ContainerTypeLink instance.
      Returns:
      A new ContainerTypeLink instance.
    • createContainerLink

      public ContainerLink createContainerLink()
      Creates a new ContainerLink instance.
      Returns:
      A new ContainerLink instance.
    • createDetails

      public ContainerBatchFetchResult createDetails()
      Creates a new ContainerBatchFetchResult instance.
      Returns:
      A new ContainerBatchFetchResult instance.
    • createContainers

      public Containers createContainers()
      Creates a new Containers instance.
      Returns:
      A new Containers instance.
    • createContainers

      public JAXBElement<Containers> createContainers(Containers value)
      Creates a JAXBElement for Containers.
      Parameters:
      value - The Containers value.
      Returns:
      A JAXBElement wrapping the Containers.
    • createContainer

      public JAXBElement<Container> createContainer(Container value)
      Creates a JAXBElement for Container.
      Parameters:
      value - The Container value.
      Returns:
      A JAXBElement wrapping the Container.
    • createDetails

      Creates a JAXBElement for ContainerBatchFetchResult.
      Parameters:
      value - The ContainerBatchFetchResult value.
      Returns:
      A JAXBElement wrapping the ContainerBatchFetchResult.
    • createContainerPlacement

      public JAXBElement<Placement> createContainerPlacement(Placement value)
      Creates a JAXBElement for Placement in Container scope.
      Parameters:
      value - The Placement value.
      Returns:
      A JAXBElement wrapping the Placement.
    • createContainerOccupiedWells

      public JAXBElement<Long> createContainerOccupiedWells(Long value)
      Creates a JAXBElement for occupied-wells in Container scope.
      Parameters:
      value - The occupied-wells value.
      Returns:
      A JAXBElement wrapping the Long value.
    • createContainerName

      public JAXBElement<String> createContainerName(String value)
      Creates a JAXBElement for name in Container scope.
      Parameters:
      value - The name value.
      Returns:
      A JAXBElement wrapping the String value.
    • createContainerState

      public JAXBElement<String> createContainerState(String value)
      Creates a JAXBElement for state in Container scope.
      Parameters:
      value - The state value.
      Returns:
      A JAXBElement wrapping the String value.
    • createContainerType

      public JAXBElement<ContainerTypeLink> createContainerType(ContainerTypeLink value)
      Creates a JAXBElement for type in Container scope.
      Parameters:
      value - The ContainerTypeLink value.
      Returns:
      A JAXBElement wrapping the ContainerTypeLink.