public static class Conformance.MessagingEndpoint extends BaseIdentifiableElement implements 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 ().
|
UriDt |
getAddressElement()
Gets the value(s) for address ().
|
<T extends 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(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic MessagingEndpoint()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface 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 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(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–2016 University Health Network. All rights reserved.