Class ExternalId

java.lang.Object
eu.dnetlib.dhp.schema.orcid.ExternalId
All Implemented Interfaces:
Serializable

public class ExternalId extends Object implements Serializable
This class models the data related to external id, that are retrieved from an orcid publication
See Also:
  • Constructor Details

    • ExternalId

      public ExternalId()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getRelationShip

      public String getRelationShip()
    • setRelationShip

      public void setRelationShip(String relationShip)