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 AppointmentType

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

public class AppointmentType
extends java.lang.Object

Java class for AppointmentType complex type.

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

 <complexType name="AppointmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="state">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="salesrepresentative-open"/>
               <enumeration value="salesrepresentative-booked"/>
               <enumeration value="salesrepresentative-openrequest"/>
               <enumeration value="salesrepresentative-openinvitation"/>
               <enumeration value="salesrepresentative-phone"/>
               <enumeration value="emergencyservice"/>
               <enumeration value="canceled"/>
               <enumeration value="terminierung-booked"/>
               <enumeration value="terminierung-open"/>
             </restriction>
           </simpleType>
         </element>
         <element name="reasonTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reasonDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="visitor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="info" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar date
           
protected  long duration
           
protected  java.lang.String id
           
protected  java.lang.String info
           
protected  java.lang.String reasonDetails
           
protected  java.lang.String reasonTitle
           
protected  java.lang.String state
           
protected  java.lang.String visitor
           
 
Constructor Summary
AppointmentType()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDate()
          Gets the value of the date property.
 long getDuration()
          Gets the value of the duration property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getInfo()
          Gets the value of the info property.
 java.lang.String getReasonDetails()
          Gets the value of the reasonDetails property.
 java.lang.String getReasonTitle()
          Gets the value of the reasonTitle property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getVisitor()
          Gets the value of the visitor property.
 void setDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the date property.
 void setDuration(long value)
          Sets the value of the duration property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setInfo(java.lang.String value)
          Sets the value of the info property.
 void setReasonDetails(java.lang.String value)
          Sets the value of the reasonDetails property.
 void setReasonTitle(java.lang.String value)
          Sets the value of the reasonTitle property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setVisitor(java.lang.String value)
          Sets the value of the visitor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected javax.xml.datatype.XMLGregorianCalendar date

duration

protected long duration

id

protected java.lang.String id

state

protected java.lang.String state

reasonTitle

protected java.lang.String reasonTitle

reasonDetails

protected java.lang.String reasonDetails

visitor

protected java.lang.String visitor

info

protected java.lang.String info
Constructor Detail

AppointmentType

public AppointmentType()
Method Detail

getDate

public javax.xml.datatype.XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDuration

public long getDuration()
Gets the value of the duration property.


setDuration

public void setDuration(long value)
Sets the value of the duration property.


getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getReasonTitle

public java.lang.String getReasonTitle()
Gets the value of the reasonTitle property.

Returns:
possible object is String

setReasonTitle

public void setReasonTitle(java.lang.String value)
Sets the value of the reasonTitle property.

Parameters:
value - allowed object is String

getReasonDetails

public java.lang.String getReasonDetails()
Gets the value of the reasonDetails property.

Returns:
possible object is String

setReasonDetails

public void setReasonDetails(java.lang.String value)
Sets the value of the reasonDetails property.

Parameters:
value - allowed object is String

getVisitor

public java.lang.String getVisitor()
Gets the value of the visitor property.

Returns:
possible object is String

setVisitor

public void setVisitor(java.lang.String value)
Sets the value of the visitor property.

Parameters:
value - allowed object is String

getInfo

public java.lang.String getInfo()
Gets the value of the info property.

Returns:
possible object is String

setInfo

public void setInfo(java.lang.String value)
Sets the value of the info property.

Parameters:
value - allowed object is String

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