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