Class RelationshipType
java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v2.RelationshipType
The type Relationship type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RelationshipTypefromScholixRelationship(ScholixRelationship inputRels) getName()Gets The relationship type chosen from a Scholix controlled vocabularyGets The sub-type of RelationshipType.NameGets The name of the schema or controlled list from which RelationshipSub-type is sourced.Sets The relationship type chosen from a Scholix controlled vocabularysetSubType(String subType) Sets The sub-type of RelationshipType.NamesetSubTypeSchema(String subTypeSchema) Sets The name of the schema or controlled list from which RelationshipSub-type is sourced.
-
Field Details
-
relationMapping
-
-
Constructor Details
-
RelationshipType
public RelationshipType()
-
-
Method Details
-
getName
Gets The relationship type chosen from a Scholix controlled vocabulary- Returns:
- the name
-
setName
Sets The relationship type chosen from a Scholix controlled vocabulary- Parameters:
name- the name- Returns:
- the RelationshipType instance
-
getSubType
Gets The sub-type of RelationshipType.Name- Returns:
- the sub type
-
setSubType
Sets The sub-type of RelationshipType.Name- Parameters:
subType- the sub type- Returns:
- the RelationshipType instance
-
getSubTypeSchema
Gets The name of the schema or controlled list from which RelationshipSub-type is sourced.- Returns:
- the sub type schema
-
setSubTypeSchema
Sets The name of the schema or controlled list from which RelationshipSub-type is sourced.- Parameters:
subTypeSchema- the sub type schema- Returns:
- the RelationshipType instance
-
fromScholixRelationship
-