be.fgov.ehealth.consultrn._1_0.protocol
Class PersonHistoryFamilyCompositionReply

java.lang.Object
  extended by be.fgov.ehealth.commons._1_0.protocol.ResponseType
      extended by be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnReplyType
          extended by be.fgov.ehealth.consultrn._1_0.protocol.PersonHistoryFamilyCompositionReply
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2018-09-20T05:38:57+02:00",
           comments="JAXB RI v2.2.11")
public class PersonHistoryFamilyCompositionReply
extends ConsultRnReplyType
implements Serializable

reply of service PersonHistory

Java class for PersonHistoryFamilyCompositionReplyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PersonHistoryFamilyCompositionReplyType">
   <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="FamilyCompositionHistory" type="{urn:be:fgov:ehealth:consultRN:1_0:core}FamilyCompositionHistoryType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
PersonHistoryFamilyCompositionReply()
           
 
Method Summary
 List<FamilyCompositionHistoryType> getFamilyCompositionHistories()
          Gets the value of the familyCompositionHistories 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

PersonHistoryFamilyCompositionReply

public PersonHistoryFamilyCompositionReply()
Method Detail

getSSIN

public String getSSIN()
Gets the value of the ssin property.

Returns:
possible object is String

setSSIN

public void setSSIN(String value)
Sets the value of the ssin property.

Parameters:
value - allowed object is String

getFamilyCompositionHistories

public List<FamilyCompositionHistoryType> getFamilyCompositionHistories()
Gets the value of the familyCompositionHistories property.

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 familyCompositionHistories property.

For example, to add a new item, do as follows:

    getFamilyCompositionHistories().add(newItem);
 

Objects of the following type(s) are allowed in the list FamilyCompositionHistoryType




Connector Packaging generic 3.16.1 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.