@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:29:47+01:00", comments="JAXB RI v2.3.7") 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>
<element name="PartnerSsin" type="{urn:be:fgov:ehealth:rn:commons:business:v1}SsinType" minOccurs="0"/>
<element name="PartnerFictionalIdentificationNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</choice>
<element name="PartnerName" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}MinimalNameInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PartnerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPartnerFictionalIdentificationNumber()
Gets the value of the partnerFictionalIdentificationNumber property.
|
MinimalNameInfoType |
getPartnerName()
Gets the value of the partnerName property.
|
String |
getPartnerSsin()
Gets the value of the partnerSsin property.
|
void |
setPartnerFictionalIdentificationNumber(String value)
Sets the value of the partnerFictionalIdentificationNumber property.
|
void |
setPartnerName(MinimalNameInfoType value)
Sets the value of the partnerName property.
|
void |
setPartnerSsin(String value)
Sets the value of the partnerSsin property.
|
public String getPartnerFictionalIdentificationNumber()
Stringpublic void setPartnerFictionalIdentificationNumber(String value)
value - allowed object is
Stringpublic String getPartnerSsin()
Stringpublic void setPartnerSsin(String value)
value - allowed object is
Stringpublic MinimalNameInfoType getPartnerName()
MinimalNameInfoTypepublic void setPartnerName(MinimalNameInfoType value)
value - allowed object is
MinimalNameInfoType
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.