|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.PartnerType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:38:57+02:00",
comments="JAXB RI v2.2.11")
public class PartnerTypeInformation about the partner
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="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="PartnerName" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}PersonNameResponseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PartnerType()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
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(org.joda.time.DateTime 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartnerType()
| Method Detail |
|---|
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 org.joda.time.DateTime getPartnerBirthDate()
Stringpublic void setPartnerBirthDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic PersonNameResponseType getPartnerName()
PersonNameResponseTypepublic void setPartnerName(PersonNameResponseType value)
value - allowed object is
PersonNameResponseType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||