Class ITEM

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:
CLUSTER, ELEMENT

public abstract class ITEM extends LOCATABLE implements org.hl7.fhir.instance.model.api.ICompositeType
The abstract parent of CLUSTER and ELEMENT representation classes.
See Also:
  • Constructor Details

    • ITEM

      public ITEM()
      Constructor
  • Method Details

    • fhirType

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

      public abstract ITEM copy()
      Specified by:
      copy in class LOCATABLE
    • copyValues

      public void copyValues(ITEM dst)