be.fgov.ehealth.consultrn._1_0.core
Class FamilyCompositionType

java.lang.Object
  extended by be.fgov.ehealth.consultrn._1_0.core.FamilyCompositionType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2019-09-25T04:50:46+02:00",
           comments="JAXB RI v2.2.11")
public class FamilyCompositionType
extends Object
implements Serializable

information about the familyComposition of a person (normal headfamily)

Java class for FamilyCompositionType complex type.

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

 <complexType name="FamilyCompositionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SSIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Address" type="{urn:be:fgov:ehealth:consultRN:1_0:core}AddressType" minOccurs="0"/>
         <element name="FamilyMember" type="{urn:be:fgov:ehealth:consultRN:1_0:core}FamilyMemberType" maxOccurs="100" minOccurs="0"/>
       </sequence>
       <attribute name="ModificationDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType" />
       <attribute name="Origin" type="{urn:be:fgov:ehealth:consultRN:1_0:core}OriginType" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FamilyCompositionType()
           
 
Method Summary
 AddressType getAddress()
          Gets the value of the address property.
 List<FamilyMemberType> getFamilyMembers()
          Gets the value of the familyMembers property.
 String getModificationDate()
          Gets the value of the modificationDate property.
 OriginType getOrigin()
          Gets the value of the origin property.
 String getSSIN()
          Gets the value of the ssin property.
 void setAddress(AddressType value)
          Sets the value of the address property.
 void setModificationDate(String value)
          Sets the value of the modificationDate property.
 void setOrigin(OriginType value)
          Sets the value of the origin property.
 void setSSIN(String value)
          Sets the value of the ssin property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyCompositionType

public FamilyCompositionType()
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

getAddress

public AddressType getAddress()
Gets the value of the address property.

Returns:
possible object is AddressType

setAddress

public void setAddress(AddressType value)
Sets the value of the address property.

Parameters:
value - allowed object is AddressType

getFamilyMembers

public List<FamilyMemberType> getFamilyMembers()
Gets the value of the familyMembers 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 familyMembers property.

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

    getFamilyMembers().add(newItem);
 

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


getModificationDate

public String getModificationDate()
Gets the value of the modificationDate property.

Returns:
possible object is String

setModificationDate

public void setModificationDate(String value)
Sets the value of the modificationDate property.

Parameters:
value - allowed object is String

getOrigin

public OriginType getOrigin()
Gets the value of the origin property.

Returns:
possible object is OriginType

setOrigin

public void setOrigin(OriginType value)
Sets the value of the origin property.

Parameters:
value - allowed object is OriginType



Connector Packaging generic 3.18.0 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.