Class Contributor

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

@Generated("jsonschema2pojo") public class Contributor extends Object
The Contributor Items Schema

  • Constructor Details

    • Contributor

      public Contributor()
  • Method Details

    • getContributorId

      public ContributorId getContributorId()
      The Contributor_id Schema

      (Required)

    • setContributorId

      public void setContributorId(ContributorId contributorId)
      The Contributor_id Schema

      (Required)

    • getMbox

      public String getMbox()
      The Contributor Mailbox Schema

      Contributor Mail address

    • setMbox

      public void setMbox(String mbox)
      The Contributor Mailbox Schema

      Contributor Mail address

    • getName

      public String getName()
      The Name Schema

      Name of the contributor (Required)

    • setName

      public void setName(String name)
      The Name Schema

      Name of the contributor (Required)

    • getRole

      public Set<String> getRole()
      The Role Schema

      Type of contributor (Required)

    • setRole

      public void setRole(Set<String> role)
      The Role Schema

      Type of contributor (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