au.net.electronichealth.ns.pcehr.xsd.interfaces.healthcheckscheduleview._1
Class HealthCheckScheduleView

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthcheckscheduleview._1.HealthCheckScheduleView

public class HealthCheckScheduleView
extends java.lang.Object

Java class for healthCheckScheduleView complex type.

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

 <complexType name="healthCheckScheduleView">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="versionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jurisdiction">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="NSW"/>
               <enumeration value="QLD"/>
               <enumeration value="ACT"/>
               <enumeration value="NT"/>
               <enumeration value="VIC"/>
               <enumeration value="WA"/>
               <enumeration value="TAS"/>
               <enumeration value="SA"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String jurisdiction
           
protected  java.lang.String versionNumber
           
 
Constructor Summary
HealthCheckScheduleView()
           
 
Method Summary
 java.lang.String getJurisdiction()
          Gets the value of the jurisdiction property.
 java.lang.String getVersionNumber()
          Gets the value of the versionNumber property.
 void setJurisdiction(java.lang.String value)
          Sets the value of the jurisdiction 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

jurisdiction

protected java.lang.String jurisdiction
Constructor Detail

HealthCheckScheduleView

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

getJurisdiction

public java.lang.String getJurisdiction()
Gets the value of the jurisdiction property.

Returns:
possible object is String

setJurisdiction

public void setJurisdiction(java.lang.String value)
Sets the value of the jurisdiction property.

Parameters:
value - allowed object is String