@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:23:04+01:00", comments="JAXB RI v2.3.7") public class PartyType extends Object implements Serializable
<?xml version="1.0" encoding="UTF-8"?><ol xmlns="http://www.w3.org/1999/xhtml" xmlns:type="urn:be:cin:types:v1" xmlns:xs="http://www.w3.org/2001/XMLSchema"><li>A physical person by itself</li><li>A physical person working for an enterprise</li><li>A enterprise by itself</li></ol>
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:cin:mycarenet:esb:common:v2}IdType" minOccurs="0"/>
<element name="Organization" type="{urn:be:cin:mycarenet:esb:common:v2}IdType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PartyType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public IdType getPhysicalPerson()
IdTypepublic void setPhysicalPerson(IdType value)
value - allowed object is
IdTypepublic IdType getOrganization()
IdType
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.