public static class MessageHeader.Response extends BaseIdentifiableElement implements IResourceBlock
Definition: Information about the message that this message is a response to. Only present if this message is a response.
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
BoundCodeDt<ResponseTypeEnum> |
getCodeElement()
Gets the value(s) for code ().
|
ResourceReferenceDt |
getDetails()
Gets the value(s) for details ().
|
String |
getIdentifier()
Gets the value(s) for identifier ().
|
IdDt |
getIdentifierElement()
Gets the value(s) for identifier ().
|
boolean |
isEmpty() |
MessageHeader.Response |
setCode(BoundCodeDt<ResponseTypeEnum> theValue)
Sets the value(s) for code ()
|
MessageHeader.Response |
setCode(ResponseTypeEnum theValue)
Sets the value(s) for code ()
|
MessageHeader.Response |
setDetails(ResourceReferenceDt theValue)
Sets the value(s) for details ()
|
MessageHeader.Response |
setIdentifier(IdDt theValue)
Sets the value(s) for identifier ()
|
MessageHeader.Response |
setIdentifier(String theId)
Sets the value for identifier ()
|
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 Response()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic IdDt getIdentifierElement()
null.
Definition: The id of the message that this message is a response to
public String getIdentifier()
null.
Definition: The id of the message that this message is a response to
public MessageHeader.Response setIdentifier(IdDt theValue)
Definition: The id of the message that this message is a response to
public MessageHeader.Response setIdentifier(String theId)
Definition: The id of the message that this message is a response to
public BoundCodeDt<ResponseTypeEnum> getCodeElement()
null.
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public String getCode()
null.
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public MessageHeader.Response setCode(BoundCodeDt<ResponseTypeEnum> theValue)
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public MessageHeader.Response setCode(ResponseTypeEnum theValue)
Definition: Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not
public ResourceReferenceDt getDetails()
null.
Definition: Full details of any issues found in the message
public MessageHeader.Response setDetails(ResourceReferenceDt theValue)
Definition: Full details of any issues found in the message
Copyright © 2014–2016 University Health Network. All rights reserved.