Package org.hl7.fhir

Class HealthcareServiceAvailableTime

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.HealthcareServiceAvailableTime
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class HealthcareServiceAvailableTime extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The details of a healthcare service available at a location.

Java class for HealthcareService.AvailableTime complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="HealthcareService.AvailableTime">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="daysOfWeek" type="{http://hl7.org/fhir}DaysOfWeek" maxOccurs="unbounded" minOccurs="0"/>
         <element name="allDay" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="availableStartTime" type="{http://hl7.org/fhir}time" minOccurs="0"/>
         <element name="availableEndTime" type="{http://hl7.org/fhir}time" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>