au.net.electronichealth.ns.pcehr.xsd.interfaces.observationview._1
Class ObservationView

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.observationview._1.ObservationView

public class ObservationView
extends java.lang.Object

Java class for observationView complex type.

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

 <complexType name="observationView">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="versionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fromDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="toDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="observationType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="HEADCIRCUMFERENCE"/>
               <enumeration value="HEIGHT"/>
               <enumeration value="WEIGHT"/>
               <enumeration value="BMI"/>
             </restriction>
           </simpleType>
         </element>
         <element name="documentSource">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="PERSONAL"/>
               <enumeration value="PROVIDER"/>
               <enumeration value="ALL"/>
             </restriction>
           </simpleType>
         </element>
         <element name="referenceData">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="CDC"/>
               <enumeration value="WHO"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String documentSource
           
protected  java.util.Calendar fromDate
           
protected  java.lang.String observationType
           
protected  java.lang.String referenceData
           
protected  java.util.Calendar toDate
           
protected  java.lang.String versionNumber
           
 
Constructor Summary
ObservationView()
           
 
Method Summary
 java.lang.String getDocumentSource()
          Gets the value of the documentSource property.
 java.util.Calendar getFromDate()
          Gets the value of the fromDate property.
 java.lang.String getObservationType()
          Gets the value of the observationType property.
 java.lang.String getReferenceData()
          Gets the value of the referenceData property.
 java.util.Calendar getToDate()
          Gets the value of the toDate property.
 java.lang.String getVersionNumber()
          Gets the value of the versionNumber property.
 void setDocumentSource(java.lang.String value)
          Sets the value of the documentSource property.
 void setFromDate(java.util.Calendar value)
          Sets the value of the fromDate property.
 void setObservationType(java.lang.String value)
          Sets the value of the observationType property.
 void setReferenceData(java.lang.String value)
          Sets the value of the referenceData property.
 void setToDate(java.util.Calendar value)
          Sets the value of the toDate property.
 void setVersionNumber(java.lang.String value)
          Sets the value of the versionNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionNumber

protected java.lang.String versionNumber

fromDate

protected java.util.Calendar fromDate

toDate

protected java.util.Calendar toDate

observationType

protected java.lang.String observationType

documentSource

protected java.lang.String documentSource

referenceData

protected java.lang.String referenceData
Constructor Detail

ObservationView

public ObservationView()
Method Detail

getVersionNumber

public java.lang.String getVersionNumber()
Gets the value of the versionNumber property.

Returns:
possible object is String

setVersionNumber

public void setVersionNumber(java.lang.String value)
Sets the value of the versionNumber property.

Parameters:
value - allowed object is String

getFromDate

public java.util.Calendar getFromDate()
Gets the value of the fromDate property.

Returns:
possible object is String

setFromDate

public void setFromDate(java.util.Calendar value)
Sets the value of the fromDate property.

Parameters:
value - allowed object is String

getToDate

public java.util.Calendar getToDate()
Gets the value of the toDate property.

Returns:
possible object is String

setToDate

public void setToDate(java.util.Calendar value)
Sets the value of the toDate property.

Parameters:
value - allowed object is String

getObservationType

public java.lang.String getObservationType()
Gets the value of the observationType property.

Returns:
possible object is String

setObservationType

public void setObservationType(java.lang.String value)
Sets the value of the observationType property.

Parameters:
value - allowed object is String

getDocumentSource

public java.lang.String getDocumentSource()
Gets the value of the documentSource property.

Returns:
possible object is String

setDocumentSource

public void setDocumentSource(java.lang.String value)
Sets the value of the documentSource property.

Parameters:
value - allowed object is String

getReferenceData

public java.lang.String getReferenceData()
Gets the value of the referenceData property.

Returns:
possible object is String

setReferenceData

public void setReferenceData(java.lang.String value)
Sets the value of the referenceData property.

Parameters:
value - allowed object is String