|
||||||||||
| 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
be.fgov.ehealth.consultrn._1_0.core.BirthHistoryType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:38:57+02:00",
comments="JAXB RI v2.2.11")
public class BirthHistoryType
Java class for BirthHistoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BirthHistoryType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:consultRN:1_0:core}HistoryType">
<sequence>
<element name="Birth" type="{urn:be:fgov:ehealth:consultRN:1_0:core}BirthDeceaseType"/>
<element name="ActNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BirthHistoryType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getActNumber()
Gets the value of the actNumber property. |
BirthDeceaseType |
getBirth()
Gets the value of the birth property. |
void |
setActNumber(BigInteger value)
Sets the value of the actNumber property. |
void |
setBirth(BirthDeceaseType value)
Sets the value of the birth property. |
| Methods inherited from class be.fgov.ehealth.consultrn._1_0.core.HistoryType |
|---|
getEffectuationDate, getModificationDate, getSource, setEffectuationDate, setModificationDate, setSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BirthHistoryType()
| Method Detail |
|---|
public BirthDeceaseType getBirth()
BirthDeceaseTypepublic void setBirth(BirthDeceaseType value)
value - allowed object is
BirthDeceaseTypepublic BigInteger getActNumber()
BigIntegerpublic void setActNumber(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||