public class RelationshipType extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
relationMapping |
| Constructor and Description |
|---|
RelationshipType() |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
fromScholixRelationship(ScholixRelationship inputRels) |
String |
getName()
Gets The relationship type chosen from a Scholix controlled vocabulary
|
String |
getSubType()
Gets The sub-type of RelationshipType.Name
|
String |
getSubTypeSchema()
Gets The name of the schema or controlled list from which RelationshipSub-type is sourced.
|
RelationshipType |
setName(String name)
Sets The relationship type chosen from a Scholix controlled vocabulary
|
RelationshipType |
setSubType(String subType)
Sets The sub-type of RelationshipType.Name
|
RelationshipType |
setSubTypeSchema(String subTypeSchema)
Sets The name of the schema or controlled list from which RelationshipSub-type is sourced.
|
public String getName()
public RelationshipType setName(String name)
name - the namepublic String getSubType()
public RelationshipType setSubType(String subType)
subType - the sub typepublic String getSubTypeSchema()
public RelationshipType setSubTypeSchema(String subTypeSchema)
subTypeSchema - the sub type schemapublic static RelationshipType fromScholixRelationship(ScholixRelationship inputRels)
Copyright © 2025. All rights reserved.