Class V1Identifier

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

public class V1Identifier extends Object
An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.
  • Constructor Details

    • V1Identifier

      public V1Identifier()
  • Method Details

    • setId

      public V1Identifier setId(String id)
    • getId

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

      public V1Identifier setSystem(String system)
    • getSystem

      @Nullable public String getSystem()
      String of characters used to identify a name or a resource.
    • setValue

      public V1Identifier setValue(String value)
    • getValue

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

      public V1Identifier 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.
    • setPeriod

      public V1Identifier 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