public class RelatedIdentifier extends Object
| Constructor and Description |
|---|
RelatedIdentifier(String value,
RelatedIdentifierType type,
RelationType relationType) |
RelatedIdentifier(String value,
RelatedIdentifierType type,
RelationType relationType,
ResourceTypeGeneral resourceTypeGeneral,
String relatedMetadataScheme,
String schemeURI,
String schemeType) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getRelatedMetadataScheme()
Retrieves the name of the related scheme.
|
RelationType |
getRelationType()
Retrieves 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()
Retrieves the type of the relatedMetadataScheme, linked with the schemeURI.
|
String |
getSchemeURI()
Retrieves the URI of the relatedMetadataScheme.
|
RelatedIdentifierType |
getType()
Retrieves the type of the related identifier.
|
String |
getValue()
Retrieves the free text identifier of related resources.
|
int |
hashCode() |
void |
setRelatedMetadataScheme(String relatedMetadataScheme)
Sets the name of the related scheme.
|
void |
setResourceTypeGeneral(ResourceTypeGeneral resourceTypeGeneral)
Sets the general type of the related resource (B).
|
void |
setSchemeType(String schemeType)
Sets the type of the relatedMetadataScheme, linked with the schemeURI.
|
void |
setSchemeURI(String schemeURI)
Sets the URI of the relatedMetadataScheme.
|
String |
toString() |
public RelatedIdentifier(String value, RelatedIdentifierType type, RelationType relationType)
public RelatedIdentifier(String value, RelatedIdentifierType type, RelationType relationType, ResourceTypeGeneral resourceTypeGeneral, String relatedMetadataScheme, String schemeURI, String schemeType)
public String getValue()
public RelatedIdentifierType getType()
public RelationType getRelationType()
public ResourceTypeGeneral getResourceTypeGeneral()
public String getRelatedMetadataScheme()
public String getSchemeURI()
public String getSchemeType()
public void setResourceTypeGeneral(ResourceTypeGeneral resourceTypeGeneral)
resourceTypeGeneral - the general type of the related resource (B)public void setRelatedMetadataScheme(String relatedMetadataScheme)
relatedMetadataScheme - the new name of the related schemepublic void setSchemeURI(String schemeURI)
schemeURI - the URI of the relatedMetadataSchemepublic void setSchemeType(String schemeType)
schemeType - the type of the relatedMetadataSchemeprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.