|
||||||||||
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.Daytime
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:41:26+02:00", comments="JAXB RI v2.2.11") 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()
DayperiodType
public void setDayperiod(DayperiodType value)
value
- allowed object is
DayperiodType
public org.joda.time.DateTime getTime()
String
public 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 |