public static class MessageHeader.Destination extends BaseIdentifiableElement implements IResourceBlock
Definition: The destination application which the message is intended for
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getEndpoint()
Gets the value(s) for endpoint ().
|
UriDt |
getEndpointElement()
Gets the value(s) for endpoint ().
|
String |
getName()
Gets the value(s) for name ().
|
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(UriDt theValue)
Sets the value(s) for endpoint ()
|
MessageHeader.Destination |
setName(String theString)
Sets the value for name ()
|
MessageHeader.Destination |
setName(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Destination()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(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–2016 University Health Network. All rights reserved.