Class MessageHeader.Destination

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.MessageHeader.Destination
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IResourceBlock, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase
Enclosing class:
MessageHeader

public static class MessageHeader.Destination extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: MessageHeader.destination (who.focus)

Definition: The destination application which the message is intended for

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getNameElement

      public ca.uhn.fhir.model.primitive.StringDt getNameElement()
      Gets the value(s) for name (). creating it if it does not exist. Will not return null.

      Definition: Human-readable name for the target system

    • getName

      public String getName()
      Gets the value(s) for name (). creating it if it does not exist. This method may return null.

      Definition: Human-readable name for the target system

    • setName

      public MessageHeader.Destination setName(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for name ()

      Definition: Human-readable name for the target system

    • setName

      Sets the value for name ()

      Definition: Human-readable name for the target system

    • getTarget

      Gets the value(s) for target (). creating it if it does not exist. Will not return null.

      Definition: Identifies the target end system in situations where the initial message transmission is to an intermediary system.

    • setTarget

      Sets the value(s) for target ()

      Definition: Identifies the target end system in situations where the initial message transmission is to an intermediary system.

    • getEndpointElement

      public ca.uhn.fhir.model.primitive.UriDt getEndpointElement()
      Gets the value(s) for endpoint (). creating it if it does not exist. Will not return null.

      Definition: Indicates where the message should be routed to.

    • getEndpoint

      public String getEndpoint()
      Gets the value(s) for endpoint (). creating it if it does not exist. This method may return null.

      Definition: Indicates where the message should be routed to.

    • setEndpoint

      public MessageHeader.Destination setEndpoint(ca.uhn.fhir.model.primitive.UriDt theValue)
      Sets the value(s) for endpoint ()

      Definition: Indicates where the message should be routed to.

    • setEndpoint

      Sets the value for endpoint ()

      Definition: Indicates where the message should be routed to.