|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.docbox.ws.cdachservices.AppointmentType
public class AppointmentType
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 |
---|
protected javax.xml.datatype.XMLGregorianCalendar date
protected long duration
protected java.lang.String id
protected java.lang.String state
protected java.lang.String reasonTitle
protected java.lang.String reasonDetails
protected java.lang.String visitor
protected java.lang.String info
Constructor Detail |
---|
public AppointmentType()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public long getDuration()
public void setDuration(long value)
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is String
public java.lang.String getState()
String
public void setState(java.lang.String value)
value
- allowed object is String
public java.lang.String getReasonTitle()
String
public void setReasonTitle(java.lang.String value)
value
- allowed object is String
public java.lang.String getReasonDetails()
String
public void setReasonDetails(java.lang.String value)
value
- allowed object is String
public java.lang.String getVisitor()
String
public void setVisitor(java.lang.String value)
value
- allowed object is String
public java.lang.String getInfo()
String
public void setInfo(java.lang.String value)
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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |