public static class MessageHeader.Source extends BaseIdentifiableElement implements IResourceBlock
Definition: The source application from which this message originated
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ContactPointDt |
getContact()
Gets the value(s) for contact ().
|
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 ().
|
String |
getSoftware()
Gets the value(s) for software ().
|
StringDt |
getSoftwareElement()
Gets the value(s) for software ().
|
String |
getVersion()
Gets the value(s) for version ().
|
StringDt |
getVersionElement()
Gets the value(s) for version ().
|
boolean |
isEmpty() |
MessageHeader.Source |
setContact(ContactPointDt theValue)
Sets the value(s) for contact ()
|
MessageHeader.Source |
setEndpoint(String theUri)
Sets the value for endpoint ()
|
MessageHeader.Source |
setEndpoint(UriDt theValue)
Sets the value(s) for endpoint ()
|
MessageHeader.Source |
setName(String theString)
Sets the value for name ()
|
MessageHeader.Source |
setName(StringDt theValue)
Sets the value(s) for name ()
|
MessageHeader.Source |
setSoftware(String theString)
Sets the value for software ()
|
MessageHeader.Source |
setSoftware(StringDt theValue)
Sets the value(s) for software ()
|
MessageHeader.Source |
setVersion(String theString)
Sets the value for version ()
|
MessageHeader.Source |
setVersion(StringDt theValue)
Sets the value(s) for version ()
|
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 Source()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getNameElement()
null.
Definition: Human-readable name for the source system
public String getName()
null.
Definition: Human-readable name for the source system
public MessageHeader.Source setName(StringDt theValue)
Definition: Human-readable name for the source system
public MessageHeader.Source setName(String theString)
Definition: Human-readable name for the source system
public StringDt getSoftwareElement()
null.
Definition: May include configuration or other information useful in debugging.
public String getSoftware()
null.
Definition: May include configuration or other information useful in debugging.
public MessageHeader.Source setSoftware(StringDt theValue)
Definition: May include configuration or other information useful in debugging.
public MessageHeader.Source setSoftware(String theString)
Definition: May include configuration or other information useful in debugging.
public StringDt getVersionElement()
null.
Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.
public String getVersion()
null.
Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.
public MessageHeader.Source setVersion(StringDt theValue)
Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.
public MessageHeader.Source setVersion(String theString)
Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.
public ContactPointDt getContact()
null.
Definition: An e-mail, phone, website or other contact point to use to resolve issues with message communications.
public MessageHeader.Source setContact(ContactPointDt theValue)
Definition: An e-mail, phone, website or other contact point to use to resolve issues with message communications.
public UriDt getEndpointElement()
null.
Definition: Identifies the routing target to send acknowledgements to.
public String getEndpoint()
null.
Definition: Identifies the routing target to send acknowledgements to.
public MessageHeader.Source setEndpoint(UriDt theValue)
Definition: Identifies the routing target to send acknowledgements to.
public MessageHeader.Source setEndpoint(String theUri)
Definition: Identifies the routing target to send acknowledgements to.
Copyright © 2014–2016 University Health Network. All rights reserved.