public class RelatedIdentifier extends Object
| Constructor and Description |
|---|
RelatedIdentifier(String value,
RelatedIdentifierType type,
RelationType relationType)
Simple constructor that requires all mandatory fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRelatedMetadataScheme()
Returns the type of the related identifier.
|
RelationType |
getRelationType()
Returns the description of the relationship of the resource being registered (A)
and the related resource (B).
|
ResourceTypeGeneral |
getResourceTypeGeneral()
Retrieves the general type of the related resource (B).
|
String |
getSchemeType()
Returns the type of the relatedMetadataScheme, linked with the schemeURI.
|
String |
getSchemeURI()
Returns the URI of the relatedMetadataScheme.
|
RelatedIdentifierType |
getType()
Returns the type of the related identifier.
|
String |
getValue()
Returns an identifier of related resources.
|
void |
setRelatedMetadataScheme(String relatedMetadataScheme)
Changes the type of the related identifier.
|
void |
setRelationType(RelationType relationType)
Changes the description of the relationship of the resource being registered (A)
and the related resource (B).
|
void |
setResourceTypeGeneral(ResourceTypeGeneral resourceTypeGeneral)
Changes the general type of the related resource (B).
|
void |
setSchemeType(String schemeType)
Changes the type of the relatedMetadataScheme, linked with the schemeURI.
|
void |
setSchemeURI(String schemeURI)
Changes the URI of the relatedMetadataScheme.
|
void |
setType(RelatedIdentifierType type)
Changes the type of the related identifier.
|
void |
setValue(String value)
Changes the free text identifier of related resources.
|
public RelatedIdentifier(String value, RelatedIdentifierType type, RelationType relationType)
value - free text identifier of related resourcestype - type of the RelatedIdentifierrelationType - description of the relationship of the resource being registered and the related resourcepublic String getValue()
public void setValue(String value)
value - a free text identifier of related resourcespublic String getRelatedMetadataScheme()
public void setRelatedMetadataScheme(String relatedMetadataScheme)
relatedMetadataScheme - a type of a related identifierpublic String getSchemeURI()
public void setSchemeURI(String schemeURI)
schemeURI - the URI of the relatedMetadataSchemepublic String getSchemeType()
public void setSchemeType(String schemeType)
schemeType - the type of the relatedMetadataSchemepublic RelatedIdentifierType getType()
public void setType(RelatedIdentifierType type)
type - the type of the related identifierpublic ResourceTypeGeneral getResourceTypeGeneral()
public void setResourceTypeGeneral(ResourceTypeGeneral resourceTypeGeneral)
resourceTypeGeneral - the general type of the related resourcepublic RelationType getRelationType()
public void setRelationType(RelationType relationType)
relationType - the description of the relationship of the resource and the related resourceCopyright © 2017–2018. All rights reserved.