|
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.DocumentInfoType
public class DocumentInfoType
Java class for DocumentInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="code" type="{urn:hl7-org:v3}CE"/> <element name="documentID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="lastDownload" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CE |
code
|
protected javax.xml.datatype.XMLGregorianCalendar |
creationDate
|
protected java.lang.String |
documentID
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastDownload
|
protected java.lang.String |
message
|
protected java.lang.String |
title
|
Constructor Summary | |
---|---|
DocumentInfoType()
|
Method Summary | |
---|---|
CE |
getCode()
Gets the value of the code property. |
javax.xml.datatype.XMLGregorianCalendar |
getCreationDate()
Gets the value of the creationDate property. |
java.lang.String |
getDocumentID()
Gets the value of the documentID property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastDownload()
Gets the value of the lastDownload property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setCode(CE value)
Sets the value of the code property. |
void |
setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creationDate property. |
void |
setDocumentID(java.lang.String value)
Sets the value of the documentID property. |
void |
setLastDownload(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastDownload property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String title
protected java.lang.String message
protected CE code
protected java.lang.String documentID
protected javax.xml.datatype.XMLGregorianCalendar creationDate
protected javax.xml.datatype.XMLGregorianCalendar lastDownload
Constructor Detail |
---|
public DocumentInfoType()
Method Detail |
---|
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is String
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is String
public CE getCode()
CE
public void setCode(CE value)
value
- allowed object is CE
public java.lang.String getDocumentID()
String
public void setDocumentID(java.lang.String value)
value
- allowed object is String
public javax.xml.datatype.XMLGregorianCalendar getCreationDate()
XMLGregorianCalendar
public void setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getLastDownload()
XMLGregorianCalendar
public void setLastDownload(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
|
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 |