|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn._1_0.core.HistoryType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:50:46+02:00",
comments="JAXB RI v2.2.11")
public class HistoryType
Java class for HistoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Source" type="{urn:be:fgov:ehealth:consultRN:1_0:core}OriginType" minOccurs="0"/>
<element name="ModificationDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType" minOccurs="0"/>
<element name="EffectuationDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HistoryType()
|
|
| Method Summary | |
|---|---|
String |
getEffectuationDate()
Gets the value of the effectuationDate property. |
String |
getModificationDate()
Gets the value of the modificationDate property. |
OriginType |
getSource()
Gets the value of the source property. |
void |
setEffectuationDate(String value)
Sets the value of the effectuationDate property. |
void |
setModificationDate(String value)
Sets the value of the modificationDate property. |
void |
setSource(OriginType value)
Sets the value of the source property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryType()
| Method Detail |
|---|
public OriginType getSource()
OriginTypepublic void setSource(OriginType value)
value - allowed object is
OriginTypepublic String getModificationDate()
Stringpublic void setModificationDate(String value)
value - allowed object is
Stringpublic String getEffectuationDate()
Stringpublic void setEffectuationDate(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||