Class MappingRegistry
java.lang.Object
org.incenp.obofoundry.sssom.model.MappingRegistry
Represents a
mapping registry object.
Automatically generated from the SSSOM LinkML schema.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreates a new empty instance.protectedMappingRegistry(String mappingRegistryId, String mappingRegistryTitle, String mappingRegistryDescription, List<String> imports, List<MappingSetReference> mappingSetReferences, String documentation, String homepage, String issueTracker, Map<String, ExtensionValue> extensions) Creates a new instance from the specified values. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanGets the value of thedocumentationslot.Gets the map of extension values.getExtensions(boolean set) Gets the map of extension values, optionally initializing the map if needed.Gets the value of thehomepageslot.Gets the value of theimportsslot.getImports(boolean set) Gets the list ofimportsvalues, optionally initializing the list if needed.Gets the value of theissue_trackerslot.Gets the value of themapping_registry_descriptionslot.Gets the value of themapping_registry_idslot.Gets the value of themapping_registry_titleslot.Gets the value of themapping_set_referencesslot.getMappingSetReferences(boolean set) Gets the list ofmapping_set_referencesvalues, optionally initializing the list if needed.inthashCode()voidsetDocumentation(String value) Sets the value of thedocumentationslot.voidsetExtensions(Map<String, ExtensionValue> value) Sets the map of extension values.voidsetHomepage(String value) Sets the value of thehomepageslot.voidsetImports(List<String> value) Sets the value of theimportsslot.voidsetIssueTracker(String value) Sets the value of theissue_trackerslot.voidSets the value of themapping_registry_descriptionslot.voidsetMappingRegistryId(String value) Sets the value of themapping_registry_idslot.voidsetMappingRegistryTitle(String value) Sets the value of themapping_registry_titleslot.voidSets the value of themapping_set_referencesslot.toString()
-
Constructor Details
-
MappingRegistry
public MappingRegistry()Creates a new empty instance. -
MappingRegistry
protected MappingRegistry(String mappingRegistryId, String mappingRegistryTitle, String mappingRegistryDescription, List<String> imports, List<MappingSetReference> mappingSetReferences, String documentation, String homepage, String issueTracker, Map<String, ExtensionValue> extensions) Creates a new instance from the specified values.
-
-
Method Details
-
getMappingRegistryId
Gets the value of themapping_registry_idslot. -
setMappingRegistryId
Sets the value of themapping_registry_idslot. -
getMappingRegistryTitle
Gets the value of themapping_registry_titleslot. -
setMappingRegistryTitle
Sets the value of themapping_registry_titleslot. -
getMappingRegistryDescription
Gets the value of themapping_registry_descriptionslot. -
setMappingRegistryDescription
Sets the value of themapping_registry_descriptionslot. -
getImports
-
getImports
-
setImports
-
getMappingSetReferences
Gets the value of themapping_set_referencesslot. -
getMappingSetReferences
Gets the list ofmapping_set_referencesvalues, optionally initializing the list if needed.- Parameters:
set- Iftrue, the underlying field will be initialized to an empty list if it happens to benull.- Returns:
- The list of mapping_set_references values.
-
setMappingSetReferences
Sets the value of themapping_set_referencesslot. -
getDocumentation
Gets the value of thedocumentationslot. -
setDocumentation
Sets the value of thedocumentationslot. -
getHomepage
Gets the value of thehomepageslot. -
setHomepage
Sets the value of thehomepageslot. -
getIssueTracker
Gets the value of theissue_trackerslot. -
setIssueTracker
Sets the value of theissue_trackerslot. -
getExtensions
Gets the map of extension values. -
getExtensions
Gets the map of extension values, optionally initializing the map if needed.- Parameters:
set- Iftrue, the underlying field will be initialized to an empty map if it happens to benull.- Returns:
- The map of extension values.
-
setExtensions
Sets the map of extension values. -
toString
-
equals
-
canEqual
-
hashCode
-
builder
-
toBuilder
-