Class ContactId

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

@Generated("jsonschema2pojo") public class ContactId extends Object
The Contact ID Schema

  • Constructor Details

    • ContactId

      public ContactId()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      The DMP Contact Identifier Schema

      (Required)

    • setIdentifier

      public void setIdentifier(String identifier)
      The DMP Contact Identifier Schema

      (Required)

    • getType

      public ContactId.Type getType()
      The DMP Contact Identifier Type Schema

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

    • setType

      public void setType(ContactId.Type type)
      The DMP Contact 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