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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Destination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetEndpoint()Gets the value(s) for endpoint ().ca.uhn.fhir.model.primitive.UriDtgetEndpointElement()Gets the value(s) for endpoint ().StringgetName()Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDtgetNameElement()Gets the value(s) for name ().ResourceReferenceDtgetTarget()Gets the value(s) for target ().booleanisEmpty()MessageHeader.DestinationsetEndpoint(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for endpoint ()MessageHeader.DestinationsetEndpoint(String theUri)Sets the value for endpoint ()MessageHeader.DestinationsetName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()MessageHeader.DestinationsetName(String theString)Sets the value for name ()MessageHeader.DestinationsetTarget(ResourceReferenceDt theValue)Sets the value(s) for target ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
Destination
public Destination()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.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 returnnull.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 returnnull.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
public MessageHeader.Destination setName(String theString)
Sets the value for name ()Definition: Human-readable name for the target system
-
getTarget
public ResourceReferenceDt getTarget()
Gets the value(s) for target (). creating it if it does not exist. Will not returnnull.Definition: Identifies the target end system in situations where the initial message transmission is to an intermediary system.
-
setTarget
public MessageHeader.Destination setTarget(ResourceReferenceDt theValue)
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 returnnull.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 returnnull.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
public MessageHeader.Destination setEndpoint(String theUri)
Sets the value for endpoint ()Definition: Indicates where the message should be routed to.
-
-