@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:25:59+02:00", comments="JAXB RI v2.3.7") public class LocationBirthPlaceType extends Object implements Serializable
Java class for locationBirthPlaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="locationBirthPlaceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-EBIRTH-PLACE" minOccurs="0"/>
<element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" minOccurs="0"/>
<element name="address" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}addressType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LocationBirthPlaceType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
CDEBIRTHPLACE |
getCd()
Gets the value of the cd property.
|
TextType |
getText()
Gets the value of the text property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setCd(CDEBIRTHPLACE value)
Sets the value of the cd property.
|
void |
setText(TextType value)
Sets the value of the text property.
|
public CDEBIRTHPLACE getCd()
CDEBIRTHPLACEpublic void setCd(CDEBIRTHPLACE value)
value - allowed object is
CDEBIRTHPLACEpublic TextType getText()
TextTypepublic void setText(TextType value)
value - allowed object is
TextTypepublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressType
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.