be.fgov.ehealth.standards.kmehr.schema.v1
Class Regimen

java.lang.Object
  extended by be.fgov.ehealth.standards.kmehr.schema.v1.Regimen
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:27:33+02:00",
           comments="JAXB RI v2.2.6")
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>
 

See Also:
Serialized Form

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

Regimen

public Regimen()
Method Detail

getDaynumber

public List<BigInteger> getDaynumber()
Gets the value of the daynumber property.

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


getQuantity

public List<AdministrationquantityType> getQuantity()
Gets the value of the quantity property.

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


getDate

public List<String> getDate()
Gets the value of the date property.

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


getWeekday

public List<Weekday> getWeekday()
Gets the value of the weekday property.

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


getDaytime

public List<Daytime> getDaytime()
Gets the value of the daytime property.

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




Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.