@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:55:37+02:00", comments="JAXB RI v2.3.7") public class SelectRetrieveTransactionType extends Object implements Serializable
Java class for SelectRetrieveTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectRetrieveTransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="patient" type="{http://www.ehealth.fgov.be/messageservices/core/v1}patientType" minOccurs="0"/>
<element name="transaction" type="{http://www.ehealth.fgov.be/messageservices/core/v1}transactionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SelectRetrieveTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
PatientType |
getPatient()
Gets the value of the patient property.
|
TransactionType |
getTransaction()
Gets the value of the transaction property.
|
void |
setPatient(PatientType value)
Sets the value of the patient property.
|
void |
setTransaction(TransactionType value)
Sets the value of the transaction property.
|
public PatientType getPatient()
PatientTypepublic void setPatient(PatientType value)
value - allowed object is
PatientTypepublic TransactionType getTransaction()
TransactionTypepublic void setTransaction(TransactionType value)
value - allowed object is
TransactionType
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.