|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.LocationBirthPlaceType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:40:42+02:00", comments="JAXB RI v2.2.11") 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |