Package org.damap.base.rest.madmp.dto
Class ContributorId
java.lang.Object
org.damap.base.rest.madmp.dto.ContributorId
The Contributor_id Schema
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Contributor Identifier Type Schema -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Contributor Identifier SchemagetType()The Contributor Identifier Type SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetIdentifier(String identifier) The Contributor Identifier SchemavoidsetType(ContributorId.Type type) The Contributor Identifier Type SchematoString()
-
Constructor Details
-
ContributorId
public ContributorId()
-
-
Method Details
-
getIdentifier
The Contributor Identifier SchemaIdentifier for a contact person (Required)
-
setIdentifier
The Contributor Identifier SchemaIdentifier for a contact person (Required)
-
getType
The Contributor Identifier Type SchemaIdentifier type. Allowed values: orcid, isni, openid, other (Required)
-
setType
The Contributor Identifier Type SchemaIdentifier type. Allowed values: orcid, isni, openid, other (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-