Class ChCoreAddressAdapter.AddressLineAdapter

java.lang.Object
org.projecthusky.fhir.emed.ch.common.datatype.ChCoreAddressAdapter.AddressLineAdapter
Enclosing class:
ChCoreAddressAdapter

public static final class ChCoreAddressAdapter.AddressLineAdapter extends Object
  • Field Details

  • Constructor Details

    • AddressLineAdapter

      public AddressLineAdapter()
      Creates a new adapter around an empty address line.
    • AddressLineAdapter

      public AddressLineAdapter(org.hl7.fhir.r4.model.StringType line)
      Constructor with an instance of address line.
      Parameters:
      line - The instance of address line to use. It will be mutated if using setter methods.
  • Method Details

    • getLine

      public org.hl7.fhir.r4.model.StringType getLine()
      Gets the underlying address line.