|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.mycarenet.schema.v1.LocationBirthPlaceType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:16:34+01:00",
comments="JAXB RI v2.3.6")
public class LocationBirthPlaceType
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 Summary | |
|---|---|
LocationBirthPlaceType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocationBirthPlaceType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||