|
||||||||||
| 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.Regimen
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:27:33+02:00",
comments="JAXB RI v2.2.6")
public class Regimen
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 Summary | |
|---|---|
Regimen()
|
|
| Method Summary | |
|---|---|
List<String> |
getDate()
Gets the value of the date property. |
List<BigInteger> |
getDaynumber()
Gets the value of the daynumber property. |
List<Daytime> |
getDaytime()
Gets the value of the daytime property. |
List<AdministrationquantityType> |
getQuantity()
Gets the value of the quantity property. |
List<Weekday> |
getWeekday()
Gets the value of the weekday property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Regimen()
| Method Detail |
|---|
public List<BigInteger> getDaynumber()
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 daynumber property.
For example, to add a new item, do as follows:
getDaynumber().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public List<AdministrationquantityType> getQuantity()
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 quantity property.
For example, to add a new item, do as follows:
getQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
AdministrationquantityType
public List<String> getDate()
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 date property.
For example, to add a new item, do as follows:
getDate().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Weekday> getWeekday()
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 weekday property.
For example, to add a new item, do as follows:
getWeekday().add(newItem);
Objects of the following type(s) are allowed in the list
Weekday
public List<Daytime> getDaytime()
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 daytime property.
For example, to add a new item, do as follows:
getDaytime().add(newItem);
Objects of the following type(s) are allowed in the list
Daytime
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||