|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.globalmedicalfile.core.v1.PartyType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:01:17+01:00",
comments="JAXB RI v2.2.11")
public class PartyTypeInformation about the party. A party is rather general. some examples are: 1) A physical person by itself. 2) A physical person working for an enterprise. 3) A enterprise by itself
Java class for PartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PhysicalPerson" type="{urn:be:fgov:ehealth:globalmedicalfile:core:v1}IdType" minOccurs="0"/>
<element name="Organization" type="{urn:be:fgov:ehealth:globalmedicalfile:core:v1}IdType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PartyType()
|
|
| Method Summary | |
|---|---|
IdType |
getOrganization()
Gets the value of the organization property. |
IdType |
getPhysicalPerson()
Gets the value of the physicalPerson property. |
void |
setOrganization(IdType value)
Sets the value of the organization property. |
void |
setPhysicalPerson(IdType value)
Sets the value of the physicalPerson property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartyType()
| Method Detail |
|---|
public IdType getPhysicalPerson()
IdTypepublic void setPhysicalPerson(IdType value)
value - allowed object is
IdTypepublic IdType getOrganization()
IdTypepublic void setOrganization(IdType value)
value - allowed object is
IdType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||