|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.medicalagreement.core.v1.Kmehrresponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:46:55+02:00",
comments="JAXB RI v2.2.11")
public class Kmehrresponse
Java class for kmehrresponsetype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="kmehrresponsetype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="request">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="kmehrmessage" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}kmehrmessageType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="acknowledge" type="{http://www.ehealth.fgov.be/medicalagreement/core/v1}acknowledgetype"/>
<element name="kmehrmessage" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}kmehrmessageType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Kmehrresponse()
|
|
| Method Summary | |
|---|---|
Acknowledgetype |
getAcknowledge()
Gets the value of the acknowledge property. |
Kmehrmessage |
getKmehrmessage()
Gets the value of the kmehrmessage property. |
Request |
getRequest()
Gets the value of the request property. |
void |
setAcknowledge(Acknowledgetype value)
Sets the value of the acknowledge property. |
void |
setKmehrmessage(Kmehrmessage value)
Sets the value of the kmehrmessage property. |
void |
setRequest(Request 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 Kmehrresponse()
| Method Detail |
|---|
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic Acknowledgetype getAcknowledge()
Acknowledgetypepublic void setAcknowledge(Acknowledgetype value)
value - allowed object is
Acknowledgetypepublic Kmehrmessage getKmehrmessage()
Kmehrmessagepublic void setKmehrmessage(Kmehrmessage value)
value - allowed object is
Kmehrmessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||