|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.AbstractOptionalBirthType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public abstract class AbstractOptionalBirthType
Java class for AbstractOptionalBirthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOptionalBirthType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{urn:be:fgov:ehealth:rn:baselegaldata:v1}BirthGroup" minOccurs="0"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractOptionalBirthType()
|
Method Summary | |
---|---|
ActType |
getActType()
Gets the value of the actType property. |
String |
getBirthDate()
Gets the value of the birthDate property. |
LocationType |
getBirthPlace()
Gets the value of the birthPlace property. |
void |
setActType(ActType value)
Sets the value of the actType property. |
void |
setBirthDate(String value)
Sets the value of the birthDate property. |
void |
setBirthPlace(LocationType value)
Sets the value of the birthPlace property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractOptionalBirthType()
Method Detail |
---|
public String getBirthDate()
String
public void setBirthDate(String value)
value
- allowed object is
String
public LocationType getBirthPlace()
LocationType
public void setBirthPlace(LocationType value)
value
- allowed object is
LocationType
public ActType getActType()
ActType
public void setActType(ActType value)
value
- allowed object is
ActType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |