au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.ViewMetadata.ViewParameters

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.ViewMetadata.ViewParameters
Enclosing class:
HealthRecordOverviewResponse.ViewMetadata

public static class HealthRecordOverviewResponse.ViewMetadata.ViewParameters
extends java.lang.Object

Java class for anonymous complex type.

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

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


Field Summary
protected  int clinicalSynopsisLength
           
protected  java.lang.String viewVersionNumber
           
 
Constructor Summary
HealthRecordOverviewResponse.ViewMetadata.ViewParameters()
           
 
Method Summary
 int getClinicalSynopsisLength()
          Gets the value of the clinicalSynopsisLength property.
 java.lang.String getViewVersionNumber()
          Gets the value of the viewVersionNumber property.
 void setClinicalSynopsisLength(int value)
          Sets the value of the clinicalSynopsisLength property.
 void setViewVersionNumber(java.lang.String value)
          Sets the value of the viewVersionNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clinicalSynopsisLength

protected int clinicalSynopsisLength

viewVersionNumber

protected java.lang.String viewVersionNumber
Constructor Detail

HealthRecordOverviewResponse.ViewMetadata.ViewParameters

public HealthRecordOverviewResponse.ViewMetadata.ViewParameters()
Method Detail

getClinicalSynopsisLength

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


setClinicalSynopsisLength

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


getViewVersionNumber

public java.lang.String getViewVersionNumber()
Gets the value of the viewVersionNumber property.

Returns:
possible object is String

setViewVersionNumber

public void setViewVersionNumber(java.lang.String value)
Sets the value of the viewVersionNumber property.

Parameters:
value - allowed object is String