|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v3.DeclareTransactionRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:19:54+02:00",
comments="JAXB RI v2.3.6")
public class DeclareTransactionRequest
Java class for DeclareTransactionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeclareTransactionRequestType">
<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="kmehrheader" type="{http://www.ehealth.fgov.be/hubservices/core/v3}KmehrHeaderDeclareTransactionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DeclareTransactionRequest()
|
|
| Method Summary | |
|---|---|
KmehrHeaderDeclareTransaction |
getKmehrheader()
Gets the value of the kmehrheader property. |
RequestType |
getRequest()
Gets the value of the request property. |
void |
setKmehrheader(KmehrHeaderDeclareTransaction value)
Sets the value of the kmehrheader 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 DeclareTransactionRequest()
| Method Detail |
|---|
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic KmehrHeaderDeclareTransaction getKmehrheader()
KmehrHeaderDeclareTransactionpublic void setKmehrheader(KmehrHeaderDeclareTransaction value)
value - allowed object is
KmehrHeaderDeclareTransaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||