public class BrAPIContact extends Object
| Constructor and Description |
|---|
BrAPIContact() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIContact |
contactDbId(String contactDbId) |
BrAPIContact |
email(String email) |
boolean |
equals(Object o) |
String |
getContactDbId()
The ID which uniquely identifies this contact MIAPPE V1.1 (DM-33) Person ID - An identifier for the data submitter.
|
String |
getEmail()
The contacts email address MIAPPE V1.1 (DM-32) Person email - The electronic mail address of the person.
|
String |
getInstituteName()
The name of the institution which this contact is part of MIAPPE V1.1 (DM-35) Person affiliation - The institution the person belongs to
|
String |
getName()
The full name of this contact person MIAPPE V1.1 (DM-31) Person name - The name of the person (either full name or as used in scientific publications)
|
String |
getOrcid()
The Open Researcher and Contributor ID for this contact person (orcid.org) MIAPPE V1.1 (DM-33) Person ID - An identifier for the data submitter.
|
String |
getType()
The type of person this contact represents (ex: Coordinator, Scientist, PI, etc.) MIAPPE V1.1 (DM-34) Person role - Type of contribution of the person to the investigation
|
int |
hashCode() |
BrAPIContact |
instituteName(String instituteName) |
BrAPIContact |
name(String name) |
BrAPIContact |
orcid(String orcid) |
void |
setContactDbId(String contactDbId) |
void |
setEmail(String email) |
void |
setInstituteName(String instituteName) |
void |
setName(String name) |
void |
setOrcid(String orcid) |
void |
setType(String type) |
String |
toString() |
BrAPIContact |
type(String type) |
public BrAPIContact contactDbId(String contactDbId)
public String getContactDbId()
public void setContactDbId(String contactDbId)
public BrAPIContact email(String email)
public String getEmail()
public void setEmail(String email)
public BrAPIContact instituteName(String instituteName)
public String getInstituteName()
public void setInstituteName(String instituteName)
public BrAPIContact name(String name)
public String getName()
public void setName(String name)
public BrAPIContact orcid(String orcid)
public String getOrcid()
public void setOrcid(String orcid)
public BrAPIContact type(String type)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.