Class V1Reference

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

public class V1Reference extends Object
A reference from one resource to another.
  • Constructor Details

    • V1Reference

      public V1Reference()
  • Method Details

    • setId

      public V1Reference setId(String id)
    • getId

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

      public V1Reference setReference(String reference)
    • getReference

      @Nullable public String getReference()
      A sequence of Unicode characters.
    • setType

      public V1Reference setType(String type)
    • getType

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

      public V1Reference setIdentifier(V1Identifier identifier)
    • getIdentifier

      @Nullable public V1Identifier getIdentifier()
      Get identifier
    • setDisplay

      public V1Reference setDisplay(String display)
    • getDisplay

      @Nullable public String getDisplay()
      A sequence of Unicode characters.
    • 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