|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v3.PutHCPartyConsentRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:17:31+01:00",
comments="JAXB RI v2.3.6")
public class PutHCPartyConsentRequest
Java class for PutHCPartyConsentRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PutHCPartyConsentRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="request" type="{http://www.ehealth.fgov.be/hubservices/core/v3}RequestType"/>
<element name="consent" type="{http://www.ehealth.fgov.be/hubservices/core/v3}ConsentHCPartyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PutHCPartyConsentRequest()
|
|
| Method Summary | |
|---|---|
ConsentHCPartyType |
getConsent()
Gets the value of the consent property. |
RequestType |
getRequest()
Gets the value of the request property. |
void |
setConsent(ConsentHCPartyType value)
Sets the value of the consent property. |
void |
setRequest(RequestType value)
Sets the value of the request property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutHCPartyConsentRequest()
| Method Detail |
|---|
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic ConsentHCPartyType getConsent()
ConsentHCPartyTypepublic void setConsent(ConsentHCPartyType value)
value - allowed object is
ConsentHCPartyType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||