public class ResultImpl extends Object implements Result
Modifier and Type | Field and Description |
---|---|
static Integer |
STATUS_ERR |
static Integer |
STATUS_OK |
Constructor and Description |
---|
ResultImpl() |
Modifier and Type | Method and Description |
---|---|
II |
getControlActId()
getControlActId - Returns the value of controlActId
|
ControlAct |
getNonPersistedControlAct()
getNonPersistedControlAct - Returns the value of nonPersistedControlAct
|
Act |
getPayloadAct()
getPayloadAct - Returns the value of payloadAct
|
String |
getResponseXML()
getResponseXML - Returns the value of responseXML
|
Integer |
getStatus()
getStatus - Returns the value of status
|
String |
getTriggerEvent()
getTriggerEvent - Returns the value of triggerEvent
|
void |
setControlActId(II controlActId)
setControlActId - Sets the value of controlActId
|
void |
setNonPersistedControlAct(ControlAct nonPersistedControlAct)
setNonPersistedControlAct - Sets the value of nonPersistedControlAct
|
void |
setPayloadAct(Act payloadAct)
setPayloadAct - Sets the value of payloadAct
|
void |
setResponseXML(String responseXML)
setResponseXML - Sets the value of responseXML
|
void |
setStatus(Integer status)
setStatus - Sets the value of status
|
void |
setTriggerEvent(String triggerEvent)
setTriggerEvent - Sets the value of triggerEvent
|
public static final Integer STATUS_OK
public static final Integer STATUS_ERR
public String getResponseXML()
getResponseXML
in interface Result
Result.setResponseXML(java.lang.String)
public void setResponseXML(String responseXML)
setResponseXML
in interface Result
responseXML
- the responseXML to setResult.getResponseXML()
public Integer getStatus()
getStatus
in interface Result
Result.setStatus(java.lang.Integer)
public void setStatus(Integer status)
setStatus
in interface Result
status
- the status to setResult.getStatus()
public ControlAct getNonPersistedControlAct()
public void setNonPersistedControlAct(ControlAct nonPersistedControlAct)
nonPersistedControlAct
- the nonPersistedControlAct to setpublic Act getPayloadAct()
public void setPayloadAct(Act payloadAct)
payloadAct
- the payloadAct to setpublic String getTriggerEvent()
getTriggerEvent
in interface Result
Result.setTriggerEvent(java.lang.String)
public void setTriggerEvent(String triggerEvent)
setTriggerEvent
in interface Result
triggerEvent
- the triggerEvent to setResult.getTriggerEvent()
public II getControlActId()
getControlActId
in interface Result
Result.setControlActId(oracle.hsgbu.hdr.hl7.rim.types.II)
public void setControlActId(II controlActId)
setControlActId
in interface Result
controlActId
- the controlActId to setResult.getControlActId()
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved