|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v1.PutPatientConsentResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:16:59+01:00",
comments="JAXB RI v2.3.6")
public class PutPatientConsentResponse
Java class for PutPatientConsentResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PutPatientConsentResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="response" type="{http://www.ehealth.fgov.be/hubservices/core/v1}ResponseType"/>
<element name="acknowledge" type="{http://www.ehealth.fgov.be/hubservices/core/v1}AcknowledgeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PutPatientConsentResponse()
|
|
| Method Summary | |
|---|---|
AcknowledgeType |
getAcknowledge()
Gets the value of the acknowledge property. |
ResponseType |
getResponse()
Gets the value of the response property. |
void |
setAcknowledge(AcknowledgeType value)
Sets the value of the acknowledge property. |
void |
setResponse(ResponseType value)
Sets the value of the response property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutPatientConsentResponse()
| Method Detail |
|---|
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic AcknowledgeType getAcknowledge()
AcknowledgeTypepublic void setAcknowledge(AcknowledgeType value)
value - allowed object is
AcknowledgeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||