@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class PersonType extends Object implements Serializable
Java class for PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SSIN" type="{urn:be:fgov:ehealth:consultRN:1_0:core}EncodedSSINType"/>
<element name="PersonData" type="{urn:be:fgov:ehealth:consultRN:1_0:core}PersonDataType"/>
</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>
| Constructor and Description |
|---|
PersonType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getModificationDate()
Gets the value of the modificationDate property.
|
OriginType |
getOrigin()
Gets the value of the origin property.
|
PersonDataType |
getPersonData()
Gets the value of the personData property.
|
EncodedSSINType |
getSSIN()
Gets the value of the ssin property.
|
void |
setModificationDate(String value)
Sets the value of the modificationDate property.
|
void |
setOrigin(OriginType value)
Sets the value of the origin property.
|
void |
setPersonData(PersonDataType value)
Sets the value of the personData property.
|
void |
setSSIN(EncodedSSINType value)
Sets the value of the ssin property.
|
public EncodedSSINType getSSIN()
EncodedSSINTypepublic void setSSIN(EncodedSSINType value)
value - allowed object is
EncodedSSINTypepublic PersonDataType getPersonData()
PersonDataTypepublic void setPersonData(PersonDataType value)
value - allowed object is
PersonDataTypepublic String getModificationDate()
Stringpublic void setModificationDate(String value)
value - allowed object is
Stringpublic OriginType getOrigin()
OriginTypepublic void setOrigin(OriginType value)
value - allowed object is
OriginType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.