Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.docbox.ws.cdachservices
Class GetCalendarResponse

java.lang.Object
  extended by ch.docbox.ws.cdachservices.GetCalendarResponse

public class GetCalendarResponse
extends java.lang.Object

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>
         <element name="appointment" type="{http://ws.docbox.ch/CDACHServices/}AppointmentType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<AppointmentType> appointment
           
 
Constructor Summary
GetCalendarResponse()
           
 
Method Summary
 java.util.List<AppointmentType> getAppointment()
          Gets the value of the appointment property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appointment

protected java.util.List<AppointmentType> appointment
Constructor Detail

GetCalendarResponse

public GetCalendarResponse()
Method Detail

getAppointment

public java.util.List<AppointmentType> getAppointment()
Gets the value of the appointment 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 appointment property.

For example, to add a new item, do as follows:

 getAppointment().add(newItem);
 

Objects of the following type(s) are allowed in the list AppointmentType


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013