java.lang.Object
com.genologics.ri.artifactgroup.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.artifactgroup 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.artifactgroup -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofArtifactGroup.createArtifactgroup(ArtifactGroup value) Create an instance ofJAXBElement<ArtifactGroup>.Create an instance ofArtifactGroupLink.Create an instance ofArtifactGroups.Create an instance ofJAXBElement<ArtifactGroups>.Create an instance ofArtifacts.
-
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.artifactgroup
-
-
Method Details
-
createArtifactgroup
Create an instance ofArtifactGroup.- Returns:
- A new ArtifactGroup instance.
-
createArtifactgroupLink
Create an instance ofArtifactGroupLink.- Returns:
- A new ArtifactGroupLink instance.
-
createArtifacts
Create an instance ofArtifacts.- Returns:
- A new Artifacts instance.
-
createArtifactgroups
Create an instance ofArtifactGroups.- Returns:
- A new ArtifactGroups instance.
-
createArtifactgroup
Create an instance ofJAXBElement<ArtifactGroup>.- Parameters:
value- The ArtifactGroup value to wrap.- Returns:
- A JAXBElement wrapping the ArtifactGroup.
-
createArtifactgroups
Create an instance ofJAXBElement<ArtifactGroups>.- Parameters:
value- The ArtifactGroups value to wrap.- Returns:
- A JAXBElement wrapping the ArtifactGroups.
-