@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:20:26+01:00", comments="JAXB RI v2.3.7") public class GetPatientAuditTrailResponse extends Object implements Serializable
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 and Description |
|---|
GetPatientAuditTrailResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.