|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons._1_0.protocol.ResponseType
be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnReplyType
be.fgov.ehealth.consultrn._1_0.protocol.PersonHistoryBirthReply
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-04-09T03:56:41+02:00",
comments="JAXB RI v2.2.11")
public class PersonHistoryBirthReplyreply of service PersonHistory
Java class for PersonHistoryBirthReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonHistoryBirthReplyType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:consultRN:1_0:protocol}ConsultRnReplyType">
<sequence>
<element name="SSIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BirthHistory" type="{urn:be:fgov:ehealth:consultRN:1_0:core}BirthHistoryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PersonHistoryBirthReply()
|
|
| Method Summary | |
|---|---|
List<BirthHistoryType> |
getBirthHistories()
Gets the value of the birthHistories property. |
String |
getSSIN()
Gets the value of the ssin property. |
void |
setSSIN(String value)
Sets the value of the ssin property. |
| Methods inherited from class be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnReplyType |
|---|
getErrorInformations |
| Methods inherited from class be.fgov.ehealth.commons._1_0.protocol.ResponseType |
|---|
getId, getStatus, setId, setStatus |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonHistoryBirthReply()
| Method Detail |
|---|
public String getSSIN()
Stringpublic void setSSIN(String value)
value - allowed object is
Stringpublic List<BirthHistoryType> getBirthHistories()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the birthHistories property.
For example, to add a new item, do as follows:
getBirthHistories().add(newItem);
Objects of the following type(s) are allowed in the list
BirthHistoryType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||