public static class PatientDemographicsCoreData.DateOfBirth extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>date">
<attribute name="Timepoint" type="{http://www.w3.org/2001/XMLSchema}time" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
timepoint |
protected XMLGregorianCalendar |
value |
| Constructor and Description |
|---|
DateOfBirth() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
XMLGregorianCalendar |
getTimepoint()
Gets the value of the timepoint property.
|
XMLGregorianCalendar |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setTimepoint(XMLGregorianCalendar value)
Sets the value of the timepoint property.
|
void |
setValue(XMLGregorianCalendar value)
Sets the value of the value property.
|
String |
toString() |
protected XMLGregorianCalendar value
protected XMLGregorianCalendar timepoint
public XMLGregorianCalendar getValue()
XMLGregorianCalendarpublic void setValue(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTimepoint()
XMLGregorianCalendarpublic void setTimepoint(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.