public static class Conformance.MessagingEndpoint extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: An endpoint (network accessible address) to which messages and/or replies are to be sent.
| Constructor and Description |
|---|
MessagingEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value(s) for address ().
|
ca.uhn.fhir.model.primitive.UriDt |
getAddressElement()
Gets the value(s) for address ().
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodingDt |
getProtocol()
Gets the value(s) for protocol ().
|
boolean |
isEmpty() |
Conformance.MessagingEndpoint |
setAddress(String theUri)
Sets the value for address ()
|
Conformance.MessagingEndpoint |
setAddress(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for address ()
|
Conformance.MessagingEndpoint |
setProtocol(CodingDt theValue)
Sets the value(s) for protocol ()
|
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 MessagingEndpoint()
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 CodingDt getProtocol()
null.
Definition: A list of the messaging transport protocol(s) identifiers, supported by this endpoint
public Conformance.MessagingEndpoint setProtocol(CodingDt theValue)
Definition: A list of the messaging transport protocol(s) identifiers, supported by this endpoint
public ca.uhn.fhir.model.primitive.UriDt getAddressElement()
null.
Definition: The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier
public String getAddress()
null.
Definition: The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier
public Conformance.MessagingEndpoint setAddress(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier
public Conformance.MessagingEndpoint setAddress(String theUri)
Definition: The network address of the end-point. For solutions that do not use network addresses for routing, it can be just an identifier
Copyright © 2014–2018 University Health Network. All rights reserved.