au.net.electronichealth.ns.pcehr.xsd.interfaces.diagnosticimagingreportview._1
Class DiagnosticImagingReportView

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.diagnosticimagingreportview._1.DiagnosticImagingReportView

public class DiagnosticImagingReportView
extends java.lang.Object

Java class for diagnosticImagingReportView complex type.

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

 <complexType name="diagnosticImagingReportView">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.Calendar fromDate
           
protected  java.util.Calendar toDate
           
protected  java.lang.String versionNumber
           
 
Constructor Summary
DiagnosticImagingReportView()
           
 
Method Summary
 java.util.Calendar getFromDate()
          Gets the value of the fromDate property.
 java.util.Calendar getToDate()
          Gets the value of the toDate property.
 java.lang.String getVersionNumber()
          Gets the value of the versionNumber property.
 void setFromDate(java.util.Calendar value)
          Sets the value of the fromDate 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
Constructor Detail

DiagnosticImagingReportView

public DiagnosticImagingReportView()
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