@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class PartnerType extends Object implements Serializable
Java class for PartnerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartnerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="PartnerSsin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PartnerReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="PartnerBirthDate" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}IncompleteDateType" minOccurs="0"/>
<element name="PartnerName" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}PersonNameResponseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PartnerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPartnerBirthDate()
Gets the value of the partnerBirthDate property.
|
PersonNameResponseType |
getPartnerName()
Gets the value of the partnerName property.
|
String |
getPartnerReference()
Gets the value of the partnerReference property.
|
String |
getPartnerSsin()
Gets the value of the partnerSsin property.
|
void |
setPartnerBirthDate(String value)
Sets the value of the partnerBirthDate property.
|
void |
setPartnerName(PersonNameResponseType value)
Sets the value of the partnerName property.
|
void |
setPartnerReference(String value)
Sets the value of the partnerReference property.
|
void |
setPartnerSsin(String value)
Sets the value of the partnerSsin property.
|
public String getPartnerReference()
Stringpublic void setPartnerReference(String value)
value - allowed object is
Stringpublic String getPartnerSsin()
Stringpublic void setPartnerSsin(String value)
value - allowed object is
Stringpublic String getPartnerBirthDate()
Stringpublic void setPartnerBirthDate(String value)
value - allowed object is
Stringpublic PersonNameResponseType getPartnerName()
PersonNameResponseTypepublic void setPartnerName(PersonNameResponseType value)
value - allowed object is
PersonNameResponseType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.