|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v3.Latestupdate
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-04-09T03:51:40+02:00",
comments="JAXB RI v2.2.11")
public class Latestupdate
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="patient" type="{http://www.ehealth.fgov.be/hubservices/core/v3}PatientIdType"/>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-TRANSACTION"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdatetime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updatedatetime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Latestupdate()
|
|
| Method Summary | |
|---|---|
CDTRANSACTION |
getCd()
Gets the value of the cd property. |
org.joda.time.DateTime |
getCreatedatetime()
Gets the value of the createdatetime property. |
PatientIdType |
getPatient()
Gets the value of the patient property. |
org.joda.time.DateTime |
getUpdatedatetime()
Gets the value of the updatedatetime property. |
String |
getVersion()
Gets the value of the version property. |
void |
setCd(CDTRANSACTION value)
Sets the value of the cd property. |
void |
setCreatedatetime(org.joda.time.DateTime value)
Sets the value of the createdatetime property. |
void |
setPatient(PatientIdType value)
Sets the value of the patient property. |
void |
setUpdatedatetime(org.joda.time.DateTime value)
Sets the value of the updatedatetime property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Latestupdate()
| Method Detail |
|---|
public PatientIdType getPatient()
PatientIdTypepublic void setPatient(PatientIdType value)
value - allowed object is
PatientIdTypepublic CDTRANSACTION getCd()
CDTRANSACTIONpublic void setCd(CDTRANSACTION value)
value - allowed object is
CDTRANSACTIONpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getCreatedatetime()
Stringpublic void setCreatedatetime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getUpdatedatetime()
Stringpublic void setUpdatedatetime(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||