@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:21:36+02:00", comments="JAXB RI v2.2.11") 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()
CDEBIRTHPLACE
public void setCd(CDEBIRTHPLACE value)
value
- allowed object is
CDEBIRTHPLACE
public TextType getText()
TextType
public void setText(TextType value)
value
- allowed object is
TextType
public AddressType getAddress()
AddressType
public void setAddress(AddressType value)
value
- allowed object is
AddressType
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.