|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.messageservices.core.v1.SelectRetrieveTransactionType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:10:44+02:00", comments="JAXB RI v2.2.6") public class SelectRetrieveTransactionType
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 Summary | |
---|---|
SelectRetrieveTransactionType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectRetrieveTransactionType()
Method Detail |
---|
public PatientType getPatient()
PatientType
public void setPatient(PatientType value)
value
- allowed object is
PatientType
public TransactionType getTransaction()
TransactionType
public void setTransaction(TransactionType value)
value
- allowed object is
TransactionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |