@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:21:36+02:00", comments="JAXB RI v2.2.11") 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
<
DateTime
>
JAXBElement
<
BigInteger
>
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.