@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:08:16+02:00", comments="JAXB RI v2.2.11") public class DependentPersonType extends Object implements Serializable
Java class for DependentPersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DependentPersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SSIN" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}SSINType"/>
<element name="NotOfficialAddress" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}AddressType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DependentPersonType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getNotOfficialAddress()
Gets the value of the notOfficialAddress property.
|
String |
getSSIN()
Gets the value of the ssin property.
|
void |
setNotOfficialAddress(AddressType value)
Sets the value of the notOfficialAddress property.
|
void |
setSSIN(String value)
Sets the value of the ssin property.
|
public String getSSIN()
Stringpublic void setSSIN(String value)
value - allowed object is
Stringpublic AddressType getNotOfficialAddress()
AddressTypepublic void setNotOfficialAddress(AddressType value)
value - allowed object is
AddressType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.