@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:21:59+02:00", comments="JAXB RI v2.3.7") public class Regimen extends Object implements Serializable
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">
<sequence maxOccurs="unbounded">
<choice minOccurs="0">
<element name="daynumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="date" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}date"/>
<element name="weekday">
<complexType>
<complexContent>
<extension base="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}weekdayType">
<sequence>
<element name="weeknumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</choice>
<element name="daytime" minOccurs="0">
<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>
</element>
<element name="quantity" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}administrationquantityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Regimen() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getDaynumbersAndQuantitiesAndDates()
Gets the value of the daynumbersAndQuantitiesAndDates property.
|
public List<JAXBElement<?>> getDaynumbersAndQuantitiesAndDates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the daynumbersAndQuantitiesAndDates property.
For example, to add a new item, do as follows:
getDaynumbersAndQuantitiesAndDates().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AdministrationquantityType>
JAXBElement<Daytime>
JAXBElement<Weekday>
JAXBElement<BigInteger>
JAXBElement<DateTime>
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.