Class V1HumanName

java.lang.Object
com.clinia.model.common.V1HumanName

public class V1HumanName extends Object
A human's name with the ability to identify parts and usage.
  • Constructor Details

    • V1HumanName

      public V1HumanName()
  • Method Details

    • setId

      public V1HumanName setId(String id)
    • getId

      @Nullable public String getId()
      A sequence of Unicode characters.
    • setUse

      public V1HumanName setUse(String use)
    • getUse

      @Nullable public String getUse()
      A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.
    • setText

      public V1HumanName setText(String text)
    • getText

      @Nullable public String getText()
      A sequence of Unicode characters.
    • setGiven

      public V1HumanName setGiven(List<String> given)
    • addGiven

      public V1HumanName addGiven(String givenItem)
    • getGiven

      @Nullable public List<String> getGiven()
      Given names (not always 'first'). Includes middle names.
    • setPrefix

      public V1HumanName setPrefix(List<String> prefix)
    • addPrefix

      public V1HumanName addPrefix(String prefixItem)
    • getPrefix

      @Nullable public List<String> getPrefix()
      Parts that come before the name.
    • setSuffix

      public V1HumanName setSuffix(List<String> suffix)
    • addSuffix

      public V1HumanName addSuffix(String suffixItem)
    • getSuffix

      @Nullable public List<String> getSuffix()
      Parts that come after the name.
    • setFamily

      public V1HumanName setFamily(String family)
    • getFamily

      @Nullable public String getFamily()
      A sequence of Unicode characters.
    • setPeriod

      public V1HumanName setPeriod(V1Period period)
    • getPeriod

      @Nullable public V1Period getPeriod()
      Get period
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object