au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverView

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverView

public class HealthRecordOverView
extends java.lang.Object

Java class for healthRecordOverView complex type.

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

 <complexType name="healthRecordOverView">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="versionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="clinicalSynopsisLength" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int clinicalSynopsisLength
           
protected  java.lang.String versionNumber
           
 
Constructor Summary
HealthRecordOverView()
           
 
Method Summary
 int getClinicalSynopsisLength()
          Gets the value of the clinicalSynopsisLength property.
 java.lang.String getVersionNumber()
          Gets the value of the versionNumber property.
 void setClinicalSynopsisLength(int value)
          Sets the value of the clinicalSynopsisLength 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

clinicalSynopsisLength

protected int clinicalSynopsisLength
Constructor Detail

HealthRecordOverView

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

getClinicalSynopsisLength

public int getClinicalSynopsisLength()
Gets the value of the clinicalSynopsisLength property.


setClinicalSynopsisLength

public void setClinicalSynopsisLength(int value)
Sets the value of the clinicalSynopsisLength property.