Class Any

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType
Direct Known Subclasses:
EHR, PATHABLE

public abstract class Any extends LogicalBase implements org.hl7.fhir.instance.model.api.ICompositeType
Abstract ancestor class for all other classes. Usually maps to a type like Any or Object in an object-oriented technology. Defined here to provide value and reference equality semantics.
See Also:
  • Constructor Details

    • Any

      public Any()
      Constructor
  • Method Details

    • fhirType

      public String fhirType()
      Specified by:
      fhirType in interface org.hl7.fhir.instance.model.api.IBase
      Specified by:
      fhirType in class Base
      Returns:
      the FHIR type name of the instance (not the java class name)
    • copy

      public abstract Any copy()
      Specified by:
      copy in class Base
    • copyValues

      public void copyValues(Any dst)