public static class MessageHeader.Destination extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The destination application which the message is intended for
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getEndpoint()
Gets the value(s) for endpoint ().
|
ca.uhn.fhir.model.primitive.UriDt |
getEndpointElement()
Gets the value(s) for endpoint ().
|
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
boolean |
isEmpty() |
MessageHeader.Destination |
setEndpoint(String theUri)
Sets the value for endpoint ()
|
MessageHeader.Destination |
setEndpoint(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for endpoint ()
|
MessageHeader.Destination |
setName(String theString)
Sets the value for name ()
|
MessageHeader.Destination |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
MessageHeader.Destination |
setTarget(ResourceReferenceDt theValue)
Sets the value(s) for target ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Destination()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getNameElement()
null.
Definition: Human-readable name for the target system
public String getName()
null.
Definition: Human-readable name for the target system
public MessageHeader.Destination setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Human-readable name for the target system
public MessageHeader.Destination setName(String theString)
Definition: Human-readable name for the target system
public ResourceReferenceDt getTarget()
null.
Definition: Identifies the target end system in situations where the initial message transmission is to an intermediary system.
public MessageHeader.Destination setTarget(ResourceReferenceDt theValue)
Definition: Identifies the target end system in situations where the initial message transmission is to an intermediary system.
public ca.uhn.fhir.model.primitive.UriDt getEndpointElement()
null.
Definition: Indicates where the message should be routed to.
public String getEndpoint()
null.
Definition: Indicates where the message should be routed to.
public MessageHeader.Destination setEndpoint(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: Indicates where the message should be routed to.
public MessageHeader.Destination setEndpoint(String theUri)
Definition: Indicates where the message should be routed to.
Copyright © 2014–2018 University Health Network. All rights reserved.