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 DocumentInfoType

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

public class DocumentInfoType
extends java.lang.Object

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

title

protected java.lang.String title

message

protected java.lang.String message

code

protected CE code

documentID

protected java.lang.String documentID

creationDate

protected javax.xml.datatype.XMLGregorianCalendar creationDate

lastDownload

protected javax.xml.datatype.XMLGregorianCalendar lastDownload
Constructor Detail

DocumentInfoType

public DocumentInfoType()
Method Detail

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getCode

public CE getCode()
Gets the value of the code property.

Returns:
possible object is CE

setCode

public void setCode(CE value)
Sets the value of the code property.

Parameters:
value - allowed object is CE

getDocumentID

public java.lang.String getDocumentID()
Gets the value of the documentID property.

Returns:
possible object is String

setDocumentID

public void setDocumentID(java.lang.String value)
Sets the value of the documentID property.

Parameters:
value - allowed object is String

getCreationDate

public javax.xml.datatype.XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is XMLGregorianCalendar

setCreationDate

public void setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLastDownload

public javax.xml.datatype.XMLGregorianCalendar getLastDownload()
Gets the value of the lastDownload property.

Returns:
possible object is XMLGregorianCalendar

setLastDownload

public void setLastDownload(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastDownload property.

Parameters:
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