Package org.ivoa.dm.tapschema
Class TapschemaModel
java.lang.Object
org.ivoa.dm.tapschema.TapschemaModel
- All Implemented Interfaces:
org.ivoa.vodml.jaxb.JaxbManagement
,org.ivoa.vodml.VodmlModel<TapschemaModel>
@VoDml(id="tapschema",
role=model,
type="tapschema")
public class TapschemaModel
extends Object
implements org.ivoa.vodml.VodmlModel<TapschemaModel>
The container class for the tapschema Model. tapschema model
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A container class for the references in the model. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.ivoa.vodml.ModelDescription
the description. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addContent
(Schema c) add Schema to model.static jakarta.xml.bind.JAXBContext
the context factory for the model.void
create a context in preparation for cloning.void
remove Schema from model.<T> List<T>
getContent
(Class<T> c) Get the content of the given type.static boolean
if the model has references.static boolean
isInVocabulary
(String value, String vocabulary) Test if a term is in the vocabulary.static com.fasterxml.jackson.databind.ObjectMapper
Return a Jackson objectMapper suitable for JSON serialzation.org.ivoa.vodml.ModelManagement<TapschemaModel>
generate management interface instance for model.void
static String
pu_name()
The persistence unit name for the model.static InputStream
the TAP schema for the model.
-
Field Details
-
modelDescription
public static final org.ivoa.vodml.ModelDescription modelDescriptionthe description.
-
-
Constructor Details
-
TapschemaModel
public TapschemaModel()default constructor.
-
-
Method Details
-
isInVocabulary
Test if a term is in the vocabulary.- Parameters:
value
- the value to testvocabulary
- the uri for the vocabulary.- Returns:
- true if the term is in the vocabulary.
-
addContent
add Schema to model.- Parameters:
c
- org.ivoa.dm.tapschema.Schema
-
deleteContent
remove Schema from model.- Parameters:
c
- org.ivoa.dm.tapschema.Schema
-
getContent
Get the content of the given type.- Type Parameters:
T
- The type of the content- Parameters:
c
- the class of the content.- Returns:
- the content.
-
processReferences
public void processReferences()- Specified by:
processReferences
in interfaceorg.ivoa.vodml.jaxb.JaxbManagement
-
hasReferences
public static boolean hasReferences()if the model has references.- Returns:
- true if the model has references.
-
contextFactory
public static jakarta.xml.bind.JAXBContext contextFactory() throws jakarta.xml.bind.JAXBExceptionthe context factory for the model.- Returns:
- the JAXBContext.
- Throws:
jakarta.xml.bind.JAXBException
- if there is a problem.
-
pu_name
The persistence unit name for the model.- Returns:
- the name.
-
jsonMapper
public static com.fasterxml.jackson.databind.ObjectMapper jsonMapper()Return a Jackson objectMapper suitable for JSON serialzation.- Returns:
- the objectmapper.
-
management
generate management interface instance for model.- Specified by:
management
in interfaceorg.ivoa.vodml.VodmlModel<TapschemaModel>
- Returns:
- the management interface.
-
TAPSchema
the TAP schema for the model. The schema is represented via the TAPSchemaDM datamodel.- Returns:
- an InputStream to the XML representation of the model.
-
createContext
public void createContext()create a context in preparation for cloning.
-