|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.PartnerType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:53:32+02:00",
comments="JAXB RI v2.3.6")
public class PartnerType
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 Summary | |
|---|---|
PartnerType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartnerType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||