java.lang.Object
com.genologics.ri.routing.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.routing 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.routing -
Method Summary
Modifier and TypeMethodDescriptionCreates a new ArtifactLink instance.Creates a new ExtArtifactAssignments instance.Creates a new Routing instance.createRouting(Routing value) Creates a JAXBElement for Routing.
-
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.routing
-
-
Method Details
-
createArtifact
Creates a new ArtifactLink instance.- Returns:
- A new ArtifactLink object.
-
createExternalArtifactAssignments
Creates a new ExtArtifactAssignments instance.- Returns:
- A new ExtArtifactAssignments object.
-
createRouting
Creates a new Routing instance.- Returns:
- A new Routing object.
-
createRouting
Creates a JAXBElement for Routing.- Parameters:
value- The Routing value to wrap.- Returns:
- A JAXBElement containing the Routing.
-