|
||||||||||
| 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.Daytime
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:45:10+02:00",
comments="JAXB RI v2.3.6")
public class Daytime
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="time" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}time"/>
<element name="dayperiod" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}dayperiodType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Daytime()
|
|
| Method Summary | |
|---|---|
DayperiodType |
getDayperiod()
Gets the value of the dayperiod property. |
org.joda.time.DateTime |
getTime()
Gets the value of the time property. |
void |
setDayperiod(DayperiodType value)
Sets the value of the dayperiod property. |
void |
setTime(org.joda.time.DateTime value)
Sets the value of the time property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Daytime()
| Method Detail |
|---|
public DayperiodType getDayperiod()
DayperiodTypepublic void setDayperiod(DayperiodType value)
value - allowed object is
DayperiodTypepublic org.joda.time.DateTime getTime()
Stringpublic void setTime(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||