|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v3.GetPatientAuditTrailResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:23:31+02:00",
comments="JAXB RI v2.2.11")
public class GetPatientAuditTrailResponse
Java class for GetPatientAuditTrailResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPatientAuditTrailResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="response" type="{http://www.ehealth.fgov.be/hubservices/core/v3}ResponseListType"/>
<element name="acknowledge" type="{http://www.ehealth.fgov.be/hubservices/core/v3}AcknowledgeType"/>
<element name="transactionaccesslist" type="{http://www.ehealth.fgov.be/hubservices/core/v3}TransactionAccessListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetPatientAuditTrailResponse()
|
|
| Method Summary | |
|---|---|
AcknowledgeType |
getAcknowledge()
Gets the value of the acknowledge property. |
ResponseListType |
getResponse()
Gets the value of the response property. |
TransactionAccessListType |
getTransactionaccesslist()
Gets the value of the transactionaccesslist property. |
void |
setAcknowledge(AcknowledgeType value)
Sets the value of the acknowledge property. |
void |
setResponse(ResponseListType value)
Sets the value of the response property. |
void |
setTransactionaccesslist(TransactionAccessListType value)
Sets the value of the transactionaccesslist property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetPatientAuditTrailResponse()
| Method Detail |
|---|
public ResponseListType getResponse()
ResponseListTypepublic void setResponse(ResponseListType value)
value - allowed object is
ResponseListTypepublic AcknowledgeType getAcknowledge()
AcknowledgeTypepublic void setAcknowledge(AcknowledgeType value)
value - allowed object is
AcknowledgeTypepublic TransactionAccessListType getTransactionaccesslist()
TransactionAccessListTypepublic void setTransactionaccesslist(TransactionAccessListType value)
value - allowed object is
TransactionAccessListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||