Package org.javastro.ivoa.entities.vodml
Class ObjectFactory
java.lang.Object
org.javastro.ivoa.entities.vodml.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2024-10-20T18:15:02+01:00")
public class ObjectFactory
extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.javastro.ivoa.entities.vodml package.
An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.javastro.ivoa.entities.vodml -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAttributeCreate an instance ofCompositionCreate an instance ofConstraintCreate an instance ofDataTypeCreate an instance ofElementRefCreate an instance ofEnumerationCreate an instance ofEnumLiteralCreate an instance ofModelCreate an instance ofModelImportCreate an instance ofMultiplicityCreate an instance ofObjectTypeCreate an instance ofPackageCreate an instance ofPrimitiveTypeCreate an instance ofReferenceCreate an instance ofSemanticConceptCreate an instance ofSubsettedRole
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.javastro.ivoa.entities.vodml
-
-
Method Details
-
createModel
Create an instance ofModel- Returns:
- the new instance of
Model
-
createModelImport
Create an instance ofModelImport- Returns:
- the new instance of
ModelImport
-
createPrimitiveType
Create an instance ofPrimitiveType- Returns:
- the new instance of
PrimitiveType
-
createEnumeration
Create an instance ofEnumeration- Returns:
- the new instance of
Enumeration
-
createDataType
Create an instance ofDataType- Returns:
- the new instance of
DataType
-
createObjectType
Create an instance ofObjectType- Returns:
- the new instance of
ObjectType
-
createPackage
Create an instance ofPackage- Returns:
- the new instance of
Package
-
createElementRef
Create an instance ofElementRef- Returns:
- the new instance of
ElementRef
-
createEnumLiteral
Create an instance ofEnumLiteral- Returns:
- the new instance of
EnumLiteral
-
createAttribute
Create an instance ofAttribute- Returns:
- the new instance of
Attribute
-
createSemanticConcept
Create an instance ofSemanticConcept- Returns:
- the new instance of
SemanticConcept
-
createReference
Create an instance ofReference- Returns:
- the new instance of
Reference
-
createComposition
Create an instance ofComposition- Returns:
- the new instance of
Composition
-
createMultiplicity
Create an instance ofMultiplicity- Returns:
- the new instance of
Multiplicity
-
createConstraint
Create an instance ofConstraint- Returns:
- the new instance of
Constraint
-
createSubsettedRole
Create an instance ofSubsettedRole- Returns:
- the new instance of
SubsettedRole
-