Class ContributorId

java.lang.Object
org.damap.base.rest.madmp.dto.ContributorId

@Generated("jsonschema2pojo") public class ContributorId extends Object
The Contributor_id Schema

  • Constructor Details

    • ContributorId

      public ContributorId()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      The Contributor Identifier Schema

      Identifier for a contact person (Required)

    • setIdentifier

      public void setIdentifier(String identifier)
      The Contributor Identifier Schema

      Identifier for a contact person (Required)

    • getType

      public ContributorId.Type getType()
      The Contributor Identifier Type Schema

      Identifier type. Allowed values: orcid, isni, openid, other (Required)

    • setType

      public void setType(ContributorId.Type type)
      The Contributor Identifier Type Schema

      Identifier type. Allowed values: orcid, isni, openid, other (Required)

    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object