be.fgov.ehealth.rn.baselegaldata.v1
Class FamilyMemberIdentificationType

java.lang.Object
  extended by be.fgov.ehealth.rn.baselegaldata.v1.FamilyMemberIdentificationType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-09-22T05:58:15+02:00",
           comments="JAXB RI v2.2.11")
public class FamilyMemberIdentificationType
extends Object
implements Serializable

Type encapsulating all legaldata of a person specific for the PersonService

Java class for FamilyMemberIdentificationType complex type.

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

 <complexType name="FamilyMemberIdentificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Ssin" type="{urn:be:fgov:ehealth:rn:commons:business:v1}SsinType" minOccurs="0"/>
           <element name="FictionalIdentificationNumber" minOccurs="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               </restriction>
             </simpleType>
           </element>
         </choice>
         <element name="Name" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalNameInfoType" minOccurs="0"/>
         <element name="Birth" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalBirthInfoType" minOccurs="0"/>
         <element name="Gender" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalGenderInfoType" minOccurs="0"/>
         <element name="Address" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalAddressType" minOccurs="0"/>
         <element name="ContactAddress" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}ContactAddressBaseType" minOccurs="0"/>
         <element name="Administrator" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalAdministratorType" minOccurs="0"/>
         <element name="Anomalies" type="{urn:be:fgov:ehealth:rn:registries:commons:v1}AnomaliesType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FamilyMemberIdentificationType()
           
 
Method Summary
 MinimalAddressType getAddress()
          Gets the value of the address property.
 MinimalAdministratorType getAdministrator()
          Gets the value of the administrator property.
 AnomaliesType getAnomalies()
          Gets the value of the anomalies property.
 MinimalBirthInfoType getBirth()
          Gets the value of the birth property.
 ContactAddressBaseType getContactAddress()
          Gets the value of the contactAddress property.
 String getFictionalIdentificationNumber()
          Gets the value of the fictionalIdentificationNumber property.
 MinimalGenderInfoType getGender()
          Gets the value of the gender property.
 MinimalNameInfoType getName()
          Gets the value of the name property.
 String getSsin()
          Gets the value of the ssin property.
 void setAddress(MinimalAddressType value)
          Sets the value of the address property.
 void setAdministrator(MinimalAdministratorType value)
          Sets the value of the administrator property.
 void setAnomalies(AnomaliesType value)
          Sets the value of the anomalies property.
 void setBirth(MinimalBirthInfoType value)
          Sets the value of the birth property.
 void setContactAddress(ContactAddressBaseType value)
          Sets the value of the contactAddress property.
 void setFictionalIdentificationNumber(String value)
          Sets the value of the fictionalIdentificationNumber property.
 void setGender(MinimalGenderInfoType value)
          Sets the value of the gender property.
 void setName(MinimalNameInfoType value)
          Sets the value of the name 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

FamilyMemberIdentificationType

public FamilyMemberIdentificationType()
Method Detail

getFictionalIdentificationNumber

public String getFictionalIdentificationNumber()
Gets the value of the fictionalIdentificationNumber property.

Returns:
possible object is String

setFictionalIdentificationNumber

public void setFictionalIdentificationNumber(String value)
Sets the value of the fictionalIdentificationNumber property.

Parameters:
value - allowed object is String

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

getName

public MinimalNameInfoType getName()
Gets the value of the name property.

Returns:
possible object is MinimalNameInfoType

setName

public void setName(MinimalNameInfoType value)
Sets the value of the name property.

Parameters:
value - allowed object is MinimalNameInfoType

getBirth

public MinimalBirthInfoType getBirth()
Gets the value of the birth property.

Returns:
possible object is MinimalBirthInfoType

setBirth

public void setBirth(MinimalBirthInfoType value)
Sets the value of the birth property.

Parameters:
value - allowed object is MinimalBirthInfoType

getGender

public MinimalGenderInfoType getGender()
Gets the value of the gender property.

Returns:
possible object is MinimalGenderInfoType

setGender

public void setGender(MinimalGenderInfoType value)
Sets the value of the gender property.

Parameters:
value - allowed object is MinimalGenderInfoType

getAddress

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

Returns:
possible object is MinimalAddressType

setAddress

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

Parameters:
value - allowed object is MinimalAddressType

getContactAddress

public ContactAddressBaseType getContactAddress()
Gets the value of the contactAddress property.

Returns:
possible object is ContactAddressBaseType

setContactAddress

public void setContactAddress(ContactAddressBaseType value)
Sets the value of the contactAddress property.

Parameters:
value - allowed object is ContactAddressBaseType

getAdministrator

public MinimalAdministratorType getAdministrator()
Gets the value of the administrator property.

Returns:
possible object is MinimalAdministratorType

setAdministrator

public void setAdministrator(MinimalAdministratorType value)
Sets the value of the administrator property.

Parameters:
value - allowed object is MinimalAdministratorType

getAnomalies

public AnomaliesType getAnomalies()
Gets the value of the anomalies property.

Returns:
possible object is AnomaliesType

setAnomalies

public void setAnomalies(AnomaliesType value)
Sets the value of the anomalies property.

Parameters:
value - allowed object is AnomaliesType



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.